Universal Plug and Play (UPnP) is a set of networking protocols that permits networked devices to seamlessly discover each other's presence on the network and establish functional network services for data sharing, communications, and entertainment.
Questions tagged [upnp]
539 questions
2
votes
2 answers
Simple UPnP / DLNA control point for Android using CyberGarage CyberLink for Java
I want to write a UPnP control point application for Android using the CyberGarage "CyberLink for Java" API. To test the API I implemented a very simple application. In this application a UPnP control point actively searches for any UPnP root…

luke
- 21
- 1
- 3
2
votes
2 answers
send windows audio stream to UPnP renderer
I wonder if it is possible to send any audio coming out of a windows pc (e.g songs on youtube) to a UPnP renderer.
What I am trying to achieve is send all windows audio, not only tracks played through upnp clients, to the upnp server (popcorn hour)…

thanos panousis
- 464
- 6
- 17
2
votes
1 answer
Could not resolve host exception when calling Dns.GetHostAddresses(Dns.GetHostName())
So, I'm implementing uPNP in an iOS project using Xamarin and .net. I have been struggling with getting a valid local ip address for the local device (ie. the device on which the program is running).
I've attempted to use…

Curtis
- 5,794
- 8
- 50
- 77
2
votes
1 answer
DNSServiceNATPortMappingCreate always returning error code -65540
I'm doing an ios application, it starts a server and listen for incoming connections, the device running the application may be behind a router so I need to make a port forward.
I'm trying to make a port forward using DNSServiceNATPortMappingCreate…

Nizar Ahmed
- 180
- 9
2
votes
0 answers
Port Forwarding by Using “HNetCfg.NATUPnP” Ole Object Failed - It was working before
I read the following question:
Port Forwarding by Using "HNetCfg.NATUPnP" Ole Object Failed
Used that example and worked successfully on windows xp sp3. Delphi Xe2. I could route and external port to my pc and worked just fine in everything.
After…

Eduardo Elias
- 1,742
- 1
- 22
- 49
2
votes
1 answer
How to Implement uPnP on Delphi XE2
I have a Http server implemented using indy TidHTTPServer on Delphi XE2. This product is mostly used for intranet, however sometimes it is needed to be accessed from internet also. The target customers are small companies, and for this PnP…

Eduardo Elias
- 1,742
- 1
- 22
- 49
2
votes
1 answer
How to configure windows to show the custom icons in the UPnP iconList
Wen the Upnp device is configured with:
image/png
93
45
32
/img/icon.png
When windows 7 presents the…

MMind
- 1,845
- 2
- 17
- 26
2
votes
1 answer
Register a device/service with the COM UPnP lib
For an application, we use UPnP to discover and register devices/service(we have server and client part).
For the discovery, we used the http://managedupnp.codeplex.com/ which worked very well.
To register, we did found some library, but they were…

J4N
- 19,480
- 39
- 187
- 340
2
votes
1 answer
API to use XBox 360 as extender / enable UPnP AV Transport on XBox
What I want to achieve is to be able to tell the XBox 360 to play a HTTP / MP3 stream from some server and I want to control this remotely (i.e. not use the XBox controller / TV screen).
I know there is UPnP media servers that are detected by the…

Daniel
- 2,087
- 3
- 23
- 37
2
votes
0 answers
Does Microsoft have a .net class that uses UPnP in c#?
I have been looking for a way to implement UPnP. I have a need for it to run on Windows Compact Environment 7 (WEC7), but in order to test it easily, I want to set up a lab using regular Laptop computers and using the .net framework and coding in…

Curtis
- 5,794
- 8
- 50
- 77
2
votes
1 answer
uPnP pushing video to Smart TV/Samsung TV on OSX/Mac
I would like to make a simple script to push a movie to a Smart TV.
I have already install miniupnp or ushare, but I don't want to go in a folder by the TV Smart Apps, i want to push the movie to the TV, to win time and in future why not make the…

ExploZe
- 426
- 4
- 9
2
votes
1 answer
Port Mapping in C# is not working
i need to perform port forwarding in a desktop application written in C#
i used this code :
using System;
using System.Threading;
using NATUPNPLib;
namespace iSpyApplication
{
public static class NATControl
{
public static UPnPNAT…

Nina
- 508
- 4
- 21
2
votes
1 answer
C# > UPnP - COMException: The owner of the PerUser subscription is not logged on to the system specified (Exception from HRESULT: 0x80040210)
I'm trying to communicate with dlna compliant devices using a C#.net application, using the UPnP protocol. I'm using the default Visual studio UPnP library("UPnP 1.0 type library (control point)"). I list all rendering devices using…

Oht
- 409
- 5
- 19
2
votes
2 answers
Integer representation of Samsung remote keycodes
I am trying to send key codes to a samsung smart tv using UPnP. I found the list of available key codes here. But How can i represent the same in integer, because samsung wants to receive this as integer values in the UPnP services.
Thanks

Zach
- 9,989
- 19
- 70
- 107
2
votes
1 answer
Cling UPnP not returning Actions
I am using cling UPnP framework in android to connect to UPnP enabled device. I am successful in creating a device and browsing for available devices in the network. But for the samsung TV in the network the framework in not returning any…

Zach
- 9,989
- 19
- 70
- 107