admin管理员组

文章数量:1332395

I used to get it normally with V2 but what's the alternative in API V3 ? if not available, is there any hack to do it ? eg. guess the URL ?

Note : V2 is Deprecated now, so i can't depend on it .

I used to get it normally with V2 but what's the alternative in API V3 ? if not available, is there any hack to do it ? eg. guess the URL ?

Note : V2 is Deprecated now, so i can't depend on it .

Share Improve this question asked Apr 20, 2014 at 11:28 Pola EdwardPola Edward 5281 gold badge5 silver badges20 bronze badges 3
  • 1 Have you checked this? stackoverflow./questions/7937903/get-rtsp-url-from-youtube – Soley Commented Jul 20, 2014 at 10:40
  • 1 All solutions use api v2, you can't have (yet) RTSP with api v3. – mpgn Commented Aug 4, 2014 at 12:49
  • Solution to this is here, solves Similar Question regarding this topic – Abhishek Sen Commented Jun 27, 2016 at 18:10
Add a ment  | 

2 Answers 2

Reset to default 7

Yes, this is another of the great advantages of v3 API. Other benefits from this API:

  • No more multiple screenshots to choose from
  • No more video duration; must be requested in second query
  • Video duration encrypted in ISO 8601 format to ensure you can't can convert it to seconds

The lack of RTSP value is just another one. I bet that in API v4 they'll probably hide the video title as well, to ensure the API is entirely useless.

API v3 doesn't return RTSP, your best bet is to implement iFrame player and it will stream the appropriate format for you.

本文标签: javascriptHow to get video RTSP link with Youtube API V3Stack Overflow