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<br /> but I can still see on VLC entering the same network url.Starting Nmap 6.47 ( http://nmap.org ) at 2016-01-29 16:48 BRST Nmap scan report for 192.168.1.142 Host is up (0.0025s latency). PORT STATE SERVICE 554/tcp open rtsp | rtsp-url-brute: | Discovered URLs | rtsp://192.168.1.142/ | rtsp://192.168.1.142/1.AMP | rtsp://192.168.1.142/1/stream1 | rtsp://192.168.1.142/CAM_ID.password.mp2 | rtsp://192.168.1.142/CH001.sdp Nmap done: 1 IP address (1 host up) scanned in 10.16 seconds