1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

Support HTTP-FLV and HLS for srs-player by H5. 4.0.63

This commit is contained in:
winlin 2021-01-20 20:47:57 +08:00
parent 979bf86e8b
commit f006bf59b1

View file

@ -181,6 +181,7 @@
var start_play = function (r) {
stopPlayers();
if (!r) return;
// Start play HTTP-FLV.
if (r.stream.indexOf('.flv') > 0) {