I am developing an iOS app that would be used as a DLNA technology based DMC (Digital Media Controller) for devices capable of the UPnP protocol. I am using the UPnPx iOS library available on code.google.com and have successfully built and run the demo application. I am able to browse the content of the DMS (Digital media server) hosted on my Macbook Pro. I am using serviio DMS application for this.
Now my problem is that when I run the app on the iOS device, I am able to browse all the content shared by my DMS, but in the UITableView
footer section I am just getting the text "No Renderer selected". That means the app is not able to find the DMR (Digital Media renderer) in the same Wi-Fi network OR I don't have the DMR on my network.
Can you please suggest to me any DMR app on either iOS device OR on Mac OS X that this library can identify? I have Android devices as well so if any free DMR Android app is available for Android then please suggest me so that I can test and develop the app further.
I just observed the XBMC app for Mac and XBMC remote control app for iOS devices. I want to develop a similar app. Does this require me to write my own DMR app so that my app can control it from within OR based on UPnP technology, my app can control any DMR in the same Wi-Fi network?