![]() |
|
AudioEngine branch - DO NOT REQUEST BINARY BUILDS - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: AudioEngine branch - DO NOT REQUEST BINARY BUILDS (/showthread.php?tid=78289) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 |
- rodercot - 2012-01-28 04:44 gnif, here is a pastebin as requested. Yes the system seems fine prior to suspend. Alsa does not cause any issues when i suspend and resume within mythfrontend on the same machine from the cli. (pm-suspend) and then resume with the remote while in mythbuntu I can resume live TV, watch a recording etc... The posted log is open xbmc, suspend xbmc, resume xbmc, tried to quit xbmc from system > power instead I have to Killall using (appswitch.pl) script to recover the desktop. The whole time it resumes I have over 125 to 130% cpu usage. Eden B2 (GIT) not the nightly ppa suspends and resumes fine no errors and I can start playing a file right away without having to restart xbmc. (killall) http://pastebin.ca/2106937 Thanks, Dave - DDDamian - 2012-01-28 05:07 heh heh - gnif just fixed the "zero volume" bug for upgraders
- MaDeMaNN - 2012-01-28 06:18 Thanks gnif! I just tried to compile the windows build and it failed. The prior build worked great. Thanks again - sjongele - 2012-01-28 11:20 grote002 Wrote:Hi sjongele, try switching the 'deinterlace method' from 'Auto Select' to something like 'blend', that fixed it for me. Thanks for your help, but whatever deinterlace method I choose, the issue remains. In the log a lot of "CDVDPlayerAudio:: Discontinuity" appear. - Gryph - 2012-01-28 11:37 @gnif - Just compiled this as of about an hour ago. Now I see my log file is flooded with errors. Previously no errors with any other compiles. Have a look at the log file, see what you think. Files play very stuttered poor receiver doesn't know what's going on, flicks in and out. The files I've tested were known to have worked before. http://pastebin.com/FzqWaUig EDIT: I reverted back to a previous commit (from yesterday) and it's back working again. - gnif - 2012-01-28 16:08 @Gryph - Try and increase ALSA_PERIODS in "xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp" until the problem goes away, there was an error in the calculation of these values earlier, but obviously needs some tweaking for different hardware still. - gnif - 2012-01-28 17:46 Updates: * Merged with master to get around some nasty bugs in the release I merged with last. * Bad logic in period calcs in ALSA has been corrected * Timeout for the ALSA wait has been added, no longer infinate * Added suspend/resume support to the ALSA sink for @rodercot (untested) * Increased the ALSA periods to try to correct the issue @Gryph is having * Added back feedback for failure to open an output sink * Renamed volume control setting for those switching between master and AE. * Added new profiler sink to evaluate SoftAE performance on different platforms. * Fixed an issue with CAERemap using channels that are not in your channel layout if the sink had to open them (ALSA users) Coming Soon: * Thanks to @Fneufneu, support for HDMI bitstreaming of TrueHD and DTS-MA via OSS4 is just about ready (great for FreeBSD users). * Thanks to @DDDamian the WASAPI sink will be also updated soon to correct numerous playback problems, especially with bitstreaming. Notes: Windows VC++ project is broken at the moment, I will correct this likely some time tomorrow. - MaDeMaNN - 2012-01-28 18:40 Thanks Gnif for the updates and hard work! - Hack_kid - 2012-01-28 19:51 MaDeMaNN Wrote:Thanks Gnif for the updates and hard work! I'd have to agree, the amount of work you have pumped out in such a short amount of time is just amazing. Now to go test the latest commits (havent updated linux build in a whole 2 days )
- avus m3 - 2012-01-28 20:26 Thanks Gnif...*Starts the slow clap* |