[FFmpeg-user] Dumping UDP stream / Dealy

Andrey Utkin andrey.krieger.utkin at gmail.com
Thu Apr 19 20:58:55 CEST 2012


2012/4/19 juha s. <salmjuh at hotmail.com>:
>
> Hi
>
> Is there a way how to dump MPEG-TS (MPEG2 or h264 format) UDP stream directly to disk?  Or is there a way how to transcode same stream on the fly without 5 second dealy before trasncoding is started ?

nc -l -u -p $PORT > dump.ts

nc is unix utility "netcat".

-- 
Andrey Utkin


More information about the ffmpeg-user mailing list