Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
This is just a bit frustrating.....
When I set twonky up to transcode "flac to wav" to my little denon dlna streaming device it does a great job of locking up the receiver.
I'm not quite sure what I'm streaming to the device but it doesn't it isn't .wav.
I have tested multiple wav files and the DNS-323 w/ twonky streams these without a problem to my dlna device.
When I put a flac on the dns and attempt to transcode it all goes bad.
WTF am I doing wrong?
twonkymedia server 5.1.3
DNS-323 firmware 1.08
flac 1.2.1-1 from the additional distribution
/mnt/HD_a2/twonky/cgi-bin/flac-wav.desc
# tnscode audio
#(c) 2008 by PacketVideo
exec: flac2wav $infile $outfile
# capabilities
from=audio/x-flac
to=audio/x-wav
synchronous
priority=default
/mnt/HD_a2/twonky/cgi-bin/flac2wav
#!/bin/bash
/ffp/usr/bin/flac --silent --decode "$1" -o "$2"
root@MusicBox:/mnt/HD_a2/twonky/cgi-bin# ls -al flac*
-rwxr-xr-x 1 root root 154 Apr 2 18:53 flac-wav.desc
-rwxr-xr-x 1 root root 62 Apr 2 18:52 flac2wav
Offline
root@MusicBox:/mnt/HD_a2/Music/Dark Side of the Moon# flac -t "01 Speak to Me.flac"
flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
01 Speak to Me.flac: ok
flac is installed properly and the file is good...
Offline
Tried modifying the file to have no "space" characters... silly but worth a shot (no go).
also tried
flac-wav.desc
# transcode audio
#(c) 2008 by PacketVideo
exec: flac --silent -decode $infile -o $outfile
# capabilities
from=audio/x-flac
to=audio/x-wav
synchronous
priority=default
flac.location
/ffp/bin
Offline
played with flac.location a bit...
and twonky is loading flac and then TwonkyMedia Server crashes.
erk.
Last edited by RobertFontaine (2010-04-03 07:09:02)
Offline
... onward to mediatomb.
Offline