[FFmpeg-user] How can i convert mov to a network stream?

Nemo 377307289 at qq.com
Thu Jun 18 07:11:29 CEST 2015


This mov is RLE format. These are script i am using:


ffmpeg -re -i src.mov -codec copy -f mpegts udp://127.0.0.1:6666
ffplay udp://127.0.0.1:6666


but ffplay cannot play this url. Is there any method to convert MOV(RLE) to network stream(VLC/ffmpeg could read this network stream)?


More information about the ffmpeg-user mailing list