Hey guys, I am booting a DM365 Leopard board off of a TFTP image with an NFS mount built using the TI DVSDK and the latest TI gstreamer and gst-rtsp-server plugins.
When I try to run the a test pipeline through gst-rtsp-server I get an error message: "Could not open device '/dev/video0' for reading and writing." I'm trying to stream the video from one of the camera cards over rtsp.
Pipeline:
./test-launch "( v4l2src always-copy=FALSE ! TIVidenc1 codecName=mpeg4enc engineName=encode contiguousInputFrame=TRUE ! rtpmp4vpay pt=96 name=pay0 )"
Thanks,
Josh
Did you find solution? I have the same problem as you