ogg transcode plz help java io exception

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

ogg transcode plz help java io exception

Post 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
Attachments
debug_cut.log
(1.95 KiB) Downloaded 368 times
UMS.conf
(931 Bytes) Downloaded 389 times
DR460.conf
(1015 Bytes) Downloaded 406 times
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: ogg transcode plz help java io exception

Post 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
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: ogg transcode plz help java io exception

Post by panama »

Hello,
now the log in trace mode.
Attachments
ums_dbg.zip
(49.6 KiB) Downloaded 385 times
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: ogg transcode plz help java io exception

Post by panama »

Hello Sami32,
have you look at the log?

Thanks
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: ogg transcode plz help java io exception

Post 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
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: ogg transcode plz help java io exception

Post by panama »

hello,
i ve change the config, but i cant play the ogg files.
some more idea?

thanks for the support
Post Reply