From ec29cc0925ffdad604be51af4787235a69a3377a Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 21 Dec 2013 20:13:14 +0800 Subject: [PATCH] refine the publish url. --- trunk/research/players/srs_publisher.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/research/players/srs_publisher.html b/trunk/research/players/srs_publisher.html index 2c9fedc80..784323d7b 100755 --- a/trunk/research/players/srs_publisher.html +++ b/trunk/research/players/srs_publisher.html @@ -34,7 +34,6 @@ // for publish, we use randome stream name. $("#txt_url").val($("#txt_url").val() + "." + new Date().getTime()); - update_play_url(); // start the publisher. srs_publisher = new SrsPublisher("local_publisher", 430, 185); @@ -148,6 +147,7 @@ if ($("#btn_publish").text() == "停止发布") { srs_publisher.stop(); $("#btn_publish").text("发布视频"); + $("#txt_play_url").text("请发布视频").attr("href", "#"); return; } @@ -233,7 +233,7 @@
观看地址: - srs_player.html + 请发布视频