Can't open RTSP stream with gstreamer but can with vlc.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Can't open RTSP stream with gstreamer but can with vlc.

tirolock
I have a camera that's providing a rtsp stream in the following form:
rtsp://USERNAME:PASSWORD@IP_ADRESS:PORT/STREAM_NAME

Ex:
rtsp://user:pass123@192.168.10.12:554/videoMain

I can open this rtsp stream with vlc using the Open Network Stream utility,
but I can't open the same stream with the following command:
gst-launch-1.0 playbin uri=rtsp://user:pass123@192.168.10.12:554/videoMain

I'm on a VM running Ubuntu 18.04.1 LTS

I get the following error:
<http://gstreamer-devel.966125.n4.nabble.com/file/t378669/okok.png>



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Can't open RTSP stream with gstreamer but can with vlc.

Nicolas Dufresne-5
Le jeudi 13 décembre 2018 à 14:19 -0600, tirolock a écrit :
> I have a camera that's providing a rtsp stream in the following form:
> rtsp://USERNAME:PASSWORD@IP_ADRESS:PORT/STREAM_NAME
>
> Ex:
> rtsp://user:pass123@192.168.10.12:554/videoMain
>
> I can open this rtsp stream with vlc using the Open Network Stream utility,
> but I can't open the same stream with the following command:
> gst-launch-1.0 playbin uri=rtsp://user:pass123@192.168.10.12:554/videoMain

So it work if you use rtspsrc element directly, setting user-id and
user-pw ? Or when using one of the variant scheme, like
rtsps:// ?

>
> I'm on a VM running Ubuntu 18.04.1 LTS
>
> I get the following error:
> <http://gstreamer-devel.966125.n4.nabble.com/file/t378669/okok.png>
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment