use timestamp to stream
This commit is contained in:
parent
a6e2f19a0f
commit
e9ec22e66e
|
|
@ -32,6 +32,8 @@
|
||||||
|
|
||||||
$("#btn_publish").click(on_user_publish);
|
$("#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();
|
update_play_url();
|
||||||
|
|
||||||
// start the publisher.
|
// start the publisher.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user