1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine srs player to play hls.

This commit is contained in:
winlin 2016-03-19 19:11:31 +08:00
parent 46a31f4884
commit b2bd63e833
5 changed files with 65 additions and 13 deletions

View file

@ -564,7 +564,7 @@
$("#main_modal").on("hide", function(){
if (srs_player) {
// report the log to backend.
console.log(srs_player.dump_log());
//console.log(srs_player.dump_log());
srs_player.stop();
srs_player = null;