I would like to access my security camera that communicates through rtsp feed with an API that only supports a character video kind of entry (I'm new on linux, and I'm not sure if it's called "character video" the '/dev/video1' sort). I followed this post and I get the output below for the following command:
gst-launch-1.0 -v rtspsrc location=rtsp://admin:[email protected]:554/CH001.sdp ! v4l2sink device=/dev/video1
...Progress: (request) Sending PLAY request...
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc3: Internal data flow error.
Additional debug info:
gstbasesrc.c(2943): gst_base_src_loop (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc3:
streaming task paused, reason not-linked (-1)
How do i solve this error? Do you know any way other than gstream for this task?
PS: there are more on the message, I've just resumed to be more readable.
`[[rtsp @ 0x2252660] Unable to open RTSP for listening rtsp://admin:[email protected]:554/CH001.sdp: Cannot assign requested address`
but I can still see on VLC entering the same network url. – Rinaldi Segecin Jan 29 '16 at 18:38