Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

So the problem is to check if video can't be played in my player in my app. There can be many reasons for it. For now I have 3 methods how I can check some cases using YouTube Data API:

  1. Make request if results 0 so the video have problem
  2. Make request and check if there is array named "block" or "allow" so I can check case with country block
  3. Make request and check if there field for age restriction.

But this is not all cases for video. May someone know more methods how I can check ability for being played for a video?

question from:https://stackoverflow.com/questions/65946411/how-to-check-if-video-have-any-reason-to-not-being-played-in-my-app

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
986 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...