Openelec: Music drops with some HD multichannel - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166) +---- Thread: Openelec: Music drops with some HD multichannel (/showthread.php?tid=204408) |
Openelec: Music drops with some HD multichannel - MrNice - 2014-09-15 Hi, I am back every few weeks with the same issue: When I play HD (24/96, 24/88.2) multichannel music, I have drops with some files. Last time I was told to overclock RPi. Now I run with: Code: Firmware Version I use passthrough on. Files with 2 channels are good even with 24/192. Some files 24/96 are good other not, I can't find why. With some files that drop, CPU usage with ssh (top), is around 65%. This is not a CPU speed issue. I noticed something strange (for me): When I enable debug logging, there are less drops than without! (ie: 1 drop every second without, 1 drop only at the end of the file with it) xbmc.log: http://sprunge.us/GceU So hopfully, you will find the issue in this thread. If you need more info, just let me know. BTW, if you find improvement to be done is the log file, let me know - 12:56:06 T:3058360320 DEBUG: FactoryCodec - Audio: passthrough - Failed - CecLogMessage Many thanks Edit: I only use Openelec to listen music, no video, no TV only a monitor RE: Openelec: Music drops with some HD multichannel - popcornmix - 2014-09-15 Can you try with Helix build (e.g. latest Milhouse). Flac is now decoded with ffmpeg rather than external lib. Disable visualisation (on Helix that will skip a downmix/resample stage). If enabling logging makes it better, then that is interesting (although can't think of a reason for that yet). RE: Openelec: Music drops with some HD multichannel - MrNice - 2014-09-17 I did some new tests: Version 4.07 stable (same as previous post) With Paplayer (default): drops DVDplayer: drops OMXplayer: OK, NO drop Version OpenELEC-RPi.arm-Milhouse-20140913233905-r19230-g9ab2c87 same settings as version 4.07 with Paplayer (default): drops DVDplayer: OK, NO drop there is no OMXplayer in this version I could use DVDplayer as default, is it a good choice? RE: Openelec: Music drops with some HD multichannel - MrNice - 2014-09-19 Version OpenELEC-RPi.arm-Milhouse-20140913233905-r19230-g9ab2c87 same settings as version 4.07 I just noticed that with DVDplayer, Kodi downrate to 44.1 kHz instead of keeping 96 kHz, this lead to get no drop. This is not at all a good choice, I want to keep the original sampling frequency. RE: Openelec: Music drops with some HD multichannel - popcornmix - 2014-09-19 (2014-09-19, 16:06)MrNice Wrote: I just noticed that with DVDplayer, Kodi downrate to 44.1 kHz instead of keeping 96 kHz, this lead to get no drop. See: http://wiki.xbmc.org/index.php?title=Audio_settings I don't believe 44.1kHz is forced. If Output configuration is "best match" then you always get the source sample rate (but you lose gapless when it changes) If Output configuration is "optimised" then you get the source sample rate for any new file. If several tracks are queued then they will all use the settings from first one. RE: Openelec: Music drops with some HD multichannel - MrNice - 2014-09-19 Config was "Best Match" so I should have 96 and not 44.1 ! I didn't play gapless for this test. I changed to "Optimized" I tried again one file at 5.1, 24/96. My AVR can show file sample rate: with Paplayer > 96 > drops DVDplayer > 44.1 > no drop I changed to "fixed" at 96 I tried again 2L file at 5.1, 24/96. My AVR can show file sample rate: with Paplayer > 96 > drops DVDplayer > 96 > drops Looks like there is an issue with DVDplayer and output configuration "best match" and "optimized" and another issue with the both players that drop. RE: Openelec: Music drops with some HD multichannel - MrNice - 2014-09-19 Something that could help: Playing a file 5.2, 24/96 with DVDplayer System > Settings > Audio output > output configuration = Fixed Limit sampling rate = 44.1 then back to System > Settings > Audio output > output configuration = Best match or Optimized When playing, sample rate is 44.1 System > Settings > Audio output > output configuration = Fixed Limit sampling rate = 88.2 then back to System > Settings > Audio output > output configuration = Best match or Optimized When playing, sample rate is 88,2 RE: Openelec: Music drops with some HD multichannel - MrNice - 2014-09-22 @popcornmix Any news? Do you need more info, tests? RE: Openelec: Music drops with some HD multichannel - MrNice - 2014-10-04 New OpenELEC Helix build: #1003 Unfortunately, I still have drops with the HD file. Thanks for your helps and advices RE: Openelec: Music drops with some HD multichannel - MrNice - 2014-10-06 (2014-09-15, 15:19)popcornmix Wrote: ... OpenELEC Helix build: #1005 I can confirm: I played 2 mn of the same HD audio file with log disabled then with log enabled, that 6 times: - Without log I get a drop at average of 1.5 second, so around 80 drops for 2 mn - With log I get 0 to 6 drops within the first 15 seconds then not drop for 2 mn The log: 2 starts of the same HD audio file, the first start has no drop, the second start has 5 or 6 drops. http://sprunge.us/RhiE |