readium / readium-sdk

A C++ ePub renderer SDK
BSD 3-Clause "New" or "Revised" License
388 stars 164 forks source link

Playback ceases when the app is exited ("background" playback not implemented) #83

Open rkwright opened 10 years ago

rkwright commented 10 years ago

(Transferred from Bugzilla, bug #60, 24 July 2014) Ric Wright 2014-03-20 14:36:03 CDT Platform: iOS When MO playback is underway, the playback ceases when the app is exited (i.e. the "Home" button is pushed). At first look, this seems reasonable, but other apps (e.g. radio apps like Live365, Pandora) continue to play when they have been "exited" (in the iOS architecture, apps aren't really terminated unless their memory is reclaimed, they are just in the background).

This failure can be seen by using the EPUB Test Suite 120, tests mo-audio-060 and mo-audio-070 in epub30-test-0120-20140306.epub

rkwright commented 10 years ago

Also, please see issue #82, which may have a similar origin/resolution.

rkwright commented 10 years ago

This bug needs to be re-tested to verify that the problem is still reproducible.