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.
0
votes
0answers
18 views
Small DLNA/UPnP-server in Java or C to stream raw audio
I'm the developer of an Android-application which handles raw audio data (PCM).
I would like to implement the functionallity to stream that PCM-data to a DLNA/UPnP-compatible receiver but hope I do ...
0
votes
0answers
4 views
I send action to my router(d-link) with libupnp, UPNP_E_BAD_HTTPMSG occur
I successful register upnp-client and download the service description.
But when i send action "GetTotalBytesSent", the UPNP_E_BAD_HTTPMSG error was returned.
My wifi-router has a password. Is there ...
0
votes
0answers
22 views
Can't connect to ip with a UPnP forwarded port
I'm attempting to use the UPnPNAT Com object to automatically forward port 1127 to my local IP. I have a C# Client and Server that can connect to each other just fine over a local connection or, if I ...
0
votes
0answers
8 views
Does upnp/dlna support equalizer at the controller?
Is it possible to create an equalizer for UPNP/DLNA media controller to control multiple DLNA media renderers at the same time? It should also be able to select particular renderers to control. May I ...
0
votes
1answer
25 views
uPNP - handling changes to local IP address
I boot my laptop w/o a LAN connection and get the link-local address 169.254.1.1
My local uPNP clients/servers start discovering one another and communicating.
Now I connect to my LAN and DHCP ...
0
votes
1answer
19 views
Can Upnp or DLNA stream audio from server to multiple renderers at the same time?
I would like to know if it is possible for upnp/dlna protocol to stream audio from a single media server to multiple media renderers at the same time. Does the protocol allow this? Thank you.
0
votes
0answers
12 views
Channel Control of Smart TV
I have been using the following document to access the RenderingControl Service of a samsung smart TV. So far I can get the volume of the master channel and change it. I am using Cling to do it.
...
0
votes
0answers
30 views
UPNP change port to 80
I am using libUPNP 1.6.6 to discover my device. For testing I am using the basic TV device sample file provided with the libUPNP. But libUPNP will use the different port.
I run tv_device in my board ...
0
votes
1answer
42 views
How to know which version of DMR (Device Media Renderer) to choose?
I want to implement a DLNA Device Media Renderer (DMR) for audio streaming. I found documentation here: http://upnp.org/resources/upnpresources.zip and found out that there seems to be three versions ...
0
votes
0answers
21 views
How to execte CreateObject ; Action under ContentDirectory service in the DLNA Media server using Cling?
using cling libraries i am enumerated a list of mediaservers in the network and a m able to browse the folders.Now i want to copy media file in the contolpoint to the Media server.After several ...
0
votes
0answers
89 views
Upnp issue while compiling
I believe it is to do with disabling upnp.
I have tried using -DUSE_UPNP=0 & I have tried -DUSE_UPNP=-* I am compiling from command line in windows currently. How can I fix this?
This is the ...
0
votes
0answers
66 views
Create a DMS using Platinum UPnP SDK
I'm using platinum upnp to create a dlna app.I want to use my iOS device as DMS(Server),how do I set the path for the server?For example,I want to share my music on my device,what path should I ...
1
vote
0answers
58 views
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 ...
0
votes
0answers
31 views
C# owner of PerUser subscription is not logged on to the system specified error
I tried to do port forwarding using this example:
http://pietschsoft.com/post/2009/02/05/NET-Framework-Communicate-through-NAT-Router-via-UPnP.aspx
I tried to run the program straight without any ...
0
votes
0answers
38 views
libupnp handling MSEARCH requests
Following are few questions that I have while trying to implement a UPnP device using libupnp
Q1: The UPnP device I implement is expected to send periodic NOTIFY messages. As of I understand ...
0
votes
0answers
36 views
QNAP server remote media controlling
I would like to do a project with Qnap server.
I have multiple computers and I have collected all of my media content in QNAP server. I am able to play via server any content.
However, what I want ...
0
votes
0answers
18 views
Download file using UpnpDownloadUrlItem
I am using libupnp and want to download files from the upnp device.
For example, there is a file named ied128.png, I can download it using UpnpDownloadUrlItem:
char *buffer = NULL;
char ...
3
votes
0answers
166 views
Streaming media files via DLNA/UPnP using python
I'm currently running Raspbmc on my Raspberry Pi and activated UPnP streaming an rendering.
My goal is to write a simple python to stream a video or music playlist.
I've tried Coherence, but I it's ...
2
votes
1answer
169 views
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 ...
0
votes
0answers
66 views
Implementing UPnP to a lightweight Cortex ARM M3 device in Keil RTOS [closed]
My application uses an embedded HTTP server to serve sensor information on a webpage off a Cortex M3 ARM device using the KEIL RL-ARM RTOS and its TCP/IP HTTP stack. I had to write my own network ...
3
votes
1answer
270 views
Discovering the router by sending broadcast packet using UPnP doesn't work
I'm trying to implement a simple library that can discover the router through UPnP protocol if the application is running in a NAT environment. I have tried two ways, multi-cast and datagram, for ...
0
votes
0answers
27 views
How to make action in UPNP? and what argument should pass to UPNP.?
I want to make action in UPNP.
When I try to create UPNP action it is giving error -108.[UPNP_E_INVALID URL].
UpnpSendActionAsync( ctrlpt_handle,
devnode->device.Service[service].ControlURL,
...
1
vote
0answers
207 views
Configuring UPnP on router that use dd-wrt firmware
I have a TP-LINK WR1043ND router. I am trying to implementing Java applications to set UPnP port mapping on the router. I import weupnp 0.1/0.1.1 and sbbi-upnplib 1.0.4 libraries in my codes for the ...
2
votes
0answers
115 views
UPnP Port Mapping/Forwarding to different IP (iOS/Objective-C)
Disclaimer: I've carefully read every similar topic here and did a google search. None of those answered my questions, so I would like some further explanation.
Is there a framework for ...
0
votes
0answers
23 views
How to configure windows to show the custom icons in the UPnP iconList
Wen the Upnp device is configured with:
<iconList><icon>
<mimetype>image/png</mimetype>
<width>93</width>
<height>45</height>
...
0
votes
1answer
72 views
Why DIAL (Discovery and launch) when we have UPnP?
I was browsing through the capability of DIAL, and found out that it is very similar to UPnP, in-fact it uses UPnP protocol for device discovery (SSDP).
What dial is offering, actually a subset of ...
2
votes
3answers
148 views
Can't add a static port mapping in my c# application
I'm trying to add new static port mapping in my c# application. Because my application runs as a server and i want its to listen on the port 8000.
NATUPNPLib.UPnPNATClass upnpnat = new ...
0
votes
1answer
281 views
How to push DLNA content from the command line
I am going to integrate broadcasted channels with IPTV channels into one menu on my TVs. The problem is that swithing between different sources is a pain. So basically I need to create a menu on the ...
1
vote
0answers
100 views
Get streaming-url in java of upnp-device with cling
I wanted to use cling for my java-application to browse the directory of my panasonic dmr-bct720 blueray-recorder. I tried the first example but cling couldn't find the device. With VLC I can browse ...
0
votes
1answer
71 views
ManagedUPnP: Discovery search URI without version?
For an application, I've to discover all "my" devices that runs, and their version, to push them an update(via another protocol).
But I can't figure out how to specify to the discovery object the URI ...
1
vote
2answers
137 views
XML To use to register a new UPNP device
I'm trying to register a new UPNP device(and trying to understand how it works by the way).
For now, I'm just trying to create a simple test, to have something working and build from there.
I'm ...
0
votes
0answers
101 views
Get and control UPnP device through OSGi?
I was in accordance with the OSGi API to write UPnP related bundle.
Currently the bundle it can automatic to search UPnP device on the LAN and get device description, but how can I get UPnP action ...
1
vote
1answer
150 views
Python KeyError [closed]
I Have a Keyerror with this python code
service = self.get_cd_service()
browse_response = service.Browse(ObjectID=str(object_id),
BrowseFlag=browse_flag,
...
-1
votes
1answer
60 views
UpnP application for file streaming using C++ [closed]
I am trying to implement an application in which one device can see the content of other device and display.
I want to try this application using libupnp stack through c++,
I would like to know does ...
0
votes
0answers
88 views
No UPnP AV devices with Python Brisa
I try at this moment to execute python brisa.
I work with the tutorial on linux magazine :
http://www.linux-magazine.com/Issues/2008/97/Universal-Plug-and-Play
I have two media server on my computer ...
0
votes
0answers
47 views
WINAPI UPnP Not Working [closed]
I tried using the COM interface from natupnp.h to enable port forwarding.
It seems to work on some routers, but on mine it wont, for some reason or other.
My project partner tried the code on his ...
1
vote
1answer
240 views
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 ...
1
vote
1answer
120 views
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 ...
0
votes
1answer
66 views
Cling: getBaseURL returns null on some devices and works on others
I'm working on an app that will scan devices on a network using the Cling application. I have tried to modify it so that I am able to see the IP address of the devices too using the getBaseURL method. ...
1
vote
0answers
104 views
Forward a port via UPnP in Python
I am making a Python application that requires the user to have a port forwarded to his computer in order to communicate with a server or another user. The current implementation works quite great, ...
-2
votes
1answer
351 views
Developing iOS DMC app based on UPnPx library on Google code
I am developing an iOS app that would be used as a DLNA technology based DMC (Digital Media Controller) for devices capable of the UPnP protocol. I am using the UPnPx iOS library available on ...
4
votes
2answers
116 views
Simply opening a port in Java
I am coding a program that necessitates having two machines talk to each other via TCP.
I have a (very) basic familiarity with the java.net Socket classes and related things. I am worried about ...
0
votes
1answer
456 views
Android: UPnP device scanner sample
I'm wondering if anyone has an example of a UPnP device scanner which I can import to eclipse. I would like this since I can understand how it works a lot easier when I see what it does in the ...
0
votes
0answers
62 views
Upnp enabled Gateway simulation on a windows XP PC [closed]
I have a linux embedded system which has an IP and a SSH port number 22 . i have to do a UPnP port mapping between this system and a gateway where the embedded system is the internal client in a ...
0
votes
1answer
141 views
c# WCF UPNP mapping router configuration
I have written a c# code to do a port mapping by Upnp to my router in order to make acessible a WCF service to the internet
the upnp script is here
object[] loObj = new ...
0
votes
2answers
115 views
UPnP printer device discovery
in a project i had discovered the UPnP printer devices by sending an ssdp datagrampacket and receiving the http url.
using these url, getting an open connection, gets the xml schema in which it ...
1
vote
1answer
220 views
How do I correctly set up my UdpClient to listen on the multicast address 239.255.255.250:1900 in C#
I am setting up a small local network with 3 laptops. My goal is to experiment with the UpNP protocol and have the laptops discover each other using UpNP. In order to do this, they need to be able ...
1
vote
1answer
51 views
AndroidUpnpService cannot be resolved to a type
I am trying to integrate Cling into my android application but whatever I try it doesnt work, It keeps telling me that it is not recognized as a type. I dont know what I have to add as a library file ...
1
vote
3answers
148 views
Getting around NAT for P2P app if I have all ip info?
I am making a P2P android app. My current issue is that I am unable to get my devices to recognize each other unless they are on the same network and I use private IP addresses -- I have all public ...
1
vote
0answers
77 views
Multicast eventing with UPnP
I am implementing the multicast eventing feature in a Java environment. However I could not find any other implementations to test with. Does anyone know of a stack supporting multicast eventing, in ...

