Hi
Have got the upnpxdemo working on my device and browsing the file structure of my DLNA server, but I cant workout how to actually see the content. I can see the playback class, but it seems to require a server of type "urn:schemas-upnp-org:device:MediaRenderer:1" before its constructed, but when i have already selected server of @"urn:schemas-upnp-org:device:MediaServer:1". Once browsing the folder structure using FolderViewController opening a file i.e. an image calls
[[PlayBack GetInstance] Play:m_playList position:indexPath.row];
but as the renderer has not been set it just returns ?
How do i actually view the content served up by my DLNA server ?
thanks