HTTP adaptive stream continuous segments
Hey there! I have a question regarding https://github.com/membraneframework/membrane_http_adaptive_stream_plugin library. Is there a way to configure the starting number for the segment, partial_segment or header? The use case is - we want to keep the segments, headers and partial segments counter continuous after restarting the stream.
Is that even possible?
Any points against such an approach?
Will be greatful for the answers! 🙏
GitHub
GitHub - membraneframework/membrane_http_adaptive_stream_plugin: Pl...
Plugin generating manifests for HLS. Contribute to membraneframework/membrane_http_adaptive_stream_plugin development by creating an account on GitHub.
1 Reply
Hi Odingrail!
For segments and headers, you can specify naming functions in
sink_bin
using segment_naming_fun
and header_naming_fun
. Based on the last segment value (or header), you can create an appropriate segment naming function that will start from the value you choose.