FireFly Media Server (formerly mt-daapd) › Firefly Media Server Forums › Firefly Media Server › Setup Issues › WMA on NSLU2
- This topic has 11 replies, 5 voices, and was last updated 12 years, 6 months ago by
fizze.
-
AuthorPosts
-
17th July 2008 at 6:37 pm #2562
Anonymous
InactiveHi,
Is it possible to serve WMA lossless to my M1001 from Firefly/NSLU2 ?
Or is there an other lossless format reconize/recomanded for Firefly/NSLU2 ?
Thanks in advance ….
17th July 2008 at 8:11 pm #17458fizze
ParticipantI doubt that there is a codec that works sufficiently on the slug. The w32-codecs or FFmpeg really depend on an FPU.
18th July 2008 at 8:38 am #17459stretch
Participant@talisker wrote:
Or is there an other lossless format reconize/recomanded for Firefly/NSLU2 ?
FLAC
18th July 2008 at 8:25 pm #17460Anonymous
InactiveHi Folks,
Thanks for answering.
I don’t really understand, what’s wrong with WMA. The M1001 regonize natively the following format : WMA, AAC, MP3, WAV et AIFF.
In my point of you, it will be easier for the server to serve WMA lossless files, there are just pack (with a sort of zip process) than a MP3 file with complex computation.
The footprint on the server should be smaller with a lossless format than a compressed one.
And WMA is natively read by the M1001 so It should works, that’s the case when a wma file is serve from a regular PC.
If I use .flac, I need to set the server to make a conversion before sending the file to the SB, and I think in this case, I will be face to a lake of horse_power on the slug.🙁
18th July 2008 at 8:30 pm #17461fizze
ParticipantYour point is true with regular WMA (not lossless). However, lossless WMA is transcoded to WAV above a certain bitrate, and as the WMA codec is closed source, there is no integer-only implementation AFAIK.
For ogg vorbis, or flac, and the likes however, chances are there’s a suitable codec working on the slug. IIRC flac to wav transcoding is currently working on the slug.
18th July 2008 at 8:54 pm #17462S80_UK
ParticipantCorrect – FLAC to WAV works very well on the slug, even serving more than one SoundBridge with different streams at the same time. As far as I know it is the closed-source status of WMAL which limits its availability on non-Windows platforms. If needed, dBpoweramp can be used to batch convert a library of WMAL files to FLAC while preserving tags.
18th July 2008 at 11:04 pm #17463EVILRipper
ParticipantHeh. But transcoding WMA to FLAC to WAV would be rather overkill if you ask me. But if what you say is correct, it is possible.
19th July 2008 at 12:04 am #17464stretch
Participant@EVILRipper wrote:
Heh. But transcoding WMA to FLAC to WAV would be rather overkill if you ask me. But if what you say is correct, it is possible.
The WMAL to FLAC conversion is a one time process. You can delete the WMAL files when done.
The trigger point in a SoundBridge for having WMA transcoded to WAV is 400bps and as Fizze already pointed out, the SB can’t play WMAL.
20th July 2008 at 5:54 pm #17465Anonymous
InactiveHi,
Sound’s good for me, go for FLAC.
I will transcode few files with my favourite tool (Foobar2K). It preserv the tags as well.But what I need to do on the server side (NSLU2) ?
Which package I need to install with Firefly to transcode FLAC on WAV ?
Is it only a setting or a plugins ???21st July 2008 at 8:11 am #17466fizze
ParticipantIf you use a fairly recent version (like svn-1586) you don’t need anything 😉
21st July 2008 at 7:42 pm #17467Anonymous
InactiveHi fizze
You right that’s works. No problemo …
What’s about SQLITE, do I need to install the V3 before starting to create my library with all my Flac ?
It’s a ipkg install package ?
I’m running svn-1696 on NSLU2.
Regards
22nd July 2008 at 3:43 pm #17468fizze
ParticipantYou do need to “ipkg install sqlite3” and then you need to change the db-type to sqlite3 in mt-daapd.conf (or via the web interface).
This will cause firefly to build a new database. If you didn’t have any valuable information (other than the songs) in your DB, this is alright.
If you don’t want to lose years and years of listening history and habits, then you might want to convert your database. How to do so has been discussed on the forum, I just don’t have the commands handy 😉
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.