youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 677 forks source link

Every single video that I try to play gives me HTML5 error #481

Open alokc83 opened 1 year ago

alokc83 commented 1 year ago
(lldb) p error 
(YTPlayerError) $R1 = html5Error

The video I am trying to play is a tutorial showing how to add this framework to the iOS App. https://www.youtube.com/watch?v=bsM1qdGAVbU

Is this library not being maintained anymore?