From 01a02d2effc337a979d26fdbd8461e03b01c2521 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 22 Dec 2013 00:44:30 +0800 Subject: [PATCH] refine the tips of ui --- trunk/research/players/js/srs.js | 2 +- trunk/research/players/srs_player.html | 1 - trunk/research/players/srs_publisher.html | 7 +++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/trunk/research/players/js/srs.js b/trunk/research/players/js/srs.js index 89d52793f..91f0e6b58 100755 --- a/trunk/research/players/js/srs.js +++ b/trunk/research/players/js/srs.js @@ -158,7 +158,7 @@ function srs_get_player_width() { return srs_get_player_modal() - 30; } function srs_get_player_height() { return srs_get_player_width() * 9 / 19; } // to query the swf anti cache. -function srs_get_version_code() { return "1.3"; } +function srs_get_version_code() { return "1.5"; } // get the default vhost for players. function srs_get_player_vhost() { return "players"; } // get the stream published to vhost, diff --git a/trunk/research/players/srs_player.html b/trunk/research/players/srs_player.html index e1cff9a05..e0b89e333 100755 --- a/trunk/research/players/srs_player.html +++ b/trunk/research/players/srs_player.html @@ -516,7 +516,6 @@ -
diff --git a/trunk/research/players/srs_publisher.html b/trunk/research/players/srs_publisher.html index 1fcffb3bf..147d88390 100755 --- a/trunk/research/players/srs_publisher.html +++ b/trunk/research/players/srs_publisher.html @@ -30,6 +30,10 @@ $("#audio_modal").modal({show:true}); }); + $("#remote_tips").tooltip({ + title: "为了支持HLS输出,FLASH编码器输出的流需要经过转码(VP6=>H264,MP3=>aac),所以会黑屏较长时间,请耐心等待" + }); + $("#btn_publish").click(on_user_publish); // for publish, we use randome stream name. @@ -405,6 +409,9 @@
远程服务器 + + 黑屏 +