empty folder @ revo pixis rs
empty folder @ revo pixis rs
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
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 971 times
Re: empty folder @ revo pixis rs
hi,
i attached the browse folder trace.
i attached the browse folder trace.
- Attachments
-
- ums_dbg.zip
- (47.14 KiB) Downloaded 799 times
Re: empty folder @ revo pixis rs
Are you able to share media via WMP on your revo? If yes, that might give me a clue on how to fix this.
Re: empty folder @ revo pixis rs
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)
Re: empty folder @ revo pixis rs
My conjecture is - Pixis is asking for following elements in Browse request:
However, UMS doesn't send res@microsoft:codec. You can try adding the same in DIDL (DLNAResource.getDidlString())
Code: Select all
<Filter>res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec,upnp:albumArtURI@dlna:profileID</Filter>
Code: Select all
microsoft:codec="{00000055-0000-0010-8000-00AA00389B71}" xmlns:microsoft="urn:schemas-microsoft-com:WMPNSS-1-0/"
Re: empty folder @ revo pixis rs
hi,atamariya wrote: ↑Thu Jul 12, 2018 4:33 pm My conjecture is - Pixis is asking for following elements in Browse request:However, UMS doesn't send res@microsoft:codec. You can try adding the same in DIDL (DLNAResource.getDidlString())Code: Select all
<Filter>res,upnp:album,dc:creator,res@protection,upnp:searchClass,res@microsoft:codec,upnp:albumArtURI@dlna:profileID</Filter>
Code: Select all
microsoft:codec="{00000055-0000-0010-8000-00AA00389B71}" xmlns:microsoft="urn:schemas-microsoft-com:WMPNSS-1-0/"
sry i find no function with the name
Code: Select all
DLNAResource.getDidlString()
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
Re: empty folder @ revo pixis rs
I made a jar for you with the above mentioned changes. You can replace the ums.jar and see if it works.
Re: empty folder @ revo pixis rs
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!
Re: empty folder @ revo pixis rs
the new log is attached
thanks!
- Attachments
-
- ums_dbg.zip
- (22.85 KiB) Downloaded 649 times