You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
< html >
< head >
< title > SRS< / title >
< meta charset = "utf-8" >
< script type = "text/javascript" src = "players/js/jquery-1.10.2.min.js" > < / script >
< script type = "text/javascript" src = "players/js/srs.page.js" > < / script >
< script type = "text/javascript" src = "players/js/srs.utility.js" > < / script >
< / head >
< body >
< script type = "text/javascript" >
var query = parse _query _string ( ) ;
var url = window . location . protocol + "//" + query . hostname + ":" + srs _get _api _server _port ( ) + "/index.html" + window . location . search ;
document . write ( "请确认api-server已经开启, 跳转到api-server的页面( 解决IE跨域问题) <br/>" ) ;
document . write ( "正在跳转,若您的浏览器没有跳转,请点击: <a href='" + url + "'>" + url + "</a>" ) ;
setTimeout ( function ( ) {
window . location . href = url ;
} , 3000 ) ;
< / script >
< / body >