Hi,
I am trying to RTP multicast stream, how to set the multicast ip address and port and also how to test
Transmitter
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=640,height=480, framerate=(fraction)30/1, speed-preset=superfast, bitrate=256' ! videoflip method=counterclockwise ! videoflip method=horizontal-flip ! textoverlay text=CAM1 font-desc=24 ! videoconvert ! vpuenc_h264 ! rtph264pay ! multiudpsink auto-multicast=true send-duplicates = true bind-port=5000 clients="224.0.0.0:5000"
Wireshark trace

How to receive the stream?
Regards
Santhosh