Hi,
I'm trying to play an IP camera RTSP stream using gstreamer pipeline but no output window created on waylandsink. From the log it seems to play the stream but no video display.
gst-launch-1.0 -v rtspsrc location=rtsp://192.168.1.11/stream1 latency=0 ! queue ! rtph264depay ! h264parse ! ducatih264dec ! vpe ! 'video/x-raw, width=(int)640, height=(int)480' ! waylandsink
Alternately when I try to play RTSP stream from internet, output window is created on waylandsink.
gst-launch-1.0 -v rtspsrc location=rtsp://3.84.6.190/vod/mp4:BigBuckBunny_115k.mov latency=0 ! queue ! rtph264depay ! h264parse ! ducatih264dec ! vpe ! 'video/x-raw, width=(int)640, height=(int)480' ! waylandsink
Logs from both commands are attached. Please let me know what is wrong with RTSP stream rtsp://192.168.1.11/stream1.
Regards,
Janagstreamer_failed_WiFi_cam.loggstreamer_success_bugbuckbunny.log