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)?