Page 1 of 1

ogg transcode plz help java io exception

Posted: Sun Oct 16, 2016 10:22 pm
by panama
hello,
i ve two mediau devices (Albrecht DR-460 and Renkforce IR1) and both cant play oggs files.
i attache the mediau config / ums config / cut debug log for the albrecht dr460.
i think it is an java io exception.

have anybody else an device with mediaU firmware,
and some hints for me?

the firmware is on rly numerous on devies (hama albrecht noxon renkforce and on many more devices)

thanks for the support.

Code: Select all

00:15.287 [StartPlaying Event] Matched media renderer "DR460" based on address /192.168.1.95
INFO  2016-10-16 10:00:15.288 [StartPlaying Event] Started playing test.ogg on your DR460
DEBUG 2016-10-16 10:00:15.289 [StartPlaying Event] The full filename of which is: /media/mp3s/music/test/test.ogg and the address of the renderer is: 192.168.1.95
DEBUG 2016-10-16 10:00:15.474 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg
DEBUG 2016-10-16 10:00:15.774 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg
DEBUG 2016-10-16 10:00:16.028 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg
DEBUG 2016-10-16 10:00:16.361 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg
DEBUG 2016-10-16 10:00:16.714 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg
DEBUG 2016-10-16 10:00:17.053 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg
DEBUG 2016-10-16 10:00:17.310 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg
DEBUG 2016-10-16 10:00:17.635 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg
DEBUG 2016-10-16 10:00:18.875 [New I/O worker #3] Connection error: java.io.IOException: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
DEBUG 2016-10-16 10:00:18.876 [New I/O worker #3] Premature end, stopping...
DEBUG 2016-10-16 10:00:21.064 [New I/O worker #4] Matched media renderer "DR460" based on address /192.168.1.95
DEBUG 2016-10-16 10:00:21.066 [New I/O worker #4] Finishing configuration for DR460
DEBUG 2016-10-16 10:00:21.067 [New I/O worker #4] Reading MediaInfo: true (default: false)
DEBUG 2016-10-16 10:00:21.067 [New I/O worker #4] Updating status button for DR460
DEBUG 2016-10-16 10:00:21.067 [New I/O worker #4] Marking renderer "DR460" at /192.168.1.95 as unrecognized
DEBUG 2016-10-16 10:00:21.068 [AWT-EventQueue-0] Device icon: http://192.168.1.95:52525/xml/mediaU.jpg

Re: ogg transcode plz help java io exception

Posted: Tue Oct 18, 2016 8:59 am
by Sami32
Hello,

Your log is not in trace mode and not complete, meaning not useful for debugging.
Please, follow these steps: viewtopic.php?f=9&t=556

Re: ogg transcode plz help java io exception

Posted: Tue Oct 18, 2016 6:43 pm
by panama
Hello,
now the log in trace mode.

Re: ogg transcode plz help java io exception

Posted: Fri Oct 21, 2016 6:23 pm
by panama
Hello Sami32,
have you look at the log?

Thanks

Re: ogg transcode plz help java io exception

Posted: Thu Oct 27, 2016 12:01 pm
by Sami32
Hello Panama,

i apologize for my late answer, i don't know why i didn't get advertized by Email...
Don't worry for this connection error in the log.

So what is your problem with the OGG files ?
Because as i saw it, they are transcoded in WAV as your renderer is defined as not supporting them.

Can you play WAV files ?
Try replace this line

Code: Select all

TranscodeAudio = WAV
by this one

Code: Select all

TranscodeAudio = MP3
in your renderer file DR460.conf

Re: ogg transcode plz help java io exception

Posted: Mon Oct 31, 2016 7:38 pm
by panama
hello,
i ve change the config, but i cant play the ogg files.
some more idea?

thanks for the support

Re: ogg transcode plz help java io exception

Posted: Tue Nov 01, 2016 1:31 am
by Sami32
Hello,

without your full trace log as asked here viewtopic.php?f=9&t=556 not too much, we are not fortune tellers ;)