Hey,
So some channels that we fetch are a bit bursty and are not "streamed".
We solve this by using ffmpeg -re -i INPUT -c copy -f mpegts udp://239...?pkt_size=1316
Would it be possible for tomcast to do this functionality instead of adding ffmpeg dependancy?
What would be needed?