Hello,<div><br></div><div>I am currently using a gstreamer pipeline to view an RTP multicast video streams.</div><div><br></div><div><div>gst-launch-0.10  udpsrc multicast-iface=em1 multicast-group=224.0.0.11 port=9040 caps=&quot;application/x-rtp, media=\(string\)video, clock-rate=\(int\)90000, \</div>

<div>encoding-name=\(string\)JPEG, ssrc=\(guint\)469657143, payload=\(int\)96, clock-base=\(guint\)2841649723, seqnum-base=\(guint\)39869&quot; ! rtpjpegdepay ! jpegdec ! ffmpegcolorspace ! xvimagesink</div></div><div><br>

</div><div>The pipeline works under GNU/Linux and I would like to use it also on windows.</div><div>I usually changes xvimagesink in autovideosink and obviously gst-launch-0.10 in gst-launch.exe.</div><div><br></div><div>

I can find a way to specify the multicast-iface value.</div><div>I try with the name of the connection, namely &quot;Local Area Connection 3&quot;, and with strings and substrings from the name of the interface displayed by wireshark.</div>

<div>Which notation should I use? Is it possible to view a multicast streaming using gst-launch in windows?</div><div><br></div><div>Best regards,</div><div><br></div><div>Mauro</div><div><br></div><div><br></div>