Changes between Version 37 and Version 38 of projects/synapse


Ignore:
Timestamp:
01/31/13 13:43:43 (11 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v37 v38  
    162162 * etc.
    163163
    164 = Stateless Media player =
     164= Media Zapper =
     165
     166A bit like mpd, but allows you to zap through your media directories in realtime. Also support video.
    165167
    166168 * Mediaplayer that has no 'state', no menus and no playlists.
     
    182184 * 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. :)
    183185
     186== Running media zapper ==
     187
     188Make sure you have installed libvlc-dev.
     189
     190run
     191{{{
     192cmake . && make
     193}}}
     194
     195edit ./etc/synapse/pl.conf and change the path to your media directory. (no trailing slash!)
     196
     197start it with:
     198{{{
     199./synapse modules/mp.module/libmp.so
     200
     201}}}
     202
     203it should start playing inmediatly
     204
     205go to http://localhost:10080/mp.html to control it.
     206