On 7/20/2018 3:55 AM, yannickb wrote:
I am trying to build a*headless encoder*  that would*autostart*  streaming
with*ffmpeg*  as soon as it receives a stream on a given port (let's say a
MPEG-TS stream on UDP/3000) and output it to a blackmagic SDI output.

Why start/stop ffmpeg at all? (there must be a reason)

xinetd definitely isn't a good solution because of the pass-through problem.

I think you'll be better off putting some code together to do this; possibly using netcat as the listener and having it start ffmpeg somehow. You'll still have to use a timer to stop it.

Later,

z!
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to