I can not figure out how to get an RTSP camera working. I have the meeting room demo working. I can stream audio files. But I an unable to stream video. Can you help me out we a clue on how to debug this?
I tried with rtsp IP cam, I am sure it is working since I can view it with vlc.
gst-launch-1.0 -v v4l2src device=/dev/video0 ! video/x-raw,format=YUY2,width=640,height=480 ! videoconvert ! x264enc ! h264parse ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=8004
h264-sample]
type = rtp
id = 10
description = H.264 live stream coming from gstreamer
audio = no
video = yes
videoport = 8004
videopt = 126
videortpmap = H264/90000
videofmtp = profile-level-id=42e01f\;packetization-mode=1