[gst-devel] rtsp-server and v4l2
José Luis Segura Lucas
josel.segura at gmx.es
Fri Jun 4 12:35:26 CEST 2010
I'm trying to use Gstreamer to serve a v4l2 device via RTSP using the
gst-rtsp-server library.
I'm trying to give this string:
"( v4l2src ! video/x-raw-yuv,width=352,height=288,framerate=15/1 !
ffenc_h263 ! rtph263pay name=pay0 pt=96 )"
to the gst_rtsp_media_factory_set_launch function, but when I connect using
gst-launch-0.10 playbin2 uri="rtsp://ip:port/test"
on the client side, I get a 503 (Service Unavailable) error.
I tried with videotestsrc instead v4l2src and it works perfect.
I'm able to see the v4l2 device using gst-launch-0.10 playbin2 (I think is
not an user permission error)
What's the problem using v4l2? Do I need some element on my pipeline just
after v4l2src?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100604/9bfdf58f/attachment.htm>
More information about the gstreamer-devel
mailing list