shaka-project / shaka-player-embedded

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

Swift AvPlayer is nil always #184

Closed franciscocarodiaz closed 3 years ago

franciscocarodiaz commented 3 years ago

AvPlayer cpmponent from shakaplayer instance is always nil.

TheModMaker commented 3 years ago

The AvPlayer is only set when playing in src= mode, which is only used for HLS content. When playing DASH content, we do our own playback and there isn't an AVPlayer.

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.