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
2 Answers
Reset to default 7Yes, 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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742282618a4414767.html
评论列表(0条)