Changes between Version 37 and Version 38 of projects/synapse
- Timestamp:
- 01/31/13 13:43:43 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse
v37 v38 162 162 * etc. 163 163 164 = Stateless Media player = 164 = Media Zapper = 165 166 A bit like mpd, but allows you to zap through your media directories in realtime. Also support video. 165 167 166 168 * Mediaplayer that has no 'state', no menus and no playlists. … … 182 184 * Idea is based on a mp3box prototype i build years ago. (http://paus.sourceforge.net/) I used it all the time and now i'm missing it, so now its time for a more serious version. :) 183 185 186 == Running media zapper == 187 188 Make sure you have installed libvlc-dev. 189 190 run 191 {{{ 192 cmake . && make 193 }}} 194 195 edit ./etc/synapse/pl.conf and change the path to your media directory. (no trailing slash!) 196 197 start it with: 198 {{{ 199 ./synapse modules/mp.module/libmp.so 200 201 }}} 202 203 it should start playing inmediatly 204 205 go to http://localhost:10080/mp.html to control it. 206