winlin

use timestamp to stream

@@ -32,6 +32,8 @@ @@ -32,6 +32,8 @@
32 32
33 $("#btn_publish").click(on_user_publish); 33 $("#btn_publish").click(on_user_publish);
34 34
  35 + // for publish, we use randome stream name.
  36 + $("#txt_url").val($("#txt_url").val() + "." + new Date().getTime());
35 update_play_url(); 37 update_play_url();
36 38
37 // start the publisher. 39 // start the publisher.