Skip to content

Commit

Permalink
Support HTTP-FLV and HLS for srs-player by H5. 4.0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jan 20, 2021
1 parent f01da56 commit 4514947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/research/players/srs_player.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@

var start_play = function (r) {
stopPlayers();
if (!r) return;

// Start play HTTP-FLV.
if (r.stream.indexOf('.flv') > 0) {
Expand Down

0 comments on commit 4514947

Please # to comment.