Save also the end of file time value of the afh_info to disk.
[paraslash.git] / web / demo.in.html
1 <h1>Live Demo</h1>
2 <hr>
3
4 <p> There is a public paraslash stream at www.paraslash.org,
5 streaming
6
7         <a href="http://www.digitalvibes.de/">the music of Henri Petterson</a>.
8
9
10 You can listen to the stream with any mp3 player that supports
11 http streaming.</p>
12
13         <p>mpg123 -Z http://www.paraslash.org:8009/</p>
14
15
16         <p>xmms http://www.paraslash.org:8009/</p>
17
18 <p>and iTunes are known to work.</p>
19
20 <p> Moreover, there is an anonymous paraslash account available which you can
21 use to have a look at paraslash without configuring and running para_server on
22 your own box. There's no need to install the paraslash package and no
23 root-privileges are required for the demo. </p>
24
25 <p>Download the
26
27         <a href="key.anonymous">public key</a>
28
29 for the anonymous user and the latest paraslash
30
31         <a href="versions">tarball</a>
32 or the
33         <a href="versions/paraslash-git.tar.bz2">current snapshot</a>.
34
35 Next, compile para_audiod (./configure && make para_audiod) and use the
36 following configuration options:</p>
37 <ul>
38         <li> ~/.paraslash/client.conf:
39         <ul>
40                 <li>user anonymous</li>
41                 <li>hostname www.paraslash.org</li>
42                 <li>key_file key.anonymous</li>
43         </ul>
44         <li> ~/.paraslash/audiod.conf:</li>
45         <ul>
46                 <li>receiver "mp3:http -i www.paraslash.org -p 8009"</li>
47                 <li>loglevel 1</li>
48         </ul>
49 </ul>
50 <p>Finally, type "./para_audiod" to start streaming. If this works, try out
51 para_client, para_gui and para_audioc. Otherwise, use para_recv, para_filter
52 and para_write to find out why.</p>