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
0 answers

how to create a mpd file using dashencoder

I have a video file name "test.mp4", this file contains the video + audio. and I want make different MPD's by using "DashEncoder.config" file. Can any one tell me that what are the changes required to to change the in the "DashEncoder.config"? I…
K' Dash
  • 3
  • 2
0
votes
1 answer

Run ./script.sh from PHP

I have web server that play music from Raspberry and turn on LED with script gpio.sh. I am using mpd, mpc and gpio. My /var/www/index.php :
0
votes
0 answers

Cannot read property "apply" of undefined when attempting to connect to MPD

I'm currently working on a class project dealing with MPD and I'm attempting to use Komponist. I'm running into an issue when trying to connect to my currently running MPD server. Here I have the following code that just attempts to create a…
Andrew Bowler
  • 93
  • 1
  • 2
  • 7
0
votes
1 answer

npm mpd - how to authenticate to mpd server

i am using node.js and the npm module mpd to comunicate to a mpd-server on a different host. my client gets connected to the mpd-server, but i can't send any commands to the server. when trying to send commands, i get a [4@0] {status} you don't…
Hinrich
  • 13,485
  • 7
  • 43
  • 66
0
votes
1 answer

Chef Recipe to configure multiple mpd instances

I try to create a chef cookbook to launch multiple mpd instances in my vagrant virtual box (using chef-solo). I want to configure each instance in my Vagrantfile like this: mpd: { channels: { mix: { name: 'mpd_mix', bind:…
funkenstrahlen
  • 3,032
  • 2
  • 28
  • 40
-1
votes
1 answer

Unclear compile error for mpd with ffmpeg on Mac arm64 architecture (M1)

I tried to compile (and install) mpd via brew with brew reinstall --build-from-source mpd but ffmpeg seems to have some error with the arm64 architecture as the error states: Undefined symbols for architecture arm64: "av_free(void*)", referenced…
-1
votes
1 answer

How to poll MPD from GTK with mpd.idle() without blocking

I want to use MPD's idle feature to wait for any changes and then display them in the GTK GUI using Python. The problem is that the GUI seems to block and become unresponsive when I use MPD's idle feature (when changing songs the GTK window becomes…
Likdoyaya
  • 21
  • 5
-1
votes
1 answer

Lightweight PWA framework

I am implementing a PWA for a speaker system. The idea is to have a RaspberryPi running on the system and clients connecting via Wifi to the Pi. This will show a captive portal with instructions to install the PWA on the homescreen. With the PWA the…
-1
votes
1 answer

How to extract subtitles from mpd files in an AVPlayer?

I want to show subtitles in an AVPlayer. The subtitles are embedded in a mpd file. I need to get the subtitle from the below xml and save it somewhere in the document directory. I am downloading the file here: - (void)getSubTitle { NSURLSession…
1 2 3 4 5 6
7