shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
239 stars 62 forks source link

Youbora configuration #190

Closed franciscocarodiaz closed 3 years ago

franciscocarodiaz commented 3 years ago

Any documentation related to the adaptation of new release of widevine+shakaplayer library using Youbora lib. In this library is needed the avPlayer instance and in the last release of widevine+shakaplayer the avPlayer is always nil (just in hls content is not nil) and I didn't find any solution to adapt youbora configuration. Any advice? Thanks in advance

TheModMaker commented 3 years ago

Unfortunately, to play Widevine content, we need to handle playback ourselves. This means we aren't using AVPlayer. So you'd need to manually integrate this with any analytics collection. We don't have any experience with Youbora (or really any metrics collection), so we can't help much for how you'd do this.

TheModMaker commented 3 years ago

Closing due to inactivity. If this is still an issue for you or if you have further questions, you can ask us to reopen.