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.