Tagged Questions
13
votes
6answers
6k views
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# ...
8
votes
5answers
12k views
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 ...
3
votes
1answer
2k views
What's the difference between UPnP AV and DLNA?
Am I right in thinking that if I'm DLNA 1.5 compliant, I've implemented UPnP AV? What does DLNA get me besides specifying minimum format requirements? Isn't DLNA built on top of UPnP? I know for ...
2
votes
1answer
85 views
Search DLNA(Upnp) media renderers for remoteplayback
I am trying to write a DLNA application using the Cling Java library. I Can able to search all the media servers in the DLNA network and play the content also. But i need to search Media Renderers ...
1
vote
1answer
482 views
SSDP and interface IP address
I'm writing a UPnP AV/DLNA DMS which needs to send and receive SSDP messages. In response to some M-SEARCH packets I need to send a reply with the URL of a resource (in this case a HTTP server), which ...
1
vote
3answers
558 views
Is “Platinum UPnP” open source library a good option to implement a DLNA system on a linux based system?
I am thinking of implementing my own DLNA system on my linux based systems. Is "Platinum UPnP" library a good option for this.
What I found is "Platinum UPnP" library is quite big in size.
Are ...
0
votes
1answer
38 views
Newb wants to program a UPnP Media Server in c++
I've been going at this for a week now or something and can't find a solution on my own.
I'm trying to make a solid Media Server, mainly targeting the PS3, to stream Spotify playlists to the PS3. I've ...
0
votes
1answer
37 views
UPnP: Getting computer to broadcast it's services [closed]
I'm starting to work on some UPnP and I have ran into a problem and dont seem to be able to solve. I have installed developer tools for sniffing UPnP messages and devices. My computer sees and can use ...
0
votes
1answer
70 views
Begin stream a movie from DLNA Media Server to a DLNA Media Renderer
I want to stream a movie from a DLNA Media Server to a DLNA Media Renderer (a TV in this case). However, I want to be able to initiate it from a DLNA Media Controller, regardless of what state the TV ...
0
votes
1answer
187 views
any difference between DLNA and UPnP?
I know the DLNA is subset of UPnP. I read this post : What's the difference between UPnP AV and DLNA?
But, i still can't understand clearly. Are there any features inside DLNA? how to define this ...
0
votes
0answers
247 views
upnp DMS -DMR connection for android
I found (file)url path in DMS and I want to send it to DMR (also found) by using cling,
now how i establish connection and send or play that in DMR (peer connection).
thank's in advance
0
votes
3answers
83 views
Upnp specifications
Hi there i have written a media service that currently supports nfs and was now thinking about adding support for upnp but i don't know where to start is there any rfc or some thing i could read up on ...
0
votes
1answer
359 views
UPnP Library for Qt WinCE
I am trying to write DLNA project in Qt WinCE. Is there any UPnP library for it?
I am now trying CyberLink C library. But, it only has wrapper for Objective-C.
I got some configuration errors while ...
0
votes
2answers
221 views
Filtering parameters on DLNA
I'm looking for a way to browse my DLNA server and I can't seem to find any documentation on how to browse and filter specific items. Put simply, this is what I want to do: get all music artists on ...
0
votes
1answer
109 views
Should I use a Service as a way of accessing network data?
I'm somewhat new to Android development and I'm trying to build a very simple app which will browse my network for DLNA servers and allow me to browse each DLNA server as a directory. The thought is ...
0
votes
1answer
763 views
Fetch all DLNA root storage directories in Cling?
I'm using the awesome Cling library to scan my network for UPnP devices. My goal is to throw together a little DLNA library browser so I can learn the technology. I have so far been able to 1. scan ...
0
votes
2answers
1k views
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 ...
-1
votes
0answers
29 views
DLNA/UPnP AV Library for Java [closed]
Possible Duplicate:
UPnP library for Java
I want to create a mediaserver so i can watch movies and such on my TV, or XBOX360. I've searched google and i can't find any good information ...