Unable to play RTSP streaming from YouTube server

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Unable to play RTSP streaming from YouTube server

Debsu
Hi,

Did anyone play any streaming rtsp video from YouTube using Gstreamer?
Whenever I tried to do so by the following command:

gst-launch playbin uri=rtsp://v2.cache5.c.youtube.com/CiQLENy73wIaGwnWCCh2nek6MRMYESARFEgGUgh
zdGFu ZGFyZAw=/0/0/0/video.3gp

It gives me the following errors:
But Gstreamer gives the following error:
> Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> ERROR: from element /GstPlayBin:playbin0/GstRTSPSrc:source: Could not open resource for reading and writing.
> Additional debug info:
> gstrtspsrc.c(4339): gst_rtspsrc_open (): /GstPlayBin:playbin0/
> GstRTSPSrc:source:
> Could not connect to server. (System error: Resource temporarily unavailable) Setting pipeline to NULL > FREEING pipeline ...

My development system has Gstreamer RTSP plugins, then I assume that I must have made some mistake, but couldn't figure out what is that.

Can anyone tell me what exactly I should do.

Thanks in advance.