kurmetaubanov
SMSoftware Mansion
•Created by kurmetaubanov on 4/3/2024 in #membrane-help
LL-HLS broadcasting
Hello everyone!
I am trying to make LL-HLS broadcasting work.
I used the demo from webrtc_to_hls and setup partial_segment_duration to 500ms,
and got # Logger.warning("File storage does not support LL-HLS. The partial segment is omitted.")
On further investigation on source code I couldn't find Membrane.HTTPAdaptiveStream.Storages.FileStorage function to store partial segments properly.
How can I achieve LL-HLS with Membrane framework?
PS: Also, for LL-HLS, i believe, the HLS Controller should be slightly different, because it should send not full files but parts of them depending on a request (even when those files are still in editing mode)
9 replies