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?
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to