SRGSSR / srgmediaplayer-apple

An advanced media player library, simple and reliable
MIT License
158 stars 33 forks source link

Write tests for local media playback #40

Closed defagos closed 5 years ago

defagos commented 6 years ago

AVPlayer deals quite differently with local files. We should definitely write tests covering the behavior in this case as well.

defagos commented 5 years ago

We are playing local files in another context, and everything works fine. We can probably trust AVPlayer to behave the same for streamed content and local files.