shaka-project / shaka-player-embedded

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

Video is still visible after unloading manifest #173

Closed kareljuricka closed 3 years ago

kareljuricka commented 3 years ago

Video seems more like paused than stopped after unloading manifest - video player is still visible with last image frame. So if I start a new video, before buffering ends I see last screen from previous video.

My workaround is to destroy player, removing its controller from main view and in new start creating player instance and playerview again.

TheModMaker commented 3 years ago

Confirmed, you could probably just set view.player = nil to temporarily clear the video frame when you unload.