How to check the video stream
gst-launch-1.0 -v udpsrc multicast-group=239.255.0.1 port=5554 \
caps="application/x-rtp, media=video, encoding-name=H264" ! \
rtph264depay ! avdec_h264 ! autovideosinkgst-launch-1.0 -v udpsrc multicast-group=239.255.0.1 port=5554 \
caps="application/x-rtp, media=video, encoding-name=H265" ! \
rtph265depay ! avdec_h265 ! autovideosinkgst-launch-1.0 rtspsrc location=rtsp://<ip>:<port>/<stream> \
protocols=tcp latency=200 ! \
rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! autovideosinkgst-launch-1.0 rtspsrc location=rtsp://<ip>:<port>/<stream> \
protocols=udp latency=200 ! \
rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! autovideosinkHow to use RTP Multicast



Notes
Last updated
Was this helpful?