Post Reply 
Empty listing with Vlc on Android
30-12-2017, 19:24
Post: #6
RE: Empty listing with Vlc on Android
I have reproduced this problem. It is caused by a bug in VLC. When VLC browses a container, the server returns a UPnP object ID for each object in the container. VLC is modifying object IDs that contain a '*' character instead of using them "as is". For example, if MinimServer returns the object ID '0$playlists$*p0', VLC changes the object ID to '0$playlists$%2ap0' which isn't a valid MinimServer object ID.

There also seems to be a problem with object IDs that contain a # character. For example, if MinimServer returns the object ID '0$=#AudioFormat', VLC changes the object ID to '0$=' which isn't a valid MinimServer object ID.

If you view the MinimServer log, you will see some "isn't a valid object" messages from MinimServer that are caused by this problem.

For correct operation of MinimServer, it is essential that the control point preserves all object IDs returned by MinimServer exactly "as is" with no modification.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Empty listing with Vlc on Android - simoncn - 30-12-2017 19:24

Forum Jump:


User(s) browsing this thread: 1 Guest(s)