Roman Arutyunyan
Roman Arutyunyan
The ``python_set`` directive handler cannot be blocked unlike ``python_access``, ``python_content``. That's why potentially blocking operations (like resolving) are unavailable in code called from this directive. You may do this in...
It's not possible as url argument (fragments are the same for all clients). Bit it's possible as a config setting. However I don't see any reason for this feature. You...
@Wassup789 I did some research and came up with the current formula based on how dash.js treats the values. I will try your approach too. Thanks for your work.
Can you elaborate on this? What is configuration do you have? Can you simplify the configuration and find a minimum config that eats the memory.
Currently it's not possible. I was planning to implement exec feature, which would run ffmpeg (or whatever you want) with the original mpegts on input. This ffmpeg would send/transcode this...
Thanks for reporting this.
Currently it's really easy to cut TS fragments from TS input. But since DASH needs mp4 anyway, probably at some point it will make sense to write only mp4. Now...
Thanks @ReubenM.
Pull as a separate feature is not planned. However I'm planning to implement a number of flexible execs instead.
I've made the first approach to the exec pull feature. It works, but there's one question which I don't know how to address. Once a client requests an m3u8 or...