#EXT-X-PART non-terminal partial segment duration must be at least least 85% of PART-TARGET
When I stream to rtmp using the OBS I got following issue in the Safari browsers when trying to watch the LL-HLS stream. Any thoughts on how to fix that?
My settings is:
def segment_duration do
Membrane.Time.seconds(3)
end
def partial_segment_duration do
Membrane.Time.milliseconds(750)
end
SinkBin is configured like that.
But as OBS is seems not provide the means to adjust the GOP size and other configuration I don't really understand how to handle this.
2 Replies
Does anybody at all have the working implementation of Low latency HLS that is 100% complaint with the Apple specs? (e.g. working in Safari without any troubles)
Hello!
But as OBS is seems not provide the means to adjust the GOP size and other configuration I don't really understand how to handle this.Have you tried decreasing the keyframe interval in Settings -> Output -> Encoder Settings -> Keyframe interval? Alternatively, if given keyframe interval is required, you could do the transcoding in the pipeline itself.