diff --git a/trunk/research/players/js/winlin.utility.js b/trunk/research/players/js/winlin.utility.js index 8cc498e0b..6bbc9329b 100644 --- a/trunk/research/players/js/winlin.utility.js +++ b/trunk/research/players/js/winlin.utility.js @@ -213,7 +213,7 @@ function parse_query_string(){ function parse_rtmp_url(rtmp_url) { // @see: http://stackoverflow.com/questions/10469575/how-to-use-location-object-to-parse-url-without-redirecting-the-page-in-javascri var a = document.createElement("a"); - a.href = rtmp_url.replace("rtmp://", "http://"); + a.href = rtmp_url.replace("rtmp://", "http://").replace("?", "...").replace("=", "..."); var vhost = a.hostname; var port = (a.port == "")? "1935":a.port; diff --git a/trunk/research/players/srs_player.html b/trunk/research/players/srs_player.html index 7295886ff..f8392ab1c 100755 --- a/trunk/research/players/srs_player.html +++ b/trunk/research/players/srs_player.html @@ -97,7 +97,7 @@
-
请右键拷贝此链接地址.
+
请右键拷贝此链接地址.