Hello,
I have been following the official RTSP tutorial and have successfully set up a video stream from the camera using the steps outlined in this link: Multimedia – RTSP Streaming – Realtek IoT/Wi-Fi MCU Solutions
However, I am encountering difficulties while trying to use the GStreamer pipeline to play this RTSP source. I have tried using the following command line but it did not work:
gst-launch-1.0 rtspsrc protocols=udp location=rtsp://192.168.0.102:554 ! queue ! decodebin ! videoconvert ! autovideosink
I was wondering if anyone has any experience with using the RTSP protocol to stream camera images through GStreamer and if so, could you please provide some guidance?
Thank you for your help.