Youtube V3 API: Find out if video is available on your Android mobile device

I recently retrieve information about videos that should be played in Android applications using the Youtbe V3 API. The problem is that some of them are not available on the mobile device. And I did not find any related property according to the document. Is it possible to filter these videos? Or should I add a header to the HTTP request?

+2
source share
1 answer

There are two concepts, embedded and syndicated. IOS devices use iframes to be mostly inserted. Android devices using the player's API can check for syndicated.

search- > list, videoEmbeddable videoSyndicated true.

, , - > status.embeddable .

, 2, - .

+7

All Articles