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
2
votes
2 answers

How to create multiple mount points with different playlists in icecast with mpd?

I have installed icecast and MPD with YMPD client on the server. Currently It is running for single mount. I want to stream audio on different mounting like: /stream.ogg, /mp3, /audio with different playlists. Below is my config files: 1.…
Vinod Kumar
  • 147
  • 2
  • 11
2
votes
1 answer

Adding multiple audio tracks and subtitles to dash manifest (mpd) with ffmpeg

I'm trying to create a website to stream some videos. For each video, I extract video, audio and subtitles in 3 different folders. It happens that a video has multiple audio tracks and multiple subtitles. I did a lot of research and I don't know how…
knona
  • 155
  • 2
  • 8
2
votes
1 answer

Compile init.mp4 and audio.mp4 that has segment timeline

I am trying to complie init.mp4 and its audio file using copy /b init.mp4 + audio.mp4 complie.mp4 It is compiling but, its not able to play on vlc and on ffmpeg play. When I checked the mpd file, I see for audio it has …
rustin peter
  • 59
  • 2
  • 6
2
votes
1 answer

Python script controlling mpd with utf-8 charset systemd doesnt work

I've installed MPD on a Raspberry Pi and wrote a Python script to play a playlist when a RFID card was scanned. My problem is that the script works fine when I call it in the console. It plays every playlist. But when it's started as a service I can…
2
votes
0 answers

CMAKE dont find the libmpdclient-2.13 library

I´m new to cmake and i need help to build the ympd https://github.com/notandy/ympd project on windows 1. Install libmpdclient I installed the libmpdclient-2.13 library from https://www.musicpd.org/libs/libmpdclient/ i did the steps to build the…
bierschi
  • 322
  • 3
  • 11
2
votes
1 answer

Configuring MPD with an 5.1 external surround sound card

I've read tons of threads about this, but i cant figure it out. So i have a MPD server running on Raspbian, with an external sound card attached to it. Music works fine trough mpd with the 2 channels, but not for 6 channels. Also i am confused…
Julian
  • 385
  • 2
  • 9
2
votes
1 answer

How to continuously poll mpd for currently played song and write result to a file?

The only thing i need to extract from mpd is the currently played song/track. I have to ensure this always is up to date in the output file.
jhansen
  • 33
  • 1
  • 3
2
votes
2 answers

icecast cannot find MPD mountpoint

I have setup icecast 2 server and mpd too. Both are working fine individually but icecast doesn't show the mpd in the mount list. Here is my mpd.conf # See: /usr/share/doc/mpd/mpdconf.example user "ayush" pid_file "~/.mpd/mpd.pid" db_file…
ayush1794
  • 101
  • 1
  • 7
2
votes
1 answer

any command to release devices using pulseaudio

i am totally new to pulse audio and alsa. the situation is this: i have mpd compiled for alsa. this is embedded system and pulse audio plugin for mpd is not available. when i DO NOT start pulse audio, mpd runs fine using alsa as soon as i start…
Shrouk Khan
  • 1,440
  • 6
  • 27
  • 53
2
votes
1 answer

MPD, FIFO, Python, Audioop, Arduino, and Voltmeter: "Faking" a VU Meter

I'm trying to use a computer connected to an Arduino (which is itself connected to some 5V voltmeters) to "fake" an old school stereo VU meter. My goal is to have the computer that is playing the audio file analyze the signal and send the amplitude…
chryses
  • 41
  • 1
  • 4
1
vote
1 answer

Use local socket with mpd

I'm trying to switch from using the local network to a UNIX socket with mpd.To do so, i have my config file: # Recommended location for database db_file "~/.config/mpd/database" # If running mpd using systemd, delete this line to log…
miyoku
  • 107
  • 1
  • 13
1
vote
1 answer

How can i execute several mpd mpc commands simultaneously?

To control mpd(music player daemon) i use mpc(cusic clayer client). I want to empty queue, add file and play it, using my php-file: exec('/usr/bin/mpc clear'); sleep(1); exec('/usr/bin/mpc add file.mp3'); sleep(1); exec('/usr/bin/mpc play'); I need…
1
vote
0 answers

Select Dash file Bitrates Manually in react-player

I'm using React-player in the project and my task is streaming MPD (DASH) files with resolution switcher feature. based on DASHjs document first I used getBitrateInfoListFor("video") to get all available bitrates and then I disabled auto bitrate…
mrjelveh
  • 11
  • 3
1
vote
0 answers

ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()) in youtube-dl

I have paid for a course. And, some of those videos can be downloaded using the .mpd URL that can be found from the Network Tab. But, some videos are showing the above mentioned error. I ran the --verbose command and it gave me the following…
1
vote
0 answers

Create a subtitle mpd file with MP4box

I'm creating a mpd file for a video player and for now I have everything to cover the video, audio and language settings but I'm struggling with the subtitles. Here's the command I used for audio and video : mp4box -dash 10000 -profile…
123abc
  • 23
  • 3