shaka-project / shaka-player-embedded

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

Playback starts automatically for HLS streams. #156

Closed itsmefreitas closed 3 years ago

itsmefreitas commented 3 years ago

For .m3u8 manifest files, even though [self.player play]; is not explicitly called when loading the source URL, video playback will start anyway, calling [self.player pause]; seems to yield no effect.

I am dispatching the source loading receiver call (with error block) to the main thread and this still does not help.

Is there anything I am forgetting to set before I load the source? Thanks!

itsmefreitas commented 3 years ago

This problem has been fixed, logic in class setters was spuriously triggering plays.