2013-12-08, 11:10 AM
The title says it all really. If anyone has any good links to basic source code for a UPnP media server (or actual example code), I'd be grateful.
Cheers,
Brian
Cheers,
Brian
2013-12-08, 11:10 AM
The title says it all really. If anyone has any good links to basic source code for a UPnP media server (or actual example code), I'd be grateful.
Cheers, Brian
2013-12-08, 04:11 PM
not sure if this will help, you may already be well aware of it: http://sourceforge.net/projects/minidlna/
I use this on my open-wrt router, tiny and works great.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
2013-12-08, 04:37 PM
When I wrote Universe researching C# wasn't very successful, lots of great little linux and c++ code though. You probably found this http://pupnp.sourceforge.net/
If you want more C# like code this java solution might be helpful http://code.google.com/p/ps3mediaserver/ It shows some of the things like transcoding that aren't really UPnP base but are often requirements for UPnP. At the end of the day for what I needed I just created an Interop to the Windows UPnPLib. I gave up on trying to even build the Intel SDK samples. Martin
2013-12-09, 02:01 PM
Thanks guys. I'll look through those - I suppose I don't really need C# source (just being lazy to be honest). I also found this in my searches... http://nmaier.github.io/simpleDLNA/ which looks like it might help.
The root of this is as the result of some random searches on Google came up with this http://blog.scphillips.com/2013/07/playi...revisited/ It's a bit convoluted to set up but works with the BubbleUPnP Android app either to send music from my phone or using WM Connect on my media PC. WMC is a bit bloated IMO though and I normally have it disabled. If I can put together something lightweight I can see it being useful. Cheers, Brian
2016-12-16, 04:20 PM
mvallevand Wrote:At the end of the day for what I needed I just created an Interop to the Windows UPnPLib. I gave up on trying to even build the Intel SDK samples. Sorry, I know this is a very old thread but can you elaborate on this a little bit? I see the UPnP Type Libraries (Device Host & Control Point) but these don't seem appropriate to create a media server (at least it is not obvious to me).
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
2016-12-16, 08:25 PM
cncb Wrote:Sorry, I know this is a very old thread but can you elaborate on this a little bit? I see the UPnP Type Libraries (Device Host & Control Point) but these don't seem appropriate to create a media server (at least it is not obvious to me). I used it to create a client not server. For the idea of a server this seems a good start https://github.com/nmaier/simpleDLNA based on what I remember from Universe. Martin |
|