Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - UPnP Support: (2 Items)
   
UPnP Support  
I'm trying to find some information about current support for UPnP within the MME.  I can only find scattered mentions 
in the documentation for adding an entry for UPnP mediastores in the slots table and that there is MME_STORAGETYPE_UPNP 
type.

Has anyone had success accessing a UPnP device?  If so, what is required? 

Also, going forward, are there plans to support DLNA (Digital Living Network Alliance)?
Re: UPnP Support  
> I'm trying to find some information about current support for UPnP within the 
> MME.  I can only find scattered mentions in the documentation for adding an 
> entry for UPnP mediastores in the slots table and that there is 
> MME_STORAGETYPE_UPNP type.
> 
> Has anyone had success accessing a UPnP device?  If so, what is required? 
> 

Steven,

The MME does support UPnP devices via the media FS abstraction. This is not released officially as product, so the 
implementation is perhaps not as hardened as others.

Look in the "services/io-fs/drvr/media/upnp" directory of the source tree of the project.

Note that this simply provides a file system abstraction of the UPnP device; there is query or search capability 
provided.

The MediaFS User Guide may be helpful to you with respect to UPnP devices.

Tim