<div dir="ltr">Good afternoon. I found that in the Windows version of Gstreamer 1.x does not work multicast. I ran the following pipelines:
<br> <br>server
<br>gst-launch-1.0 videotestsrc ! video/x-raw,format=RGB, width=320, height=240, framerate=30/1! videoconvert ! avenc_mpeg4 ! rtpmp4vpay config-interval=1 ! udpsink host=224.1.1.1 port=5004 auto-multicast=true
<br> <br>client
<br>gst-launch-1.0 udpsrc uri=udp://<a href="http://224.1.1.1:5004">224.1.1.1:5004</a> caps="application/x-rtp, media=(string)video" ! rtpmp4vdepay ! avdec_mpeg4 ! videoconvert ! autovideosink -v
<br> <br>This works well in Linux, but is not working in Windows. Gstreamer does not transmit or receive multicast packets. 
<br>I have scanned ports by Wireshark, but there is not packets sended from Gstreamer. All test made on Gstreamer 1.07 and 1.23 under Windows 7 Professional.
<br>Firewall and antivirus was turned off.<br></div>