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
1 answer

VgDash on Videogular2 problem with implementation (DASH Media on Angular2) ERROR MediaPlayer not initialized

I'm working on a new project where I want to implement the Videogular2 player. The video files are DASH (.mpd) files. So according to the documentation, I am trying to implement the VgDASH module, but I have a problem to run it all. I am very…
misza
  • 13
  • 3
1
vote
1 answer

FFMPEG Dash with tiles of thumbnail images

As of DASH-IF IOP version 4.2, section 6.2.6 defines the notion of image-based tracks in DASH: https://dashif.org/docs/DASH-IF-IOP-v4.3.pdf. This is the ability to have an adaption set made up of mime type images that themselves are a strip of low…
1
vote
1 answer

Dash.js Bitrate control using ControlBar.js

We are building a simple web page to reproduce .mpd video using the dash.js player. Having a bit rate selector is a must, that is why we added controlbar.js to the video. ControlBar is implementent properly as the bitrate selector shows the…
Alejandro
  • 31
  • 6
1
vote
1 answer

How can I decrypt video protected by widevin DRM with License URL?

As the title suggest, I have a video(.mp4) protected by widevin DRM and license URL of it? How can I decrypt my video?
1
vote
1 answer

Socket connection closes without all information received

I have been a fan for several years of MPD & GMPC on Linux. Recently took up the task to build a website with similar look & feel to GMPC. As a teacher I need a nice example of an Angular website and this is a nice 'pet project'. All is going very…
Pianoman
  • 327
  • 2
  • 10
1
vote
1 answer

Unable to play MPD file with multiple periods in Dash.js Player

I am newbie in MPEG-DASH topic and working on a MPD file with two periods and each period has its own initial video and segment information. Also each period has different duration. When I try to play it on Dash.js Player…
Ecem İREN
  • 11
  • 3
1
vote
0 answers

ALSA + Qualcomm board

I have a board that has a Qualcomm Snapdragon 210 (MSM8909). It's running a stock kernel (https://github.com/android-linux-stable/msm-3.18) with a Debian Stretch sysroot. I got the sound working (by routing the DAI Frontends to the correct Backend)…
cocus
  • 31
  • 3
1
vote
1 answer

NO bit stream picker in video js for dash

i am trying to run dashed files in video.js which runs smooth with my code i was wondering if there is any way to extract bit-streams and show them on control bar of player.so that a user could switch between bit rates? thanks
Awais fiaz
  • 351
  • 1
  • 5
  • 20
1
vote
0 answers

how to convert an .mpd file to mkv or any other format supported by video players

I tried downloading a video from a website but the file downloaded was a .mpd file and it was mentioned use ffmpeg to download and rip the file and i have no idea how to do it, i searched for it but didn't got anything
deepanshu
  • 9
  • 4
1
vote
1 answer

MPEG-DASH: standard "available time" parameter in manifests for "live-dvr"

Related: Terminology: "live-dvr" in mpeg-dash streaming I'm a little bit confused about the MPEG-DASH standard and an use case. I would like to know if there's a way to specify in MPEG-DASH manifests for a "live-dvr" setup the amount of available…
Daniel Cantarin
  • 319
  • 3
  • 7
1
vote
0 answers

Stalled event is triggered on MPEGDash playback event video is playing. Any references?

I have written a program which downloads the next segment depending on the "timeupdateevent" But sometimes when I am loading timeupdate event is not triggered and stalled event is triggered.. which is stopping my segment download. Any…
1
vote
2 answers

MPD, How to get the name of the current playlist?

I am using Python MPD2, is there a way to return the name of the currently selected playlist? Thanks, Mark.
Cool Javelin
  • 776
  • 2
  • 10
  • 26
1
vote
1 answer

How do I get version of MPC, not MPD

Using Ubuntu 12.04 desktop, but using putty from Windows, so... CLI. When I type: mpc version it reports the version of the mpd daemon. How can I get the version of the mpc controller, not the daemon? Thanks. Mark. PS, how can I get the latest…
Cool Javelin
  • 776
  • 2
  • 10
  • 26
1
vote
2 answers

Running MPD server with Mopidy docker container, how do I play on Mac?

I'm running the Docker container stilllman/mopidy. I can access the Mopidy UI at http://localhost:6680 and can also control the music that is playing after installing mpc with homebrew. However, I cannot figure out how to hear the music that is…
benwiz
  • 2,167
  • 3
  • 22
  • 33
1
vote
0 answers

Referencing external objects as Django Models

I'm investigating writing a Django app that backs on to MPD and it's accompanying client (MPC) to browse and play songs, manage playlists etc. Much of the data that MPD stores (in memory) is available via the MPC commands, which there's an existing…
jamesk5
  • 136
  • 3
  • 13