How to get high-quality RTSP Streaming URL using gData API

I recently tried to get high quality RTSP Streamng using gData API

I have only one google key, http://code.google.com/intl/ko/apis/youtube/2.0/reference.html#formatsp

It says here that I can only get a video for low resolution (176x144). Is there a way to archive URLs for high quality video?

+4
source share
2 answers

Watch this: http://code.google.com/p/android-youtube-player/

It can be easily ported to another platform, although it is currently in Java / Android.

You get high quality video from this, have been looking for this for a very long time. The trick is to make a web request on YouTube requesting the various available streams, you really get very personalized URLs, often directly from your ISP, very cool.

+2
source

GData channels for YouTube do not expose streams (which may not necessarily be RTSP streams), they will expose URLs for streams that may be (at a low level).

However, an attempt to store high-quality streams at present (IIRC) is a violation of the terms of service.

+1
source

All Articles