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
1
vote
2 answers

MPD mountpoint not showing up on icecast

I am trying to setup MPD to work with Icecast to setup an internet radio streaming service. MPD and Icecast do seem to work fine. However i donot see anything listed under Mountpoints on the dashboard on icecast. What needs to be done to enable the…
1
vote
0 answers

MP4BOX- postfix BaseURL name in mpd file

I have generated mpd files successfully. however, I would like to change the BaseURL under Representation element. Below command MP4Box generates Q1_Video_10000_dashinit.mp4 as BaseURL,infact I'd like to change Q1_Video_10000_tsxx.mp4 MP4Box -dash…
user755
  • 2,521
  • 3
  • 18
  • 29
1
vote
0 answers

What are the requirements for a manifest file is valid for the player DASH JS?

I read this document http://dashif.org/wp-content/uploads/2015/04/DASH-IF-Conformance-Software-v0.9.pdf to know what are the rules that must accomplish a MPD file. The manifest was validated with http://dashif.org/conformance.html, and the result…
user2948033
  • 103
  • 1
  • 5
  • 13
1
vote
1 answer

MP4 Box - Initialization segments, Base-URL and independent MPDs

I have an original video coded in several resolutions with its associated…
user2948033
  • 103
  • 1
  • 5
  • 13
1
vote
1 answer

Look up a song in MPD's database by song ID

I'm specifically using python-mpd2, but I can also accept answers in raw MPD command form. Given only the song's ID in the database (such as "8231"), what is the correct way to query MPD's database to look up that song? mpdcli.find("any", "8231")…
1
vote
1 answer

mpd not using lame or vorbis encoders

I am trying to run an httpd stream via mpd. The config I have is fairly straight forward: # -------- AUDIO FOR STREAM --------------------- audio_output { type "httpd" name "My HTTP Stream" encoder "lame" …
aMat
  • 305
  • 1
  • 2
  • 10
1
vote
1 answer

ncmpcpp stops highlighting current song

Hi I'm recently working around with ncmpcpp and I've configured it pretty nicely to what I want. Unfortunately on playlist view, after 3-4 seconds it will stop highlighting the currently played song, and as a result I lose track of where I am in my…
aMat
  • 305
  • 1
  • 2
  • 10
1
vote
2 answers

libmpdclient: detect lost connection to MPD daemon

I'm writing a plugin for my statusbar to print MPD state, currently using the libmpdclient library. It has to be robust to properly handle lost connections in case MPD is restarted, but simple checking with mpd_connection_get_error on existing…
Jakub Klinkovský
  • 1,248
  • 1
  • 12
  • 33
1
vote
1 answer

Failed to bind to '127.0.0.1:6600': Address already in use

I'm using ubuntu 12.10 for my MPI(message passing interface) configuration I have installed mpd after installation I have start mpd, it is started normally no error message display but when I'm trying to run the command "mpd &" it gives me error…
user3711865
  • 11
  • 1
  • 2
0
votes
1 answer

MPD problems - no music showing

When I want to run ncmpcpp I saw no music showing up. My mpd service (user level) is running without problems, but when I run it manually, verbose I get this output. mpd --verbose --stdout --no-daemon config_file: loading file…
Engineer
  • 7
  • 2
0
votes
1 answer

MPD doesnt load ffmpeg as decoder

I am using openwrt 21.2.3 and mpd on it. I have compile mpd full and libffmpeg full as well as ffmpeg-full packages. But my mpd wont load ffmpeg as decoder. Also tried to force it by adding decoder { plugin “ffmpeg” enabled “no” }” line to…
dmSherazi
  • 3,743
  • 5
  • 37
  • 62
0
votes
1 answer

Icecast2, MPD and metadata

Currently running a MPD source to Icecast2 on my Raspberry Pi 3, using HTTPS. Everything is working smoothly, however upon retrieving metadata from Icecast using the status-json.xsl file (and opening it directly), all I can find as relevant…
Shinkel
  • 11
  • 1
0
votes
1 answer

ExoPlayer does not use lower bitrate even there is latency in downloading big chunks and this causes freezing and buffering

In our experience ExoPlayer does not use lower bitrate even there is latency in downloading big chunks and this causes freezing and buffering. However the bandwith is 6 Mbit, because of VBR sometimes the size of one 2 second chunk differs from 1.5…
Tanhan
  • 93
  • 2
  • 4
0
votes
1 answer

Multitasking@Raspi? Running a python script while streaming audio

I am trying to implement a digital clock in my Raspberry Pi Zero with a Audio Hat with a 7-segment display with the following code: import tm1637 import time, threading import datetime tm = tm1637.TM1637(clk=5, dio=4) def curTime(): # display…
Eduardo
  • 57
  • 1
  • 13
0
votes
0 answers

Is there a way to download a video at the playback rate (a rate that would simulate user watching it)?

So I know that one can adjust the rate of download with youtube-dl using the -r or --limit-rate flags; however, as part of a simulation testing, I am trying to simulate a user watching a video , and so I want to download a video at a rate such that…
Vince Payandeh
  • 383
  • 2
  • 7