[FFmpeg-user] Stream mpeg2ts over RTP

Roger Pack rogerdpack2 at gmail.com
Wed Oct 17 16:45:36 CEST 2012


> How to stream mpeg2ts video over RTP in ffmpeg command line ?

http://ffmpeg.org/trac/ffmpeg/wiki/StreamingGuide#Pointtopointstreaming
may help.

>
> Tried the following. Both give UDP output
>
> ffmpeg -i test.mp4 -acodec libmp3lame -vcodec libx264 -f mpegts rtp://
> 127.0.0.1:9000
>
> ffmpeg -i test.mp4 -acodec libmp3lame -vcodec libx264 -f mpegts udp://
> 127.0.0.1:9000

rtp normally uses udp underneath, I believe...


More information about the ffmpeg-user mailing list