1
0
Fork 0
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:
winlin 2013-12-21 19:30:39 +08:00
parent a6e2f19a0f
commit e9ec22e66e

View file

@ -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.