[FFmpeg-user] RTP streaming and port blocking
Lokesh Bhat
lokeshbhatt1991 at gmail.com
Mon Jul 23 17:36:35 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