0xced / XCDYouTubeKit

YouTube video player for iOS, tvOS and macOS
MIT License
2.92k stars 626 forks source link

Apple Watch support #481

Closed mobile-appz closed 4 years ago

mobile-appz commented 4 years ago

Is this library theoretically possible to port to use on Apple Watch for youtube audio streaming from the Apple Watch cellular connection without using an iphone at all?

SoneeJohn commented 4 years ago

Theoretically it could work (watchOS uses AVAudioPlayer) but because this library uses JavaScriptCore which isn't available on watchOS it won't build.

mobile-appz commented 4 years ago

Theoretically it could work (watchOS uses AVAudioPlayer) but because this library uses JavaScriptCore which isn't available on watchOS it won't build.

Thanks