ffmpeg does not 'block' ports. it is not listening on port 9000, ffmpeg is
outputting to the ip on port 9000 so its expecting something to be running on
that port already, to receive the stream ffmpeg is sending.
i suggest you check your firewall settings, the firewall settings on the
destinati
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 si
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 si