[FFmpeg-user] Multicast UDP Port Issues

Goldsmith81 sgoldsmith at vibble.tv
Thu Sep 19 19:38:54 CEST 2013


I have a multicast stream containing six programs coming into my office over
one single udp port. 

I am able to map the programs, and run multiple instances of ffmpeg using
the same port without a port binding error by using the option ?reuse=1.

Now, my problem is that when I push these streams back out to our broadcast
server, only one stream can be watched.  It seems to be the last ffmpeg
instance that I run is the one that is viewable.  The other streams just
dont show up.

Here is my code...

/root/bin/ffmpeg -loglevel 0 -re -i
'udp://@10.1.10.86?localport=3000&fifo_size=1000000&buffer_size=65535&overrun_nonfatal=1&reuse=1'
-map 0:p:2 -async 2 -acodec libfdk_aac -vcodec libx264 -threads 2 -f flv
rtmp://10.1.10.14/live/cosmo.stream </dev/null> /dev/null 2>&1 &

What do i do to correct this issue?



--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Multicast-UDP-Port-Issues-tp4661352.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list