Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Problem with bluetooth on MoOde 4.2
#7
moOde's worker daemon polls every 3 secs for things to do so it might be worth logging the wake up event to see if it correlates with the audio glitch.

Add the workerLog() line to the following code block in /var/www/command/worker.php

Code:
//
// BEGIN WORKER JOB LOOP
//

while (1) {
    sleep(3);
    workerLog('wakeup');

Then reboot and while playing a bluetooth stream monitor the moOde log 


Code:
tail -f /var/log/moode.log


-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Problem with bluetooth on MoOde 4.2 - by Tim Curtis - 07-20-2018, 09:25 PM

Forum Jump: