Tee muxer improvement
- Mentors
- Cus
- Organization
- FFmpeg
Tee muxer is capable of writing same coded packets to multiple outputs. However in current implementation outputs are being blocked by each other and lack mechanism for gracefully restarting output in case of failure. This disallows usage of tee muxer for high-availability purposes.
In the proposed project tee muxer will be rewritten so that each of the output will be processed independently and the behaviour of the outputs in case of failure will be configurable by user.