FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › transcoding failed
- This topic has 8 replies, 4 voices, and was last updated 17 years, 9 months ago by mas.
-
AuthorPosts
-
20/02/2007 at 7:27 PM #1121notizblockParticipant
hi,
i use debian sarge with latest firefly svn-1498…works fine except transcoding.
i got you a part of the mt-daapd’s log (level 9) when i click on an ogg file:
Code:Checking reponse 7
Checking reponse 8
Checking reponse 9
Found it! Index: 9
Executing: select * from songs where id=6619
Entering config_set_status
Exiting config_set_status
Session 0: Streaming file ‘in_flames – 07 – trigger.ogg’ to 192.168.1.102 (offset 0)
Transcoding /media/music/Metal/in_flames/in_live_we_trust_cd_1__live_at_hammersmith/in_flames – 07 – trigger.ogg with ssc-script/svn-1498
Executing /usr/bin/mt-daapd-ssc.sh “/media/music/Metal/in_flames/in_live_we_trust_cd_1__live_at_hammersmith/in_flames – 07 – trigger.ogg” 0 280.000 “ogg”
Updating Content-Type from application/x-dmap-tagged to audio/wav
Updating Connection from close to Close
Emitting reponse header Expires: -1
Emitting reponse header Cache-Control: no-cache
Emitting reponse header DAAP-Server: firefly/svn-1498
Emitting reponse header Accept-Ranges: bytes
Emitting reponse header Content-Language: en_us
Emitting reponse header Content-Type: audio/wav
Emitting reponse header Server: mt-daapd/svn-1498
Emitting reponse header Connection: Close
Emitting reponse header Date: Thu, 5 Apr 2007 22:25:34 GMT
Write error: Connection reset by peer
Finished streaming file to remote: 3244032 bytes
Entering config_set_status
Exiting config_set_status
Thread 2: Terminating
Thread 2: Freeing request headers
Thread 2: Freeing response headers
Thread 2: Freeing request vars
Thread 2: Closing fdif i do:
Code:/usr/bin/mt-daapd-ssc.sh “/media/music/Metal/in_flames/in_live_we_trust_cd_1__live_at_hammersmith/in_flames – 07 – trigger.ogg'” 0 281.000 “ogg” > test.wava wav file is created. it can be played by vlc and rhythmbox…
what’s going on here?
why is ogg transcoding not working?
20/02/2007 at 7:31 PM #9272notizblockParticipanti’m sorry.
i posted the wrong output. here is the correct one:
Session 0: Streaming file 'in_flames - 04 - cloud_connected.ogg' to 192.168.1.102 (offset 0)
Transcoding /media/music/Metal/in_flames/in_live_we_trust_cd_1__live_at_hammersmith/in_flames - 04 - cloud_connected.ogg with ssc-script/svn-1498
Executing /usr/bin/mt-daapd-ssc.sh "/media/music/Metal/in_flames/in_live_we_trust_cd_1__live_at_hammersmith/in_flames - 04 - cloud_connected.ogg" 0 281.000 "ogg"
Updating Content-Type from application/x-dmap-tagged to audio/wav
Updating Connection from close to Close
Emitting reponse header Expires: -1
Emitting reponse header Cache-Control: no-cache
Emitting reponse header DAAP-Server: firefly/svn-1498
Emitting reponse header Accept-Ranges: bytes
Emitting reponse header Content-Language: en_us
Emitting reponse header Content-Type: audio/wav
Emitting reponse header Server: mt-daapd/svn-1498
Emitting reponse header Connection: Close
Emitting reponse header Date: Thu, 5 Apr 2007 22:19:24 GMT
wavstreamer: Write failed.
Error writing to file: Broken pipe
Entering config_set_status
Exiting config_set_status
Thread 2: Terminating
Thread 2: Freeing request headers
Thread 2: Freeing response headers
Thread 2: Freeing request vars
Thread 2: Closing fd
have a look at
wavstreamer: write failed….
22/02/2007 at 1:23 AM #9273rpeddeParticipant@notizblock wrote:
i
have a look atwavstreamer: write failed….
What kind of client is this? Is it a linux client using gstreamer?
23/02/2007 at 1:51 PM #9274notizblockParticipantit’s rhythmbox.
i think it uses gstreamer, yes!
thx
flo23/02/2007 at 1:55 PM #9275fizzeParticipantwell then you do not have to transcode ogg ๐
I remember there’s been issues with non-soundbridge clients and transcoding, don’t know how that progressed, so far.23/02/2007 at 2:00 PM #9276notizblockParticipantok, i’ll try it…
23/02/2007 at 2:11 PM #9277notizblockParticipantwell, you’re right.
no transcoding is the best solution!
working great now, thanks!
greetings
flo23/02/2007 at 3:26 PM #9278fizzeParticipantGood to hear. ๐
Just for your info:
This obviously works with clients who support ogg/vorbis, like Rhythmbox.
iTunes will choke on these, as will a soundbridge.If you only listen through Rhythmbox, your solution is great. Otherwise, not so great – but there is no real fix for this out, yet.
Transcoding based on the client is something that is being worked on, rest assured ๐
25/02/2007 at 4:30 PM #9279masParticipantWell the transcoding should work though. I got it running exactly with debian/sarge on a NSLU and playblack/transcoding to a SoundBridge.
Cannot write sounds to me like some file or directory rights arent set right.
In order to get oggdec to work you need to patch out the big endian byteswap manually. I posted about that earlier. But your problem is a different one. I am refering to the next problem your would have had hehe.
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.