Digital Living Network Alliance (DLNA) creates guidelines for interoperability of multimedia devices.
Questions tagged [dlna]
142 questions
0
votes
1 answer
WDTV Live can not open mkv files from Windows media server
I've reinstalled my Win-7 a couple of day ago (changed from 32 bits to 64) and now I have a strange problem with mkv files.
Before the update I used WDTV Live player to stream videos from the PC and everything worked flawlessly. Now the player fails…

kalobok
- 41
- 1
- 4
0
votes
1 answer
How do I use openHome to implement DLNA UPNP control point under xCode 4.6?
I am trying to implement a DLNA UPNP control point under xCode 4.6.1 for iPad. I have found a project that makes open source code that makes exactly this, but I can't find those exact functions either in the source code or in the documentation.
Do I…

Viky
- 9
- 3
0
votes
1 answer
How to implement a DLNA UPNP control point in Xcode 4.6.3?
Title says it all. How do I start?
I thought I can get help from Linn (oss.linn.co.uk), but I can not find any link to their source code.

Viky
- 9
- 3
0
votes
1 answer
How do I Inform UPNP to rotate video playback?
With UPNP I'm requesting a renderer to play a video, but I need to have the video rotated.
I've looked into metadata, and into the docs, and I've seen how to see what orientations are supported in the device, but I can't figure out how to tell it to…

HalR
- 11,411
- 5
- 48
- 80
0
votes
1 answer
UPnP deligating play media to 3rd devise
I have a UPnP client and UPnP server, UPnP client discovers the UPnP server and its contents by requesting, now, I want the discovered content to be played in the 3rd device which is initiated by the UPnP client.
Should the 3rd device also discover…

Zeus
- 6,386
- 6
- 54
- 89
0
votes
1 answer
Act as UPnP MediaServer & play streaming audio (mic) via UPnP MediaRender
I have a little application which records audio eg. from the microphone.
Now I would like to provide that audio-stream via UPnP so a MediaRenderer can access and play it.
I'm already using CLING to discover the network for MediaRenders, but now I…

Martin L.
- 3,006
- 6
- 36
- 60
0
votes
1 answer
UPnp request windows phone 8
I'm trying to do a simple DLNA/UPnp app for windows phone 8.
All I got now is a "device explorer" app, which it send a XML in broadcast in specific port over Udp and get responses from all DLNA devices.
What I want to do next is to send a request…

Dani Jimenez
- 41
- 1
0
votes
1 answer
C# customize HTTPWebrequest Initial line
I want to implement a SOAP request using C# HttpWebrequest.
I am stock at customizing the initial line.
Is there a simple solution or a work around?
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
request.Method = "POST…

electricalbah
- 2,227
- 2
- 22
- 36
0
votes
2 answers
Creating Java stubs for a DLNA service / client? (or, What is a 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. Instead there is some sort of service description language that looks…

Jherico
- 28,584
- 8
- 61
- 87
0
votes
1 answer
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…

Pinser
- 1,898
- 3
- 29
- 43
0
votes
1 answer
ios multithreaded sockets under libupnp hanging on send()
In my app for iOS (DLNA media player), I'm seeing a hang I don't understand...I'm hoping someone can shed light on it.
My app is built in Objective C sitting on top of a C++ library, part of which is libupnp. The compilation flag SO_NOSIGPIPE is…

Ken Corey
- 435
- 3
- 15
0
votes
1 answer
c++ DMS with subtitle support on LG smart tv with platinium library
I'm trying to implement a simple DMS that can provide subtitle information to the DMR -LG SmartTV - using platinium library.
I already succeeded to render video on the DMR and i already found where the DMR receive the information of the subtitle…

Nuno
- 1,910
- 2
- 21
- 33
0
votes
2 answers
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 describes the device and service details
here i get the…

user1791618
- 173
- 1
- 4
- 12
0
votes
0 answers
Intel DTCP Sample Implementation kit (SIK) contents
I have some queries regarding Intel SIK.
Does this SIK contains the complete implementation of DTCP stack ? ie: including the implementation for Elliptic Curve Cryptography (ECC) used by DTCP.? Can you please explain what all modules will be…

user1767934
- 11
- 3
0
votes
1 answer
UPnP Seek and seekbar for Android application
I have been trying to implement Seek() with my UPnP Android App but have not had success.
I have my seekbar and listener but it it keeps failing when I drag the seekbar to a new position.
seekbar.setOnSeekBarChangeListener(new…

Dark Knight Rising
- 41
- 1
- 9