mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support HTTP-FLV and HLS for srs-player by H5. 4.0.63
This commit is contained in:
parent
979bf86e8b
commit
f006bf59b1
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@
|
||||||
|
|
||||||
var start_play = function (r) {
|
var start_play = function (r) {
|
||||||
stopPlayers();
|
stopPlayers();
|
||||||
|
if (!r) return;
|
||||||
|
|
||||||
// Start play HTTP-FLV.
|
// Start play HTTP-FLV.
|
||||||
if (r.stream.indexOf('.flv') > 0) {
|
if (r.stream.indexOf('.flv') > 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue