FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › SOLVED : Soundbridge wont play .flac file from openSUSE
- This topic has 2 replies, 2 voices, and was last updated 15 years, 8 months ago by
MrKane.
-
AuthorPosts
-
16/09/2007 at 8:33 PM #1733
MrKane
ParticipantHi,
Please excuse me if this has been solved earlier, but I did not find a match in the forum.
I get a “Unable to play” error message on the Pinnacle SB display. I am running the svn-1586 version. This is on openSUSE 10.2
Log from the server does not indicate anything wrong that I can see:
2007-09-16 22:28:12 (b717fb90): Session 0: Streaming file ‘Mika – 08 – Big Girl (You Are Beautiful).flac’ to 10.0.0.172 (offset 0)
2007-09-16 22:28:12 (b717fb90): Executing /usr/local/bin/mt-daapd-ssc.sh “/filserver/media/musikk/Mika/Life In Cartoon Motion/Mika – 08 –
Big Girl “‘(‘”You Are Beautiful”‘)'”.flac” 0 248.000 “flac”
2007-09-16 22:28:14 (b7cd96c0): Got CLD signal. Reaping
2007-09-16 22:28:16 (b717fb90): Request: GET /rsp/db/0?query=id%3D1733&type=full HTTP/1.0
2007-09-16 22:28:16 (b717fb90): Request: GET /rsp/stream/1733 HTTP/1.0
2007-09-16 22:28:16 (b717fb90): Session 0: Streaming file ‘Mika – 09 – Stuck In The Middle.flac’ to 10.0.0.172 (offset 0)
2007-09-16 22:28:16 (b717fb90): Executing /usr/local/bin/mt-daapd-ssc.sh “/filserver/media/musikk/Mika/Life In Cartoon Motion/Mika – 09 –
Stuck In The Middle.flac” 0 248.800 “flac”
2007-09-16 22:28:18 (b7cd96c0): Got CLD signal. Reaping
2007-09-16 22:28:20 (b717fb90): Request: GET /rsp/db/0?query=id%3D1735&type=full HTTP/1.0
2007-09-16 22:28:20 (b717fb90): Request: GET /rsp/stream/1735 HTTP/1.0
2007-09-16 22:28:20 (b717fb90): Session 0: Streaming file ‘Mika – 10 – Happy Ending.flac’ to 10.0.0.172 (offset 0)
2007-09-16 22:28:20 (b717fb90): Executing /usr/local/bin/mt-daapd-ssc.sh “/filserver/media/musikk/Mika/Life In Cartoon Motion/Mika – 10 –
Happy Ending.flac” 0 621.133 “flac”
2007-09-16 22:28:22 (b7cd96c0): Got CLD signal. ReapingI tried running:
/usr/local/bin/mt-daapd-ssc.sh “/filserver/media/musikk/Mika/Life In Cartoon Motion/Mika – 10 –
Happy Ending.flac” 0 621.133 “flac” form the command line and it seems to work..flac is enabled in the config file so now I am a bit lost…
Anyone seen the same problem?
17/09/2007 at 2:08 AM #12581rpedde
Participant@MrKane wrote:
Hi,
Please excuse me if this has been solved earlier, but I did not find a match in the forum.
I get a “Unable to play” error message on the Pinnacle SB display. I am running the svn-1586 version.
Log from the server does not indicate anything wrong that I can see:
2007-09-16 22:28:12 (b717fb90): Session 0: Streaming file ‘Mika – 08 – Big Girl (You Are Beautiful).flac’ to 10.0.0.172 (offset 0)
2007-09-16 22:28:12 (b717fb90): Executing /usr/local/bin/mt-daapd-ssc.sh “/filserver/media/musikk/Mika/Life In Cartoon Motion/Mika – 08 –
Big Girl “‘(‘”You Are Beautiful”‘)'”.flac” 0 248.000 “flac”
2007-09-16 22:28:14 (b7cd96c0): Got CLD signal. Reaping
2007-09-16 22:28:16 (b717fb90): Request: GET /rsp/db/0?query=id%3D1733&type=full HTTP/1.0
2007-09-16 22:28:16 (b717fb90): Request: GET /rsp/stream/1733 HTTP/1.0
2007-09-16 22:28:16 (b717fb90): Session 0: Streaming file ‘Mika – 09 – Stuck In The Middle.flac’ to 10.0.0.172 (offset 0)
2007-09-16 22:28:16 (b717fb90): Executing /usr/local/bin/mt-daapd-ssc.sh “/filserver/media/musikk/Mika/Life In Cartoon Motion/Mika – 09 –
Stuck In The Middle.flac” 0 248.800 “flac”
2007-09-16 22:28:18 (b7cd96c0): Got CLD signal. Reaping
2007-09-16 22:28:20 (b717fb90): Request: GET /rsp/db/0?query=id%3D1735&type=full HTTP/1.0
2007-09-16 22:28:20 (b717fb90): Request: GET /rsp/stream/1735 HTTP/1.0
2007-09-16 22:28:20 (b717fb90): Session 0: Streaming file ‘Mika – 10 – Happy Ending.flac’ to 10.0.0.172 (offset 0)
2007-09-16 22:28:20 (b717fb90): Executing /usr/local/bin/mt-daapd-ssc.sh “/filserver/media/musikk/Mika/Life In Cartoon Motion/Mika – 10 –
Happy Ending.flac” 0 621.133 “flac”
2007-09-16 22:28:22 (b7cd96c0): Got CLD signal. ReapingI tried running:
/usr/local/bin/mt-daapd-ssc.sh “/filserver/media/musikk/Mika/Life In Cartoon Motion/Mika – 10 –
Happy Ending.flac” 0 621.133 “flac” form the command line and it seems to work..flac is enabled in the config file so now I am a bit lost…
Anyone seen the same problem?
Make sure you have the flac command-line utility installed. Then, maybe take a look at the ssc script and make sure you have a full path to it in the ssc script.
You may also want to set the full path to wavstreamer (probably /usr/bin/wavstreamer, I’d guess).
If that doesn’t make sense, let me know.
— Ron
17/09/2007 at 3:19 PM #12582MrKane
Participant@rpedde wrote:
Make sure you have the flac command-line utility installed. Then, maybe take a look at the ssc script and make sure you have a full path to it in the ssc script.
You may also want to set the full path to wavstreamer (probably /usr/bin/wavstreamer, I’d guess).
If that doesn’t make sense, let me know.
— Ron
Thanks a lot for a fast answer. And it solved my issue!
the path for wavstreamer had to be set to “/usr/local/bin/wavstreamer”.
It is a bit strange as printenv gives this path:
PATH=/sbin:/usr/sbin:/usr/local/sbin:/opt/kde3/sbin:/opt/gnome/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbinand wavstreamer can be reached from the cmdline of the user that mt-daapd is running under.
Regards Birger
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.