Hi everybody,
I am struggling with customizing the HLS manifest for live streaming:
- Media Sequence: set the initial value of it on the video streaming start to avoid client/CDN caching
- Target Duration: fixing the TargetDuration to a constant value
I am trying to achieve that using the Java API, but I cannot find the right documentation for achieving that.
Can you please point me to the right listeners/hooks for implementing it?
Thanks!