Questions tagged [dlna]

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

UPnP Specification

142 questions
0
votes
0 answers

Read files from LAN folder using StorageFolder.GetFilesAsync returns folders but no files

I'm trying to write a basic UWP app to stream media over a LAN via DLNA. I have three PC's on the same LAN, all running W10 Pro, a Homegroup set up, Media streaming switched on and configured on all of them but when I run the method below, passing…
nzmike
  • 578
  • 1
  • 7
  • 25
0
votes
1 answer

DLNA support for iOS video app

I am developing an video player app on iOS and I am now thinking about how to support DLNA so that my app can mirror its online video to the TV with some DLNA-supported device. Notice that the online video is playing on my app via WIFI or cellular…
bolizhou
  • 1,208
  • 1
  • 13
  • 31
0
votes
1 answer

uPnp SetAVTransportURI Missing SOAP action header

I am playing about with bubbleUpnp and looking at uPnp in general. I've put out a urn:schemas-upnp-org:device:MediaRenderer:1 discovery and the app notifies of its capabilities. The first issue is I have xmbc on different devices, ps3, ps4 all can…
tigger
  • 41
  • 4
0
votes
0 answers

How to build XML device description for a minimalistic but fully DLNA compatible audio renderer device?

I'm developing an embedded DLNA audio media renderer in C++ which will capture audio stream and use it as a source for LED controller to create visual effects. Currently I have chosen gupnp library. Its documentation claims that it can generate C…
JustAMartin
  • 13,165
  • 18
  • 99
  • 183
0
votes
1 answer

Any reliable way to remember UPnP mediaserver media file location?

I'm working on a mediarenderer client project which needs to memorize last played media file. I initially stores from service and thought that it would be fine until I discovered that the media ObjectID is not permanent. For example, I have 2…
SpringMaple
  • 311
  • 3
  • 11
0
votes
0 answers

Treat remote http URLs as local ones

I don't know how to call it correctly and how to do it, but I will try to explain what I want to achieve. Remote server provides URLs to mp3 files (downloadable) like so: http://someremotehost.com/song1.mp3 I need this link to be local, for…
rightaway717
  • 2,631
  • 3
  • 29
  • 43
0
votes
2 answers

Openwrt- Failed creating firmware layout description

I am trying to build kernel image for VoCore v1.0. I got the sdk files form github. While doing so I got an error as follows /build_root/openwrt/staging_dir/host/bin/padjffs2…
runner
  • 591
  • 2
  • 7
  • 20
0
votes
0 answers

How to implement DLNA client using iOS9 or tvOS

DLNA communicates using HTTP (correct?) which is now banned by Apple's new policy. See: Transport security has blocked a cleartext HTTP You could set the settings in .plist file as advised above but that would require that you know all the hosts…
PerfectGamesOnline.com
  • 1,774
  • 1
  • 18
  • 31
0
votes
0 answers

Sonos speakers need content-length header?

I am currently writing a DLNA server which serves streams for DMRs such as the Sonos Play 1 & 3. Accordingly to the HTTP 1.1 specification, when you do not know the actual length of a track, do not specify Content-Length, instead just specify…
user995414
  • 101
  • 1
0
votes
1 answer

Android Cling (DLNA) AVTransport

I have a problem when using Cling to stream image to TV that I can stream image to my TV but the image size not is full screen. How can I do?
Eagle
  • 451
  • 2
  • 5
  • 14
0
votes
1 answer

Sending a URL via a SOAP request

I'm communicating with a TV via SOAP requests in order to get it to play video urls. This all works nicely for simple urls, such as http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4 but as soon as arguments are added to the url…
0
votes
1 answer

Movies won't stream to TV with minidlna (debian) but music/photos will

I am trying to setup a media server running Debian 7.8 and the latest release of minidlna. My TV is a Toshiba 50L7300UC and can play music and show images via the DLNA. It will play .mkv videos too, but when I try to play an .mp4 video it says…
Alan P.
  • 2,898
  • 6
  • 28
  • 52
0
votes
1 answer

How to play android local media to DLNA Renderer?

I am trying to play android local media on DLNA renders. I am currently able to play any global visible media on DLNA renderer which have URI starts with http://172.168.1.1:4566/content_media/file1297834.mp3 this media is also play on any web…
VikasGoyal
  • 3,308
  • 1
  • 22
  • 42
0
votes
2 answers

Is there any way that we can get last modified date from Cling - DIDLContent - containers?

I can list out all the Media servers and then browse folders/directories, videos etc using cling but could't find a way to get last modified date of containers. Is there any way to get the same? I don't think that Cling does provide it.
Wells
  • 91
  • 7
0
votes
2 answers

Streaming media from a remote ubuntu server to RaspBMC

I am trying (without luck so far) to stream movies from a remote Ubuntu server I own to my raspberry pi running RaspBMC. The only way I could play a movie from the server so far was via SFTP which was too slow despite both my server and my home…
Martin Sotirov
  • 351
  • 2
  • 11