Questions tagged [mpd]

Music Player Daemon, an audio server on Unix-type systems.

mpd stands for Music Player Daemon, an audio server on Unix-type systems (http://www.musicpd.org).

99 questions
0
votes
1 answer

Determine the $Number of segments of a DASH Media from MPD file

How can I determine the $Number of segments of a DASH media if the MPD file doesn't have any segment URL's lists? It only has a segment template tag, so I don't know how many segments the media associated to this MPD has. Hereafter the MPD…
0
votes
1 answer

Advice on dynamically combining mpeg-dash mpd data

I'm doing research for a project that's about to start. We will be supplied hundreds of 30 second video files that the end user can select (via various filters) we then want to play them as if it was one video. It seems that Media Source Extensions…
rgb
  • 1,246
  • 1
  • 10
  • 14
0
votes
0 answers

specific program mpd for live streaming

I am trying to dash my live video streaming and also saving them to be able to watch them later on my website. it is working for 1 hour timeshift. but i need to make mpd for a specific program, not limited by hour. and to separate my programs, make…
evan
  • 41
  • 2
  • 7
0
votes
0 answers

Is there any command line tool to script tcp sockets

I'm playing around with building a MPD client for my private use and came across the following problem. I need to (from a /bin/sh script): send a command over tcp to the sever wait for an OK on a line of its own send a close command to the server…
lijat
  • 640
  • 7
  • 16
0
votes
0 answers

How do I restrict users to download videos from my website?

I am trying to upload my videos such that no one can download videos from my website but can watch online only. I have tried solving this by DASH, but somewhere I'm not getting right way to do it.
0
votes
1 answer

Callback of libraries are blocking in Node

I try to use these two libraries to detect a NFC tag (https://github.com/mitchellparsons/rc522-rfid-promise) and to control a MPD server (https://github.com/andrewrk/mpd.js) on a Raspberry Pi. I use Node v6.9.5 on Raspbian Jessie (2017-01-11). When…
Philluxx
  • 81
  • 2
0
votes
1 answer

Why does mpd_connection_clear_error () fail after MPD_ERROR_TIMEOUT from mpd_recv_idle ()?

I'm trying to run an idle loop using libmpdclient, but already on the first idle call, I get to an apparently unrecoverable error state. I'm passing false to the disable_timeout parameter of mpd_recv_idle, so that I can stop the loop from the…
Promi
  • 318
  • 3
  • 11
0
votes
0 answers

brew install mopidy will not install Mopidy

I followed the instructions from Mopidy's website step-by-step including brew install python. After running brew install mopidy and the apprent successful installation and build of mopidy, it seems to not actually be installed. This is the result…
benwiz
  • 2,167
  • 3
  • 22
  • 33
0
votes
1 answer

How to get attribute value from XML/MPD file?

I'm trying to get to values from attributes on a MPD file, which is an XML file, in other to pass it to another function. No luck until now. I'll appreciate any help. Values I'm looking on : default_KID XML…
0
votes
1 answer

Controlling mpd/ncmpcpp on laptop from iphone

I just set up ncmpcpp on the ubuntu side of my macbook pro, and I'm trying to make an iphone app to control it. How would I go about doing this? Should I use bluetooth or wifi? (which one would be easier) And then how would I go about implementing…
mnot
  • 161
  • 1
  • 4
  • 16
0
votes
1 answer

Can I put comments in mpd playlist?

The title says it all... Running Ubuntu 12.04 and the mpd daemon. I am writing some scripts to manipulate the playlists (for my wife and me,) and it would be handy to have comments in the playlist rather then create a separate log file. So, canI,…
Cool Javelin
  • 776
  • 2
  • 10
  • 26
0
votes
2 answers

Which content providers support MPEG-DASH

I am looking for real content for MPEG-DASH - Does anybody know which content providers use mpd manifests for their Vod / Adaptive streaming?
inbaly
  • 582
  • 1
  • 6
  • 16
0
votes
1 answer

Video player for playing .mpd files

I want to play .mpd files in iPhone app and for that I tried VLC player but it's not working as per expectation and taking too much time to play the video. Is there any other option which i can use to play .mpd files like exoplayer in Android. I…
Amit Tiwari
  • 3
  • 1
  • 4
0
votes
0 answers

Why I Can not catch Exception

I have a simple php library https://github.com/MonsterGfx/PHP-MPD-Client It's work fine with my symfony2, but until mpd server is offline. I want to check mpd status - static function checkSource(\MDS\SiteBundle\Entity\Source $source) { try { …
zalex
  • 729
  • 6
  • 14
0
votes
1 answer

MPD Parsing with JS

I want to parse Media Presentation Description (MPD) file with a library using the Javascript language. Are there libraries or a library that permit me to parse simply MPD file ? I saw dashif library, but this is hard to use. I don't want player ! I…
Ellipticat
  • 198
  • 1
  • 4
  • 11