Re: [FFmpeg-user] RTP streaming and port blocking

2018-07-25 Thread DopeLabs
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

[FFmpeg-user] RTP streaming and port blocking

2018-07-23 Thread Lokesh Bhat
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

[FFmpeg-user] RTP streaming and port blocking

2018-07-19 Thread Lokesh Bhat
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