nginx-rtmp-module
nginx-rtmp-module copied to clipboard
Why isn't #EXT-X-DISCONTINUITY-SEQUENCE included in HLS playlist?
I'm having issues with HLS playback in Safari. I'm not sure whether the issues are actually caused by missing this header, but whenever an #EXT-X-DISCONTINUITY is present in the playlist, a MediaError exception with code MEDIA_ERR_DECODE occurs in Safari.
According to some sources I've found, missing this header might be an issue: https://github.com/google/ExoPlayer/issues/1496
It's 6 years later, but I'm experiencing playback issues as well on M3U8 chunklists that are missing this header. On the latest iOS devices the livestream won't even start... Could this header be added easily?
Now in 2021 I have the same issue. I've also used hls_continuous on; but no success when the latency is more than minutes. every one has found the solution?