goldvideo / h265player

一套完整的Web版H.265播放器解决方案,非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码,利用Canvas画布投影、AudioContext播放音频。
https://goldvideo.github.io/h265player/
1.55k stars 301 forks source link

Unable to play Master Playlist #15

Closed spd789562 closed 4 years ago

spd789562 commented 4 years ago

The M3U8Parser will throw Parse playlist error., cause it skips handling EXT-X-STREAM-INF and doesn't read Media playlist.

And I found a missing letter in this line. It should be streamInf https://github.com/goldvideo/h265player/blob/14fb1d8e89558cff3f368a4cf945690236343376/src/toolkit/M3U8Parser.js#L37

jarry commented 4 years ago

ok.thank you. it's has solved.