3
votes
3answers
2k 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 pi …
0
votes
0answers
27 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. In …
0
votes
1answer
21 views
UPNP and .NET CompactFramework
Is there any upnp framework for CF .NET?
There is mono.upnp source but it needs porting for CF.
0
votes
2answers
284 views
Java to transcode and manipulate mp3 files
I am looking for a java library to efficently/fast transcodig and manipulation mp3 files. I am working on a sophisticated streaming server that mixes music and has some other funct …
0
votes
2answers
105 views
MiniUPnP and UPnP devices
Hello, i'm trying to work with MiniUPnP. During testing testupnpigd.py i've got an error:
Discovering... delay=200ms 0 device(s)
detected Exception : No UPnP device
discove …
1
vote
1answer
97 views
Help Please…How to control any IR based home applience using iphone? will it require SSH/UPnP based application for iphone?
Hi,
I want to use ssh protocol. I want to make an app to transmit signal that would ultimately converted to control IR based home appliences (like controlled by IR remote control. …
0
votes
0answers
3 views
Retrieving connection statistics from router via upnp in Windows
I've managed to write a small app which finds routers and does nat traversal via upnp by using the Windows API and this blog post here http://69.10.233.10/KB/IP/PortForward.aspx?di …
0
votes
2answers
168 views
Advantages of uPNP/IGD over SOCKS?
I'm curious why is it more pervasive. Does it has a better API?
I remember long ago when i first learned about NAT (i used it for sharing a dialup 14.4kbps modem), i thought that …
0
votes
3answers
155 views
Video Codecs supported in UPnP AV
I'm may just be confused how this all works...in which case, please explain it to me. But, what video codecs are supported by the UPnP AV standard? Or is it on a per-device (clie …
0
votes
0answers
33 views
I’m looking for a scriptable UPNP client
I'm looking for a library to browse upnp media servers. Python Coherence is a mess. I'm looking for alternatives. Any suggestions would be appreciated. Any scriptable language is f …
4
votes
3answers
2k views
iPhone to iPhone communication
I'm kind of curious how I should approach a problem with iPhones and communication between two phones.
I have an idea for an application that needs to send data between two known …
0
votes
0answers
23 views
Exposing symbolic links to a UPnP server
Hi,
I have a DNS-32 NAS drive with 2 volumes - one used for backup in a RAID 0 configuration and the other is just for media files, and I have my UPnP server pointed at its root.
…
3
votes
4answers
702 views
Trying to get NAT’s external IPAddress with INATExternalIPAddressCallback in C#
How do I get the external IP Address of a NAT using the windows library? I am trying to find any information on INATExternalIPAddressCallback, but have only found one example in C+ …
4
votes
2answers
466 views
What are the best options for NAT port forwarding?
I'd like to make it easy for users to forward a port on their NAT to their local machine for my C++ app. I'd like to make this work on OSX & Windows. Linux would be a great b …
0
votes
1answer
143 views
Registering a UPnP Device using Microsoft API’s
Hi,
I am trying to make a UPnP device using Microsoft API's via Visual C++. So far I have created the device and registered it successfully with the IUPnPRegistrar::RegisterDevice …
