bvibber / OGVKit

Ogg and WebM media playback for iOS
MIT License
216 stars 67 forks source link

Can I use for macOS application? #202

Closed huynguyen-n closed 4 years ago

huynguyen-n commented 6 years ago

As the question, I have a macOS app but it's must play the url with "webm" format. So I tried implement this to project but it's show errors about whole of lib file. Do I have any chance to contributor for this repo support with macOS ? Thanks and cheer!

bvibber commented 6 years ago

Currently the libraries are built for iOS and OGVKit itself uses some UIKit bits which are iOS-only (so far!) but it would be possible to port it over I think. Might do so later...

Note that some other larger frameworks like VLCKit and GStreamer are also available for macOS, in a pinch.