empty folder @ revo pixis rs

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

empty folder @ revo pixis rs

Post by panama »

hi,
i want to connect my pixis to the ums media player, but the folders are empty.
every time i want to browse to an folder, the radio display an "empty" message.
but there are music in the folder (mp3)

plz help me.

i attached the debug log
Attachments
debug.log
(285.66 KiB) Downloaded 493 times
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: empty folder @ revo pixis rs

Post by panama »

hi,
i attached the browse folder trace.
Attachments
ums_dbg.zip
(47.14 KiB) Downloaded 490 times
atamariya
Posts: 146
Joined: Sun Aug 11, 2013 1:15 am

Re: empty folder @ revo pixis rs

Post by atamariya »

Are you able to share media via WMP on your revo? If yes, that might give me a clue on how to fix this.
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: empty folder @ revo pixis rs

Post by panama »

atamariya wrote: Tue Jul 10, 2018 6:01 pm Are you able to share media via WMP on your revo? If yes, that might give me a clue on how to fix this.
hello,
yes i was able to share the media with wmp.

i tried this at the afternoon with windows 10 and windows media player.
i can play the same files with wmp.

thanks for the support.

tell me plz if i can help you (i ve some programming knowledge)
atamariya
Posts: 146
Joined: Sun Aug 11, 2013 1:15 am

Re: empty folder @ revo pixis rs

Post by atamariya »

My conjecture is - Pixis is asking for following elements in Browse request:

Code: Select all

<Filter>res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec,upnp:albumArtURI@dlna:profileID</Filter>
However, UMS doesn't send res@microsoft:codec. You can try adding the same in DIDL (DLNAResource.getDidlString())

Code: Select all

microsoft:codec="{00000055-0000-0010-8000-00AA00389B71}" xmlns:microsoft="urn:schemas-microsoft-com:WMPNSS-1-0/"
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: empty folder @ revo pixis rs

Post by panama »

atamariya wrote: Thu Jul 12, 2018 4:33 pm My conjecture is - Pixis is asking for following elements in Browse request:

Code: Select all

<Filter>res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec,upnp:albumArtURI@dlna:profileID</Filter>
However, UMS doesn't send res@microsoft:codec. You can try adding the same in DIDL (DLNAResource.getDidlString())

Code: Select all

microsoft:codec="{00000055-0000-0010-8000-00AA00389B71}" xmlns:microsoft="urn:schemas-microsoft-com:WMPNSS-1-0/"
hi,
sry i find no function with the name

Code: Select all

DLNAResource.getDidlString()
in which file is the function?

sry it is some time ago, that i build an java program. can i build the linux runtime with windows?
i use debian as my ums server, my workstation pc is windows 10, or is it faster to build it with debian?

sorry for the many questions.

thanks a lot
atamariya
Posts: 146
Joined: Sun Aug 11, 2013 1:15 am

Re: empty folder @ revo pixis rs

Post by atamariya »

I made a jar for you with the above mentioned changes. You can replace the ums.jar and see if it works.
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: empty folder @ revo pixis rs

Post by panama »

atamariya wrote: Fri Jul 13, 2018 5:49 pm I made a jar for you with the above mentioned changes. You can replace the ums.jar and see if it works.
WOW,
thanks a lot for the new jar.
i write normal prg in c or c++, sry for that.

with your new file, i cant browse trough the folder anymore, after i select the the server (host) it display <empty>,
i post the log in the evening.

thanks again for the great support!
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: empty folder @ revo pixis rs

Post by panama »

atamariya wrote: Fri Jul 13, 2018 5:49 pm I made a jar for you with the above mentioned changes. You can replace the ums.jar and see if it works.
the new log is attached

thanks!
Attachments
ums_dbg.zip
(22.85 KiB) Downloaded 470 times
panama
Posts: 12
Joined: Sun Oct 16, 2016 10:04 pm

Re: empty folder @ revo pixis rs

Post by panama »

atamariya wrote: Fri Jul 13, 2018 5:49 pm I made a jar for you with the above mentioned changes. You can replace the ums.jar and see if it works.
sorry, i forget every device now cant play anything, its all empty.
i try vlc, bubbleupnp, another internet radio, revo pixis, wmp.
Post Reply