Samsung Galaxy Tab 3
Posted: Sat Dec 13, 2014 3:58 pm
Trying to troubleshoot why my Samsung Galaxy Tab 3 thinks there's no content on my UMS.
I am using fresh build of commit 08f96d1a90bdbdcfeb7d409e4ae3711fc0a343a8 and the built-in "Video" player on the device. It's able to see the UMS server (under "Nearby Devices"), but when I select it, it gives me the message
UMS seems to reply correctly to each request (and sends NOTIFYs in response to the SUBSCRIBEs). However, the tablet never sends a POST for ContentDirectory:1#Browse. I'm guessing it thinks there's no content because SearchCaps comes back empty, but again, that's my guess.
I am using fresh build of commit 08f96d1a90bdbdcfeb7d409e4ae3711fc0a343a8 and the built-in "Video" player on the device. It's able to see the UMS server (under "Nearby Devices"), but when I select it, it gives me the message
I've taken a look at the traffic coming from and going to the device and it goes through the following sequence:Contents location is not available. Check network status and connected device.
Code: Select all
GET /description/fetch
GET /UPnP_AV_ContentDirectory_1.0.xml
GET /UPnP_AV_ConnectionManager_1.0.xml
SUBSCRIBE /upnp/event/content_directory
SUBSCRIBE /upnp/event/connection_manager
POST /upnp/control/content_directory (ContentDirectory:1#GetSearchCapabilities)