[FFmpeg-user] RTP streaming and port blocking

Lokesh Bhat lokeshbhatt1991 at gmail.com
Fri Jul 20 09:26:02 EEST 2018


I'm using the following command to stream

ffmpeg -re -f alsa -ac 1 -ar 8000 -i hw:1 -f rtp rtp://192.168.0.25:9000

when the streaming starts, ffmpeg blocks the port 9000. Hence I can't use
any other applications to listen on 9000. I have a need where i need to
write and listen on the same port simultaniously.

Can someone please tell me how to make ffmpeg not to block the port?


More information about the ffmpeg-user mailing list