Digital Living Network Alliance (DLNA) creates guidelines for interoperability of multimedia devices.
Questions tagged [dlna]
142 questions
3
votes
2 answers
Identify a TV in upnp / dlna
Using the Java library Cling, I can discover my TV on the LAN using upnp. The TV advertises the following upnp services
RenderingControl
AVTransport
ConnectionManager
It also says, it is of type "MediaRenderer" and the model description is…

Philipp
- 4,659
- 9
- 48
- 69
2
votes
0 answers
OSGI Bundle with Android
I have been trying to get apache felix upnp stack working on androd using OSGI framework. I got a DMR up and running over a test OSGI framework ( knopplerfish ). However, I am unable to figure out how to make the DMR OSGI bundle working and can be…

Olgun Kaya
- 2,519
- 4
- 32
- 46
2
votes
0 answers
How to make iPhone as a dlna server?
Thanks to all in advance.
I am trying to make iPhone as DLNA server but I can't find any library.
So, any one can know how to make iPhone as a DLNA server?
Any link for DLNA library?

Chetan Bhalara
- 10,326
- 6
- 32
- 51
2
votes
2 answers
How can I create a DLNA server application in Android?
I am looking to add DLNA server capabilities of one of my current applications (for movie management), and I've tried to do some searching for any documentation on it, but so far I've only found a project called Cling, which should support Android.…

Michell Bak
- 13,182
- 11
- 64
- 121
2
votes
0 answers
Converting Cast V2 to CAF when it also uses DLNA + custom media path
Looking to move an Android app from V2 to CAF but it also allows casting to both DLNA and custom devices. Those are currently handled via the MediaRouteSelector and MediaRouter callback which CAF apps are not supposed to touch. So how do you…

Brian-Doherty
- 21
- 1
2
votes
1 answer
MiniDLNA (docker) stream from RPi to TV gets stuck/very slow buffering with .mkv files
Setup:
I have a RPi 4 with miniDLNA (ReadyMedia) and samba each running in a docker, a SSD connected via USB3 to the RPi and a TV connected via WiFi. All devices are in my locale network. The SSD is formatted as ext4. I have access via samba to a…

landmann123
- 45
- 9
2
votes
1 answer
Search for raspberry pi on network using Android
I am working on raspberry pi and android application in which everytime application is get opned it search for raspberry pi in network and if raspberry pi is found then do further operation else give aknwolegement to the user. I just need IP address…

Kaushik Burkule
- 816
- 1
- 12
- 27
2
votes
0 answers
Windows 10 UWP app development) Media casting to multiple devices by DLNA
I am developing a UWP app for media (audio) casting. I has two remote speakers and can be connected by the DLNA standard.
I hope to my app broadcast audio streaming to remote speakers by DLNA. To do this, i tried to use…

Alan
- 31
- 2
2
votes
1 answer
LG TV UPnP/DLNA error illegal mime-type
I'm trying to write a python script that plays an video file on my LG Smart television. So far I've set up minidlna server that can stream audio and video. It works from other devices on the same lan. Then I have the following code to play something…
user7451701
2
votes
1 answer
Upnp control point cannot playing audio
Is this the correct format to set the SetAVTransportURI action?
echo '
…

arjun
- 1,594
- 16
- 33
2
votes
0 answers
Creating an iOS UPnP App
I'm working on an app that needs to be able to stream videos, music and photos to other devices such as chromecast, games consoles etc.. over wifi.
I have looked around and found libraries that support this but are not much help in terms of…

user3001526
- 81
- 2
- 12
2
votes
0 answers
Play arbitrary stream directly to TV - Need to clarify concepts
Background:
I'm pretty familiar with DLNA servers from an end-user's perspective (on Linux at least). I've played around with PS3 Media Server, TVersity, Serviio, Plex, minidlna and mediatomb. All seem to basically provide a UPNP discoverable file…

David-SkyMesh
- 5,041
- 1
- 31
- 38
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
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
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