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
1 answer
Audio out (What I Hear) to an UPnP device
I don't understand why this hasn't been addressed before, can't seem to find much info on this on the interwebs.
I am sometimes listening to something on my computer and I want to play it to my XBOX 360 or Sonos (Multi-Room Music Manager) and I…

Magnus
- 1,174
- 2
- 11
- 21
2
votes
0 answers
Search devices on all networks
I want to implement a code through which i can list-up upnp compliant media renderer devices connected on network. I googled for this and found following code on twisted website
When 2 networks(ethernet and wifi) are connected on my machine, it…

Patrick
- 2,464
- 3
- 30
- 47
2
votes
1 answer
ReactorNotRestartable error
I have a tool, where i am implementing upnp discovery of devices connected in network.
For that i have written a script and used datagram class in it.
Implementation:
whenever scan button is pressed on tool, it will run that upnp script and will…

Patrick
- 2,464
- 3
- 30
- 47
2
votes
1 answer
Send and receive data between Android phone and smart TV (LG, Sony) supports DIAL
I'm developing an Android application to connects and cast Video to Smart TV that supports DIAL (like Chromecast). Currently, I can discover and launch my application on Smart TV from mobile (sample here: https://github.com/entertailion/DIAL). But I…

Huy Duong Tu
- 7,798
- 5
- 25
- 46
2
votes
2 answers
Is UPNP supported on QT?
I am trying to venture into the UPNP programming. However, I don't know how to use the upnp library on Linux. I don't like the gnu - UPNP stuffs. It confuses me a lot. However, I can give a try if I can find some simple examples on either QT-UPNP…

dexterous
- 6,422
- 12
- 51
- 99
2
votes
2 answers
Paring iOS app to Samsung TV as remote controller
I have been using Upnpx library to discover the TV using Upnp protocol.
What I have to do now is to pare my iOS app with the TV as a remote controller.
The first objectives are to take control of the sound volume, move the mouse cursor, browse…

GPY
- 3,832
- 1
- 16
- 11
2
votes
1 answer
Services and Control points using libupnp SDK for ubuntu 12.04
How to make a service or control point using libupnp SDK?!
I didn't understand the documentation attached with this SDK, I don't know from where to start ?!
Can you help me in that and refer me to some helping tutorials ?!
Thanks!

Armia Wagdy
- 567
- 6
- 22
2
votes
1 answer
P2P message transfer behind firewalls and NAT
I have two java applications running on two different machines in two different part of the world. The machines can be behind NAT (or not!).
The applications are supposed transfer some data (<500kb).
We do have a server, which can do everything…

Marci-man
- 2,113
- 3
- 28
- 76
2
votes
1 answer
How to compile libupnp for android successfully
I am trying to compile libupnp 1.6.18 for android system. It seems that the bionic does not implement full posix thread functionality. I am able to configure it but if fails in the build throwing this…

user3208671
- 135
- 1
- 1
- 5
2
votes
1 answer
SSDP & Android, how to reply to a M-SEARCH
When a M-SEARCH command is issued, all the devices that offer a service must reply with the IP address of the service they offer.
My cellphone has 2 interfaces (among others):
192.168.1.5: the wifi's interface
25.156.35.4: the mobile network…

aguaviva
- 553
- 6
- 12
2
votes
0 answers
Discover device by using UPnP?
I'm using UPnP to discover IP Camera, I sent the following UDP multicast to devices
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
MX: 15
ST: ssdp:all
But There are some devices that were not sent back response message.
In my…

TTGroup
- 3,575
- 10
- 47
- 79
2
votes
0 answers
sbbi upnp library java
I have developed an application that needs to map some ports. For that reason I use sbbi-upnp library. It worked perfectly until I changed my router. My new router is technicolor td5130.
When I run my code everything seems to work fine and the…

user2579411
- 33
- 4
2
votes
1 answer
Programming for UPnP in C/C++
I have an application that needs to do peer to peer connections on random ports, so I figure I need UPnP so that I can automatically have these ports forwarded and opened so that they can connect to their peers. I have yet to find a good example or…

csteifel
- 2,854
- 6
- 35
- 61
2
votes
2 answers
Android how to implement ssdp alive receiver function
I'm trying to implement a function to listen to door 1900 and catch alive message and device ip, I tried to use some libs I found but my applications crashes all the time just trying to initiate the app.
this is my main function
public void…

JMN
- 21
- 2
2
votes
0 answers
Cling gives out of memory ( tested on Samsung Galaxys3 )
I have created demo for DLNA by using cling library. i've followed all the instructions given on cling android page. but it's giving me Out of Memory error. i've tested it on HTC salsa and Samsung Galaxy S3.
Log:
08-17 13:45:26.032:…

NaserShaikh
- 1,576
- 2
- 23
- 39