Home of the Squeezebox™ & Transporter® network music players.

Go Back   Squeezebox : Community : Forums > User Forums > 3rd Party Hardware
User Name
Password

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2007-10-25, 08:33
benshead benshead is offline
Junior Member
 
Join Date: Sep 2007
Posts: 23
benshead is on a distinguished road
Default AAC Files Not Playing on SlimNAS

I have been enjoying SlimNAS (v.0.41 running SlimServer_v6.5.4) for a month or so now and have, up until now, had no problems whatsoever. Most of my files are ripped to alac, with some older ones in mp3 and a few in aac (m4a: itunes non-drm). We recently realized that the aac files won't play, with a "problem: can't open file" error showing on the squeezebox.

I know that alac decoding has been added to SlimNAS in the most recent release. I am wondering whether I need to use mplayer to get aac files to play, or if there is something simpler. The only thing that confuses me is that I was sure I had tested aac files when I first tested SlimNAS in VMWare, so I was surprised to find them not working now.

Any help is appreciated!
Ben.
Reply With Quote
  #2  
Old 2007-10-29, 10:26
benshead benshead is offline
Junior Member
 
Join Date: Sep 2007
Posts: 23
benshead is on a distinguished road
Default Bump!

Can anyone help? Am I just being stupid, or is this just a limitation of SlimNAS? How can I fix this?

Any ideas appreciated...
Reply With Quote
  #3  
Old 2007-11-14, 02:57
mherger's Avatar
mherger mherger is offline
Babelfish's Best Boy
 
Join Date: Apr 2005
Location: Switzerland
Posts: 16,820
mherger is on a distinguished road
Default

Hi Ben,

I'm sorry for the confusion. I usually do respond. But I always forget that the mailing list -> forum gateway is broken for the 3rd party list.

>> Now I've tried fiddling with convert.conf with no luck, but I have to
> admit to not being sure what to do next. I have to think there's a way to
> get aac content working. Do you have any suggestions?

Honestly - I don't have any experience with this. You might want to search the forums for the mplayer solution. I think it's been used on the SSODS, too.
__________________
Michael

-----------------------------------------------------------------
http://www.herger.net/slim-plugins - AlbumReview, Biography, MusicInfoSCR
Reply With Quote
  #4  
Old 2007-11-14, 03:20
bpa bpa is online now
Senior Member
 
Join Date: Oct 2005
Location: Ireland
Posts: 9,325
bpa is on a distinguished road
Default

If SlimNAS has the modified mplayer-stdout and not mplayer then the following is a educated guess for custom-convert.conf. If you use custom-convert.conf then the changes will remain if a new version of SC in installed
Code:
mov wav * *
        [mplayer-stdout] -really-quiet -vc null -vo null -af volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null 
mov mp3 * *
        [mplayer-stdout] -really-quiet -vc null -vo null -af volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
mov flc * *
        [mplayer-stdout] -really-quiet -vc null -vo null -af volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null | [flac] -cs --totally-silent --endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100 --compression-level-0 -
Reply With Quote
  #5  
Old 2007-11-19, 04:35
benshead benshead is offline
Junior Member
 
Join Date: Sep 2007
Posts: 23
benshead is on a distinguished road
Default

@Michael:
Thanks for the reply. I'll post the solution when I get it working.

@bpa:
This doesn't seem to work. Checking the logfile, I get a generic-looking:
2007-11-19 08:16:35.9719 ERROR: playmode: Couldn't gotoNext song on playlist, stopping
When I try to play AAC.

I'm not convinced that SlimNAS uses mplayer-stdout, however. I have a file called 'mplayer' in /usr/bin/. Is there another place to look?

Thanks for the help!

Ben.
Reply With Quote
  #6  
Old 2007-11-19, 05:20
bpa bpa is online now
Senior Member
 
Join Date: Oct 2005
Location: Ireland
Posts: 9,325
bpa is on a distinguished road
Default

This thread seems to indicate that a patched mplayer is used in SlimNAS
http://forums.slimdevices.com/showthread.php?t=32900

If SlimNAS includes AlienBBC - can you post the custom-convert.conf from the Alien directory. I can then suggest conf mods for AAC.
Reply With Quote
  #7  
Old 2007-11-19, 05:58
benshead benshead is offline
Junior Member
 
Join Date: Sep 2007
Posts: 23
benshead is on a distinguished road
Default

Michael has a tutorial on installing AlienBBC on SlimNAS:
http://www.herger.net/slim/detail.ph...kategorie=slim

I haven't done it, but here the custom-convert.conf:
Code:
rtsp wav * *
 [mplayer] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 128
           -af volume=0,resample=44100:0:1,channels=2
           -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null
rtsp mp3 * *
 [mplayer] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 128
           -af volume=0,resample=44100:0:1,channels=2 
           -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null 
           | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
rtsp flc * *
 [mplayer] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 128 
           -af volume=0,resample=44100:0:1,channels=2 
           -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null 
           | [flac] -cs --totally-silent --endian=little --channels=2
           --sign=signed --bps=16 --sample-rate=44100 --compression-level-0 -

wma wav * *
 [mplayer] -really-quiet -vc null -vo null -cache 128 -af volume=0,resample=44100:0:1,channels=2
           -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null
wma mp3 * *
 [mplayer] -really-quiet -vc null -vo null -cache 128 -af volume=0,resample=44100:0:1,channels=2
           -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null 
           | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
wma flc * *
 [mplayer] -really-quiet -vc null -vo null -cache 128 -af volume=0,resample=44100:0:1,channels=2
           -ao pcm:nowaveheader:file=- $FILE$ 2>/dev/null
           | [flac] -cs --totally-silent --endian=little --channels=2 --sign=signed
           --bps=16 --sample-rate=44100 --compression-level-0 -
Reply With Quote
  #8  
Old 2007-11-19, 06:48
bpa bpa is online now
Senior Member
 
Join Date: Oct 2005
Location: Ireland
Posts: 9,325
bpa is on a distinguished road
Default

OK - it looks like mplayer on SlimNAS is a patched mplayer - functionally the same as mplayer-stdout.

So change all the references to mplayer-stdout to mplayer in the suggested conf file entries above.
Reply With Quote
  #9  
Old 2007-11-19, 07:58
benshead benshead is offline
Junior Member
 
Join Date: Sep 2007
Posts: 23
benshead is on a distinguished road
Default

Thanks bpa! I will try tonight. One question, though. My aac files have .m4a extensions. Should I replace 'mov' with 'm4a' in your custom-convert.conf?

Thanks,
Ben.
Reply With Quote
  #10  
Old 2007-11-19, 08:14
bpa bpa is online now
Senior Member
 
Join Date: Oct 2005
Location: Ireland
Posts: 9,325
bpa is on a distinguished road
Default

Leave extension alone - the following line in types.conf maps the "mov" onto file extensions & MIME types for "types" in the convert.conf files.
Code:
mov     mov,m4a,mp4,m4b	audio/x-quicktime-movie,audio/x-m4a         audio
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:21.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.