Vulkano Lava support?

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
pjm
Posts: 4
Joined: Mon Dec 02, 2013 2:05 pm

Vulkano Lava support?

Post 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.
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Vulkano Lava support?

Post 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.
pjm
Posts: 4
Joined: Mon Dec 02, 2013 2:05 pm

Re: Vulkano Lava support?

Post by pjm »

DeFlanko wrote:Can you post your Debug log in Trace?
debug log attached as requested
Attachments
ums_dbg.zip
(21.35 KiB) Downloaded 546 times
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Vulkano Lava support?

Post 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.
pjm
Posts: 4
Joined: Mon Dec 02, 2013 2:05 pm

Re: Vulkano Lava support?

Post 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:*
pjm
Posts: 4
Joined: Mon Dec 02, 2013 2:05 pm

Re: Vulkano Lava support?

Post 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?
Post Reply