<div>I'm trying to use Gstreamer to serve a v4l2 device via RTSP using the gst-rtsp-server library.</div><div><br></div><div>I'm trying to give this string:</div><div><br></div><div>"( v4l2src ! video/x-raw-yuv,width=352,height=288,framerate=15/1 ! ffenc_h263 ! rtph263pay name=pay0 pt=96 )"</div>
<div><br></div><div>to the gst_rtsp_media_factory_set_launch function, but when I connect using</div><div><br></div><div>gst-launch-0.10 playbin2 uri="rtsp://ip:port/test"</div><div><br></div><div>on the client side, I get a 503 (Service Unavailable) error.</div>
<div><br></div><div>I tried with videotestsrc instead v4l2src and it works perfect.</div><div>I'm able to see the v4l2 device using gst-launch-0.10 playbin2 (I think is not an user permission error)</div><div><br></div>
<div>What's the problem using v4l2? Do I need some element on my pipeline just after v4l2src?</div>