[FFmpeg-user] Stream mpeg2ts over RTP

Sambhav isambhav at gmail.com
Wed Oct 17 04:43:23 CEST 2012


Hi,

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

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


Regards,
Sambhav


More information about the ffmpeg-user mailing list