Questions tagged [dlna]

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

UPnP Specification

142 questions
2
votes
0 answers

How to support microsoft media player seekingin a Video Streaming server?

I implemented a DLNA media player server function. The server supports seeking function for DMP(Digital Media Player) and XBMC or VLC player works correctly. But when I played video in Microsoft Media Player and try to seek to later time…
2
votes
1 answer

UPNP/DLNA Control Point

I'm working on an android UPnP/DLNA app. I have a control point working where I can stream files from media server to renderer. I can pause/play and stop the file during playback but I cannot seem to figure out how to integrate a seekbar into the…
1
vote
2 answers

Whats the best C# Way to stream a H.264 Video to another computer/device on a network? Is there a library/API For this? File Sharing?

I am experimenting with C#, and I wanted to create a fun/useful network program. I've programmed for most of my years using C++, C# seems a lot cleaner and easier to program in. I mostly programmed data structures and algorithms. I haven't really…
CREW
  • 926
  • 3
  • 17
  • 32
1
vote
1 answer

Orb Alternative for playing media on-the-go with mobile devices

I have a collection of legitimate media files (movies, songs, etc) which I have purchased over the years. I used to use Orb (www.orb.com), which would catalog all of the media files on my server, and provide a Flash-based interface so I could then…
Cloud
  • 18,753
  • 15
  • 79
  • 153
1
vote
1 answer

Begin stream a movie from DLNA Media Server to a DLNA Media Renderer

I want to stream a movie from a DLNA Media Server to a DLNA Media Renderer (a TV in this case). However, I want to be able to initiate it from a DLNA Media Controller, regardless of what state the TV is in (as long as it's on, connected and in…
Dustflow
  • 81
  • 7
1
vote
0 answers

How to live stream to UPnP media renderer TV?

I would like to stream live audio-video from my PC with camera over LAN to TV supporting DLNA/UPnP. Questions: How to get my TV to play my HLS/UDP/RTSP stream How can I detect what formats/playlist are supported on my TV? I can play video from…
Filip Hanes
  • 645
  • 4
  • 10
1
vote
1 answer

Could UPnP control point display UI on Media Render

i've need to design UPnP control point device to remote control DLNA-certified TV box. The question is could UPnP control point display UI on Media Render ? What I mean is how I could create simple control point device (like remote controller for…
gmdidro
  • 11
  • 1
1
vote
0 answers

How Cast works in TV(at recivers end)

I want create dummy TV-cast program that Can be discovered by an android Cast app as A-tv(like Samsung-smarttv) in the list And can stored the casted content in mp4. It tried for week but didn't understand anything.. Github:. -Cohen3 python(not…
YoBro_29
  • 139
  • 1
  • 6
1
vote
0 answers

Accessing DLNA UPnP server

The idea is to download any available media file from a DLNA server into my sequencer for processing, or even allowing a transcode through a Media Foundation interface. After some testing I createdIUPnPDeviceFinderCallback, using it in an…
Michael Chourdakis
  • 10,345
  • 3
  • 42
  • 78
1
vote
1 answer

Why does MiniDLNA stop indexing files?

I've read the useful question why is the minidlna database not refreshed and minidlna - not indexing files but this problem is different: It seems to stop scanning files at a certain file/after a certain directory. Set up: Running on Raspberry…
artfulrobot
  • 20,637
  • 11
  • 55
  • 81
1
vote
1 answer

How do I specify DLNA PlaySingle support in my Media Server Device Profile?

DLNA CTT 1.5.00.51 Test 7.3.80.1,2,3,4 MM CDS DLNA PlaySingle URI Value is failing with the error message "Not Applicable: The device profile reports the DUT does not support PlaySingle URIs" I have changed my connection manager to return…
mat_geek
  • 2,481
  • 3
  • 24
  • 29
1
vote
1 answer

How can I actually download/transfer a file found using UPnP?

I'm completely new to UPnP as a protocol, but I'm hoping to use it to transfer files from a Sony Camera to an iOS app I'm working on. So far I have SSDP discovery setup, I can read the UPnP client's services, search through folders and access file…
simonthumper
  • 1,834
  • 2
  • 22
  • 44
1
vote
0 answers

Android implicit intent for playing video with subtitles from UPnP server to VLCMedia palyer

Currently i'm in process of making android application which should have feature of playing movie with subtitle from upnp server to vlc media player on android. Problem is that vlc media player doesn't recognize any subtitle associated with media.…
Wartux
  • 11
  • 2
1
vote
2 answers

DLNA Server in python in home network

In my pc, how can i listen incoming connection as a DLNA server? On my TV there is the possibility for get media from a DLNA server, i would write a simple python script that grant access at TV to my files. The ends are: LG webOS smartTV macOS
Vito Lipari
  • 795
  • 8
  • 35
1
vote
1 answer

DLNA/UPNP - Get all non-media files

I am new in working with UpNp and DLNA. I am using cling library and DLNA code from here. In this code, everything working perfectly but my need is something else. It is giving me all media folders(Videos, Audio and Images) from selected device in…
AndiM
  • 2,196
  • 2
  • 21
  • 38