Multicast RTP on Windows

Sebastian Dröge sebastian at centricular.com
Sat Mar 1 07:30:25 PST 2014


On Fr, 2014-02-28 at 13:28 +0400, ZRasim . wrote:
> Good afternoon. I found that in the Windows version of Gstreamer 1.x does
> not work multicast. I ran the following pipelines:
> 
> server
> 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
> 
> client
> gst-launch-1.0 udpsrc uri=udp://224.1.1.1:5004 caps="application/x-rtp,
> media=(string)video" ! rtpmp4vdepay ! avdec_mpeg4 ! videoconvert !
> autovideosink -v
> 
> This works well in Linux, but is not working in Windows. Gstreamer does not
> transmit or receive multicast packets.
> 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.
> Firewall and antivirus was turned off.

Can you report a bug about this at http://bugzilla.gnome.org and also
include a GStreamer debug log from the sender side with GST_DEBUG=udp*:6
while running with GStreamer 1.2.3?

Versions before 1.2 had known problems with multicast and UDP in general
on Windows, so it's not surprising that they don't work. 1.2.3 is
supposed to work though.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140301/14e3b7b1/attachment.pgp>


More information about the gstreamer-devel mailing list