Page 1 of 1

Vulkano Lava support?

Posted: Mon Dec 02, 2013 2:10 pm
by pjm
I have a Vulkano Lava that comes up in UMS as an "Unknown renderer". It does connect and stream, but it would be nice if the actual device was shown.

Re: Vulkano Lava support?

Posted: Tue Dec 03, 2013 7:42 am
by DeFlanko
Can you post your Debug log in Trace?

As with newly discovered devices you may have to build a custom "conf" -- you can use the PS3.Conf as a guide.

you'll have to research from the vender of the product what its capabilities are-- also make sure that UMS shows up on it.

Re: Vulkano Lava support?

Posted: Wed Dec 04, 2013 9:50 pm
by pjm
DeFlanko wrote:Can you post your Debug log in Trace?
debug log attached as requested

Re: Vulkano Lava support?

Posted: Thu Dec 05, 2013 4:22 am
by DeFlanko
So here is the info you need:

Code: Select all

USER-AGENT: Linux/2.6.23.14-SMP-1, UPnP/1.0, Portable SDK for UPnP devices/1.6.0
Which is very vague...
But thats ok...

Code: Select all

TRACE 2013-12-04 20:40:27.004 [New I/O worker #12] Received on socket: USER-AGENT: Linux/2.6.23.14-SMP-1, UPnP/1.0, Portable SDK for UPnP devices/1.6.0
TRACE 2013-12-04 20:40:27.004 [New I/O worker #12] Using default media renderer: Unknown renderer
INFO  2013-12-04 20:40:27.004 [New I/O worker #12] Media renderer was not recognized. Possible identifying HTTP headers: User-Agent: Linux/2.6.23.14-SMP-1, UPnP/1.0, Portable SDK for UPnP devices/1.6.0
Do you happen to know what Extensions can be streamed and what Extensions need to be Transcoded to this Renderer? You could find all this from the Manufacturers website - or you can follow these instructions

knowing that im sure we can build a custom.conf for this renderer.

Re: Vulkano Lava support?

Posted: Thu Dec 05, 2013 4:06 pm
by pjm
DeFlanko wrote:Do you happen to know what Extensions can be streamed and what Extensions need to be Transcoded to this Renderer? You could find all this from the Manufacturers website - or you can follow these instructions

knowing that im sure we can build a custom.conf for this renderer.
excellent :), I've followed your instructions and this is what I get back:

Image

Code: Select all

http-get:*:audio/x-m4a:*,http-get:*:video/mj2:*,http-get:*:video/quicktime:*,http-get:*:audio/x-wav:*,http-get:*:video/x-fli:*,http-get:*:video/mpegts:*,http-get:*:video/x-jpeg:*,http-get:*:audio/G729:*,http-get:*:audio/x-adpcm:*,http-get:*:audio/x-speex:*,http-get:*:audio/x-pn-realaudio:*,http-get:*:audio/x-flac:*,http-get:*:video/x-pn-realvideo:*,http-get:*:audio/x-au:*,http-get:*:image/bmp:*,http-get:*:image/gif:*,http-get:*:image/png:*,http-get:*:video/x-dv:*,http-get:*:video/x-h264:*,http-get:*:video/x-h263:*,http-get:*:video/mpeg:*,http-get:*:video/x-msmpeg:*,http-get:*:audio/x-ac3:*,http-get:*:audio/x-mpeg:*,http-get:*:audio/mpeg:*,http-get:*:video/x-msvideo:*,http-get:*:image/jpeg:*

Re: Vulkano Lava support?

Posted: Fri Dec 13, 2013 10:35 pm
by pjm
DeFlanko wrote:knowing that im sure we can build a custom.conf for this renderer.
I have had a look at the PS3.conf file but I can't make head nor tail of all the options in that file. Is anyone able to help creating a conf file for the Vulkano with the details above?