Hi,
i was able to run the rtsp server using the below command,
gst-variable-rtsp-server -p 554 -u "v4l2src device=/dev/video0 ! video/x-raw,width=640,height=480 ! videoconvert ! vpuenc_h264 tune=zerolatency bitrate=500 speed-preset=superfast ! rtph264pay pt=96 name=pay0"
This works like uni-cast on the network, but i want to enable the multicast feature in the rtsp streaming. Let me know how to create the pipe for Multicast group ip, multicast port number and ttl
Regards
Santhosh Kumar S