|
Java MediaPlayer
|
|
03-04-2015, 09:51
Post: #12
|
|||
|
|||
|
RE: Java MediaPlayer
Hi Ahmed,
Thanks for the description. It's probably best to start with an overview. MPD and mplayer are both audio players, the can play a wide range of formats but neither provide support for UPNP or Open Home playlist support. My Java Mediaplayer is a layer that can be added on top of either MPD or mplayer to provide support for UPNP and Open Home playlist (it does a lot more as well such as support Airplay, Songcast a Radio provider and numerous plugins, but that is just me adding a shameless advert for my MediaPlayer..).. So you can install MPD and or mplayer but you also need to install my Java MediaPlayer. Between MPD and mplayer I prefer MPD because it supports gapless playback. I see that you have cloned the full repository, that would work, but you could just download the zip files from either the Beta directory https://github.com/PeteManchester/MediaP...nload/beta or the Release directory. https://github.com/PeteManchester/MediaP...ad/release The Release version is a more stable version, the beta is a bit more experimental, but has some new features and fixes. The problem with the services scripts is that in certain circumstances there are ^M characters added to the end of lines, I am working to fix this, but in the mean time there is a workaround where from the scripts directory you run these two commands: Code: sed -i 's/\r$//g' mediaplayer.initThese remove the ^M characters. You can then run the following commands to install the service: Code: sudo install -m 755 -T mediaplayer.init /etc/init.d/mediaplayerLet me know if this works.. Once you have it working, you can use a control point such as Kazoo or Kinksy. You should see the Java MediaPlayer, the name will be the name you have configured in the /home/pi/mediaplayer/app.properties config option mediaplayer_friendly_name=Default For that MediaPlayer you should then be able to select the Playlist and then from your media server (MinimServer?) tab add track to the Playlist and start them playing Let me know if you need more details, it easier to do than to try and explain.. Thanks again, Pete. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help



