FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › no playback of musepack files
- This topic has 14 replies, 2 voices, and was last updated 17 years, 1 month ago by rpedde.
-
AuthorPosts
-
29/09/2007 at 4:26 AM #11194rpeddeParticipant
@goana wrote:
hi ron,
I have found the file “mpc_0.12.1-1_armeb.ipk” at http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/unstable/.
I am not sure, but can I use this one? And if yes, how can I install it?
Thanks for any help
goana
“ipkg install mpc” should do it.
— Ron
05/10/2007 at 10:48 AM #11195goanaParticipantthanks ron for your help.
The installation worked.
Now my soundbridge M1001 can see the mpc audio files but is still unable to play the musepack files.I have installed “mpc_0.12.1-1_armeb.ipk”and “libmpcdec_1.2.6-1_armeb.ipk”. In the folder /opt/bin/ of my slug the new file “mpc” is visible. Therefore I have changed the code of the mt-daapd-ssh.sh file as follows:
…
MPC=/opt/bin/mpc
…
mpc_file() {
$MPC –wav –prev –gain 2 “$FILE” | $WAVSTREAMER -o $OFFSET $FORGELEN
…
if ( echo $1 | grep -i “.mpc$” > /dev/null 2>&1 ); then
mpc_file
exit;
fi
…The libmpcdec files are visible in the /opt/lib/ folder.
Moreover, in the config file of firefly, I have added “.mpc” as extension and the “SSC codec-types” are “ogg,flac,alac,unkn”. I have read this in a former thread – but I am not sure, if this is right in my case.
If anybody knows the mistake, I would be very happy.
goana
06/10/2007 at 10:09 PM #11196rpeddeParticipant@goana wrote:
Moreover, in the config file of firefly, I have added “.mpc” as extension and the “SSC codec-types” are “ogg,flac,alac,unkn”. I have read this in a former thread – but I am not sure, if this is right in my case.
The codectype for mpc is “mpc”. Add that to your codectypes and see what that does.
— Ron
10/10/2007 at 6:19 PM #11197goanaParticipanthi ron,
I have added “mpc” to the codectypes. But the soundbridge can not play the audio. The display show “unable to play the file”. Moreover, when I additionally delete “unkn” from the codectypes, the soundbridge do not recognize the mpc files as audio file. I can see the file name but no audio symbol at the left site of the soundbridge display.
I have also find out that the “mpc_0.12.1-1_armeb.ipk” file is a command line tool to interface MPD. I guess this is no decoder for musepack audio files, isn’t?
Now, I am a little bit helpless how to proceed. I have looked in the package search of optware to find any mpc deocder, but nothing found.
Any idea to play my musepack audios?
I am very happy about any help.
goana
11/10/2007 at 4:52 AM #11198rpeddeParticipant@goana wrote:
hi ron,
I have added “mpc” to the codectypes. But the soundbridge can not play the audio. The display show “unable to play the file”. Moreover, when I additionally delete “unkn” from the codectypes, the soundbridge do not recognize the mpc files as audio file. I can see the file name but no audio symbol at the left site of the soundbridge display.
I have also find out that the “mpc_0.12.1-1_armeb.ipk” file is a command line tool to interface MPD. I guess this is no decoder for musepack audio files, isn’t?
Now, I am a little bit helpless how to proceed. I have looked in the package search of optware to find any mpc deocder, but nothing found.
Any idea to play my musepack audios?
I am very happy about any help.
goana
Hrm… the issue will be finding a musepack decoder for the slug.
Might actually be easier to find a mpc->flac converter. 🙂
— Ron
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.