dlna

Creating a DLNA server/service in VB.NET

I would like to create a DLNA server in VB.NET. Since a lot of multimedia devices start supporting DLNA, i would like to see what is possible. Not only streaming video/audio and pictures but see what else can be done. Anybody any starting points? protocol info, some basic code to get started? DLNA is based on UPnP so i geuss that is th...

Where can I get started writing a media server in C# like PlayOn

Where can I get started writing a media server in C# like PlayOn http://www.themediamall.com/playon UPDATE: I have learned that PlayOn is a is a DLNA/UPnP media server but I am still looking for C# example implementation of this type of server. I am placing a bounty and will award it if you can point me to some sample code that I can ...

How do I specify DLNA PlaySingle support in my Media Server Device Profile?

DLNA CTT 1.5.00.51 Test 7.3.80.1,2,3,4 MM CDS DLNA PlaySingle URI Value is failing with the error message "Not Applicable: The device profile reports the DUT does not support PlaySingle URIs" I have changed my connection manager to return "http-get:*:audio/mpeg:*" ",http-get:*:audio/wav:*" ",dlna-playsingle:*:audio/mpeg:*" ",dlna-play...

Creating Java stubs for a DLNA service / client? (or, What the hell is a <scpd> root tag in an XML file?)

Looking at the specifications for DLNA, most of the metadata communication appears to be soap based. However I can't find anything like a WSDL for any of the various services. Instead there is some sort of service description language that looks like this: <scpd> <serviceStateTable> <stateVariable> <Optional /> <name...

can i use an already implemented DLNA module, to communicate with a upnp device?

i'm working on a DLNA enabled device, and i'd like to communicate with anothe upnp-enabled device. should i implement UPnP protocol for my device, or i can use DLNA functions to do so? ...

Writing a DLNA server (DMS) in Cocoa/Objective-C/C

I'd like to write a DLNA server in Cocoa for the Mac. Are there any libraries for speaking UPnP/DLNA in Objective-C or C? Failing that, where is the spec for DLNA so I can write my own? ...

Android: Developing Plugins for media sharing

Hi Developers, We are developing plugins which convert media file as the source and convert in to other format that can be used by DLNA compatible device in android. Any help on how to deal with media and its file format and convert into DLNA file format.. Any idea will be appreciable... Thank you ...

Android : DLNA complianted devices

hi, I need to find the list of DLNA complianted devices in my network from my Android application. I am using the API's from org.cybergarage. They are aavilable in Java, I want to make it Android capable i.e. Porting APis Any help on this. Thanks ...