You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: