Hi all,
I’m considering porting one of my apps (currently in development on multiple platforms) to include the new Apple TV and tvOS - however one of the key elements to my app is the ability to search through and play streamed content from a specific YouTube channel that has a library of just over 300 videos.
Currently to get YouTube playback to work I’m using native.newWebView() with a minimal dynamically generated local HTML page.
Having looked through the tvOS guidelines it looks like native.newWebView() is currently supported (and it doesn’t look like it will be anytime soon), so my question is…
Is it possible to stream YouTube videos on an AppleTV app via Corona SDK, if so can someone point me in the right direction to get started?
TIA
Jon…