Questions tagged [dlna]

Digital Living Network Alliance (DLNA) creates guidelines for interoperability of multimedia devices.

UPnP Specification

142 questions
0
votes
1 answer

Android, DLNA Projection onto Smart TVs

Any Idea of how to make DLNA projection of photos onto any smart TVs through Android Application?
abhi
  • 503
  • 6
  • 24
0
votes
0 answers

in Python, Results from a DLNA call are not parsed into a list. What's wrong with my code?

No error is shown, but the list of album titles isn't either. Here's the code excerpt from the Python program. Content_directory_url = http://mediaserverlocationUniqueID/upnp.org-ContentDirectory-1/control. ObjectID contains the search criteria in…
Ian D
  • 1
  • 1
0
votes
1 answer

Replicating minidlna files.db to another server

Problem is following : there is a minidlna server(linux), files are located on hdd, inotify also works, perfect there is another server(linux), access to same folders/files via samba, minidlna is working, but inotify doesn't, not the same network.…
furumc
  • 13
  • 2
0
votes
1 answer

Proper request for showing image on DLNA server without Cling

I can use the following to show an mp4 on a DLNA Server (I know the meta info is wrong but see below).
John Smith
  • 3,493
  • 3
  • 25
  • 52
0
votes
1 answer

Why does my PowerShell Search Not Return Any Results From My DLNA Server?

I am trying to search my DLNA device for a list of videos using PowerShell. My code is: InvokeAction executes successfully, but it doesn't return any data. if ($service.Id -like "*ContentDirectory*") { $objectID="0" …
Andrew
  • 47
  • 7
0
votes
0 answers

Connect to Devices on same wifi network IOS

i am going to create application which will connect to smart TVs on same wifi network. Here is link to reference app which i want to create. Apple provide following services to connect to devices: NEHotspotHelper Wireless Accessory Configuration…
Zain
  • 153
  • 9
0
votes
1 answer

How to make chromecast a dlna receiver/client (indirectly)

I got a chromecast, rPi, PC, iphone, android tablet. The apps I want to cast live video from only support DLNA, and I want to watch those lives using chromecast. I think it maybe kinda like this: [1.Phone apps] -> [2.Conversion server] ->…
Jerry Won
  • 1
  • 1
0
votes
1 answer

Listening for UDP response from DLNA renderer with BASH on WSL

I'm attempting to write a script to connect to a DLNA audio renderer. There are a few articles on the web giving information on how to do this using UDP and curl, however in my particular scenario I'm having some difficulties. The first step is to…
Duncan Gravill
  • 4,552
  • 7
  • 34
  • 51
0
votes
3 answers

Upnp specifications

Hi there i have written a media service that currently supports nfs and was now thinking about adding support for upnp but i don't know where to start is there any rfc or some thing i could read up on as the rfc for nfs where super helpful.. and…
Peter
  • 37,042
  • 39
  • 142
  • 198
0
votes
0 answers

What DLNA keyword means in smartphone Communication spec?

I could see DLNA in smartphone communication (COMMS) spec section for few phones like Nexus 6, Pixel 1, 2, 3 but, not for iPhones in gsmarena.com https://www.gsmarena.com/compare.php3?idPhone1=9350&idPhone2=9256&idPhone3=8858 What difference it…
jaga
  • 1
  • 1
0
votes
0 answers

What protocol to use when sending video to multiple devices simultaneously

I don't know if this is the right place to ask, but I have a question.. I am working on a students project where we want to stream a video from one server to multiple devices. But the video should only play on one display at a time. The other…
0
votes
1 answer

UPnP Library for Qt WinCE

I am trying to write DLNA project in Qt WinCE. Is there any UPnP library for it? I am now trying CyberLink C library. But, it only has wrapper for Objective-C. I got some configuration errors while trying to translate Objective-C wrapper to Qt…
Lwin Htoo Ko
  • 2,326
  • 4
  • 26
  • 38
0
votes
2 answers

Filtering parameters on DLNA

I'm looking for a way to browse my DLNA server and I can't seem to find any documentation on how to browse and filter specific items. Put simply, this is what I want to do: get all music artists on the server, get all music albums on the server, get…
Naftuli Kay
  • 87,710
  • 93
  • 269
  • 411
0
votes
1 answer

Should I use a Service as a way of accessing network data?

I'm somewhat new to Android development and I'm trying to build a very simple app which will browse my network for DLNA servers and allow me to browse each DLNA server as a directory. The thought is pretty simple: one activity displays all DLNA…
Naftuli Kay
  • 87,710
  • 93
  • 269
  • 411
0
votes
0 answers

Upnp/c# Fail send event

I'm trying to build an upnp device in c#. I have implemented the subscriber but when I try to notify variable state change, the message didn't listen. To test the subscription and event, I'm using Device Spy by Intel. Here the code to send the…
Matthew
  • 1
  • 1