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