Changes between Version 3 and Version 4 of rpld/StreamingOpus
- Timestamp:
- 09/11/12 12:14:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rpld/StreamingOpus
v3 v4 30 30 The URL needs to be replaced with the data for your Icecast server. 31 31 32 == step 3: Starting rpld == 32 == step 3: Importing playlist == 33 In order to import your playlist just use: 34 {{{ 35 $ rpld-storemgr --store-path ~/rpld-store/ import playlist vclt /tmp/playlist.vclt 36 }}} 37 38 == step 4: Starting rpld == 33 39 To start rpld just type: 34 40 {{{ 35 $ rpld-storemgr --store-path ~/rpld-store/ run --daemon --bind ~/.rpld -- load-playlist playlist vclt /tmp/playlist.vclt41 $ rpld-storemgr --store-path ~/rpld-store/ run --daemon --bind ~/.rpld --play 36 42 }}} 37 43 38 == Step 4: Setting default pointer ==44 == Step 5: Setting default pointer == 39 45 The Default pointer is a rule to tell rpld what to play. We can now set it to the first entry of our playlist and rpld will play our playlist over and over again or set it to random playback. 40 46 … … 49 55 }}} 50 56 51 == Step 5: Hitting play ==57 == Step 6: Hitting play == 52 58 To start playback just use: 53 59 {{{ … … 56 62 57 63 == Restarting playback after reboot == 58 To restart playback after reboot just use: 59 {{{ 60 $ rpld-storemgr --store-path ~/rpld-store/ run --daemon --play 61 }}} 64 To restart playback after reboot just do the same as described in step 4. 62 65 63 66 == Final notes ==