Bug #414
Unhandled event 0x11
| Status: | Fixed | Start date: | 03/21/2011 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | - | |||
| Target version: | - | |||
| Found in version: | Platform: |
Description
Playback of MP3 DLNA stream halted with the following debug output:
XMB [INFO]: Opened LV2 [DEBUG]: Unhandled event 0x11 AUDIO [DEBUG]: Waiting for audio output thread to terminate AUDIO [DEBUG]: leaving the loop AUDIO [DEBUG]: audioPortStop: 0 AUDIO [DEBUG]: audioRemoveNotifyEventQueue: 0 AUDIO [DEBUG]: audioPortClose: 0 AUDIO [DEBUG]: sys_event_queue_destroy: 0 AUDIO [DEBUG]: Audio system finialized JS [DEBUG]: Plugin bundle://plugins/viastream/viastream.js unloaded JS [DEBUG]: Plugin bundle://plugins/tv4play/tv4play.js unloaded JS [DEBUG]: Plugin bundle://plugins/svtplay/svtplay.js unloaded JS [DEBUG]: Plugin bundle://plugins/headweb/headweb.js unloaded
Using latest git (March 19).
History
#1
Updated by Andreas Öman about 2 years ago
Hum, this looks like a clean shutdown from the XMB to me?
#2
Updated by hi 3 about 2 years ago
What I think happened now after testing is that the DLNA stream stopped because it played through the whole file list of 1000 files, at which point "No media loaded" is displayed. Shall I open a new issue regarding the 1000 file limit?
#3
Updated by Andreas Öman about 2 years ago
The "No media loaded" is just a screen saver thingie.
So you played 1000 files and after all those were played it stopped?
That's pretty much the expected behavior unless you play with repeat on.
#4
Updated by hi 3 about 2 years ago
Good to know about the repeat function, but its the 1000 file limit I am questioning, is there a 1000 file limit in showtime? It could very well be the minidlna source, I will look into that.
#5
Updated by Andreas Öman about 2 years ago
Well, there is a limit actually that the client does not request more 500 items at a time.
And when starting playback it will not request more, just play from those 500.
So maybe some other thing made it fetch twice (ie get a 1000 items)
I'll see if I can fix this so the playqueue manager "refill" items when it has just loaded a subset.
#6
Updated by hi 3 about 2 years ago
With the latest git (2.99.191.g6652a) I see 1676 tracks available (which is probably how many are available), great job!