I'm trying to develop a DLNA controller (DMC) application for iOS which finds the content on the Digital Media Server ( DMS ) and sends the data to a Digital Media Renderer (DMR). So, is there any open source library or framework for iOS which can be used for developing iOS DMC application?
As per my understanding, to develop a DMC application, these are the steps to be followed to implement the application.
- Discover the Digital Media Servers & Digital Media Renderers.
- Browse the content of a DMS.
- Send content to a DMR.
Please correct me if there is anything wrong in my understanding. Also please provide me if there is any library or framework available for iOS.