Watch youtube video using rtspsrc

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

Watch youtube video using rtspsrc

nishitha
Hi,

I want to view youtube videos using gstreamer pipeline. It worked with
souphttpsrc using the pipeline :  

gst-launch-1.0 souphttpsrc is-live=true location="$(youtube-dl --format
"best[ext=mp4][protocol=https]" --get-url <youtube-link>)" ! decodebin !
videoconvert ! autovideosink

Now, how can I make it work with rtspsrc ?



--
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: Watch youtube video using rtspsrc

Nicolas Dufresne-5
Le jeudi 25 juin 2020 à 03:28 -0500, nishitha a écrit :

> Hi,
>
> I want to view youtube videos using gstreamer pipeline. It worked with
> souphttpsrc using the pipeline :  
>
> gst-launch-1.0 souphttpsrc is-live=true location="$(youtube-dl --format
> "best[ext=mp4][protocol=https]" --get-url <youtube-link>)" ! decodebin !
> videoconvert ! autovideosink
>
> Now, how can I make it work with rtspsrc ?

First step would be to make a feature request to Youtube/Google, and
hope they accept. Google/Youtube do no support RTSP protocol, they also
do not approve usage of youtube-dl extracted links.

>
>
>
> --
> 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