Changeset 7139
- Timestamp:
- 02/05/10 00:27:25 (7 months ago)
- Location:
- trunk/liquidsoap/doc/content
- Files:
-
- 2 modified
-
quick_start.txt (modified) (1 diff)
-
shoutcast.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/liquidsoap/doc/content/quick_start.txt
r6875 r7139 118 118 The main difference with the previous is that we used <code>output.icecast.vorbis</code> instead of <code>out</code>. The second difference is the use of the <code>mksafe</code> which turns your fallible playlist source into an infallible source. 119 119 120 ** This example needs to be updated to reflect the code in the current SVN** 121 120 122 Streaming to Shoutcast is quite similar, using the <code>output.shoutcast.mp3</code> function: 121 123 -
trunk/liquidsoap/doc/content/shoutcast.txt
r6875 r7139 1 1 title: Streaming to Shoutcast 2 3 **This page needs to be updated. Currently, it does not reflect the current code in the SVN.** 2 4 3 5 h3. Streaming to Shoutcast
