mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
use timestamp to stream
This commit is contained in:
parent
a6e2f19a0f
commit
e9ec22e66e
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
|
||||
$("#btn_publish").click(on_user_publish);
|
||||
|
||||
// for publish, we use randome stream name.
|
||||
$("#txt_url").val($("#txt_url").val() + "." + new Date().getTime());
|
||||
update_play_url();
|
||||
|
||||
// start the publisher.
|
||||
|
|
Loading…
Reference in a new issue