UdpSrc?

Nicolas Dufresne nicolas at ndufresne.ca
Thu Oct 10 00:22:49 UTC 2019


Le mercredi 09 octobre 2019 à 16:52 -0500, killerrats a écrit :
> Ethernet 1
> Ethernet 2
> 
> I have a multi interfaces on my windows machine. I was wanting to get the
> Udpsrc to use a specific ethernet but doesn't seem to work. I can join the
> multicast network but the only way to do it, would be to disable the card
> that doesn't go to that network. Then enable it after i join. So if Ethernet
> 2 is the one to join and work and the Ethernet 1 is the one that is for
> internet. If I have Ethernet 2 disabled and then windows will try to join
> the network on Ethernet 1. But if i re-enable the Ethernet 2 it will still
> try Ethernet 1 until I disable Ethernet 1 again. Any ideas?
> 
> [Video iP] = 232.232.232.0
> [Ethernet] = 10.0.0.1
> 
> gst-launch-1.0 --gst-debug="*udpsrc,6" udpsrc multicast-iface="Ethernet 2"
> address=[Video iP] port=61454
> caps=application/x-rtp,media=video,payload=90000 ! rtpmp4vdepay !
> mpeg4videoparse ! avdec_mpeg4 ! d3dvideosink sync=false

On Windows, interface are identified with it's IP address. So
multicast-iface on windows is expecting an IP.

Nicolas

> 
> 
> 
> -----
> ------------------------------
> Gstreamer 1.14.3
> ------------------------------
> Windows
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list