I've updated my LMS 7.9 roughly a week ago, from nightly build 2016-01-18 to build 2016-04-04, but here I am not sure if the previous LMS version I used didn't have issues with AAC streams, as I simply played them very rarely. I've just noticed it with the version I currently use.
The logs I attach apply only to single session, single stream. As you can see, formats are being parsed twice after "Slim::Utils::Scanner::Remote::readRemoteHeaders" but even thrice in total, starting from "Slim::Player::Song::new (108) index 0 -> http://ice1.somafm.com/illstreet-128-aac" (as you asked me before to attach a log from that point). When I restart the LMS, then the first, second, third time I connect to an AAC stream it works fine. The issue starts to pop out later. If I attached the full log starting from LMS startup, that would be confusing then. I tried with disabling AAC -> MP3 transcoding in [webUI settings/advanced/Filetypes], but it doesn't matter, it has no effect whatsoever, so you may ignore that thing. In fact, I had it enabled while I extracted the first logs I attached to this thread. When I revert it to the default (faad/lame), it still breaks the same way with AAC stream. I have the rest of the settings set to defaults (AAC => AAC: origin, AAC => FLAC: faad/flac, AAC => PCM: faad) BTW: there is single slimserver.pl process running on my server Code: -------------------- [~] # ps | grep slim 11525 ssods 84804 S /opt/ssods4/bin/perl /opt/ssods4/var/home/SqueezeboxServer/slimserver.pl --daemon --pidfile /opt/ssods4/var/home/SqueezeboxServer/Cache/squeezecenter.pid --cachedir /opt/ -------------------- but, when LMS is started, its main::init method is called twice. Is it normal? Code: -------------------- [16-04-15 10:18:34 ] ssctrl Starting SqueezeboxServer 7.9.0-1459712283. [16-04-15 10:18:36 ] ssctrl Using system mysqld: /usr/local/mysql/libexec/mysqld [16-04-15 10:18:36 ] ssctrl Patching /opt/ssods4/var/home/SqueezeboxServer/Bin/arm-linux/sls [16-04-15 10:18:37 ] ssctrl Command line = /opt/ssods4/var/home/SqueezeboxServer/slimserver.pl --daemon --pidfile /opt/ssods4/var/home/SqueezeboxServer/Cache/squeezecenter.pid --cachedir /opt/ssods4/var/home/SqueezeboxServer/Cache --logdir /opt/ssods4/var/home/SqueezeboxServer/Logs --prefsdir /opt/ssods4/var/home/SqueezeboxServer/Prefs --noupnp --priority 0 --user ssods --group ssods [16-04-15 10:18:55.4471] main::init (384) Starting Logitech Media Server (v7.9.0, 1459712283, Sun Apr 3 19:46:00 UTC 2016) perl 5.010000 - armv5tel-linux-thread-multi [16-04-15 10:18:55.4455] main::init (384) Starting Logitech Media Server (v7.9.0, 1459712283, Sun Apr 3 19:46:00 UTC 2016) perl 5.010000 - armv5tel-linux-thread-multi [16-04-15 10:18:56 ] ssctrl SqueezeboxServer started. [16-04-15 10:18:56 ] ssctrl Setting nice level to +0 [16-04-15 10:19:14.6795] Slim::Utils::Misc::msg (1235) Warning: [10:19:14.6767] commit ineffective with AutoCommit enabled at /share/HDA_DATA/.qpkg/LogitechMediaServer/var/home/SqueezeboxServer/CPAN/DBIx/Class/Storage/DBI.pm line 1163. -------------------- ------------------------------------------------------------------------ mh_'s Profile: http://forums.slimdevices.com/member.php?userid=50754 View this thread: http://forums.slimdevices.com/showthread.php?t=105467 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
