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

add srs player

This commit is contained in:
winlin 2013-12-20 00:26:34 +08:00
parent 40c1298476
commit 5bfb561f89
4 changed files with 28 additions and 19 deletions

View file

@ -21,6 +21,7 @@
$("#div_container").remove();
_player.stop();
});
$("#main_modal").on("show", function(){
$("#div_container").remove();
@ -42,6 +43,7 @@
};
_player = jwplayer('player_id').setup(conf);
});
$("#main_modal").modal({show:true, keyboard:false});
}