Lines 1-7
Link Here
|
1 |
<?xml version='1.0' encoding='UTF-8'?> |
1 |
<?xml version='1.0' encoding='UTF-8'?> |
2 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 |
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/shoutcast-config.xml,v 1.16 2008/05/19 20:43:16 swift Exp $ --> |
3 |
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/shoutcast-config.xml,v 1.16 2008/05/19 20:43:16 swift Exp $ --> |
4 |
<guide link="/doc/en/shoutcast-config.xml"> |
4 |
<guide> |
5 |
<title>Streaming Radio With SHOUTcast</title> |
5 |
<title>Streaming Radio With SHOUTcast</title> |
6 |
|
6 |
|
7 |
<author title="Author"> |
7 |
<author title="Author"> |
Lines 416-423
Link Here
|
416 |
hear this file played. As it states, the stream bit rate and the intro song |
416 |
hear this file played. As it states, the stream bit rate and the intro song |
417 |
bit rate must match, or else things will break. You can, however, put |
417 |
bit rate must match, or else things will break. You can, however, put |
418 |
something such as intro128.mp3 and intro64.mp3, and it will play intro128.mp3 |
418 |
something such as intro128.mp3 and intro64.mp3, and it will play intro128.mp3 |
419 |
to users connecting to a 128kbps stream, and intro64 for users connecting at |
419 |
to users connecting to a 128kbps stream, and intro64.mp3 for users connecting |
420 |
64kbps. |
420 |
at 64kbps. |
421 |
</p> |
421 |
</p> |
422 |
|
422 |
|
423 |
<pre caption="Setting up a back file"> |
423 |
<pre caption="Setting up a back file"> |
Lines 452-458
Link Here
|
452 |
</pre> |
452 |
</pre> |
453 |
|
453 |
|
454 |
<p> |
454 |
<p> |
455 |
This sets up a non-variable title for your Shoutcast server. Use this if your |
455 |
This sets up a non-variable title for your SHOUTcast server. Use this if your |
456 |
source stream differs from your SHOUTcast Server's name. This will NOT work |
456 |
source stream differs from your SHOUTcast Server's name. This will NOT work |
457 |
with relay servers. |
457 |
with relay servers. |
458 |
</p> |
458 |
</p> |
Lines 523-529
Link Here
|
523 |
<title>Access Configuration</title> |
523 |
<title>Access Configuration</title> |
524 |
<body> |
524 |
<body> |
525 |
|
525 |
|
526 |
<pre caption="Setting the max listner time"> |
526 |
<pre caption="Setting the max listener time"> |
527 |
<comment>; ListenerTimer is a value in minutes of maximum permitted time for |
527 |
<comment>; ListenerTimer is a value in minutes of maximum permitted time for |
528 |
; a connected listener. If someone is connected for longer than this |
528 |
; a connected listener. If someone is connected for longer than this |
529 |
; amount of time, in minutes, they are disconnected. When undefined, |
529 |
; amount of time, in minutes, they are disconnected. When undefined, |
Lines 738-744
Link Here
|
738 |
|
738 |
|
739 |
<p> |
739 |
<p> |
740 |
On demand streaming, as shown in the configuration chapter, automatically sets |
740 |
On demand streaming, as shown in the configuration chapter, automatically sets |
741 |
up on demand play lists for mp3 files in the content directory. The Shoutcast |
741 |
up on demand play lists for mp3 files in the content directory. The SHOUTcast |
742 |
server ebuild has a directory setup in /opt/SHOUTcast/content for all your on |
742 |
server ebuild has a directory setup in /opt/SHOUTcast/content for all your on |
743 |
demand mp3's. Let's get started by creating a simple on demand streaming mp3. |
743 |
demand mp3's. Let's get started by creating a simple on demand streaming mp3. |
744 |
</p> |
744 |
</p> |
Lines 761-767
Link Here
|
761 |
Server so the file can be accessed. |
761 |
Server so the file can be accessed. |
762 |
</p> |
762 |
</p> |
763 |
|
763 |
|
764 |
<pre caption="Starting up the Shoutcast Server"> |
764 |
<pre caption="Starting up the SHOUTcast Server"> |
765 |
# <i>/etc/init.d/shoutcast start</i> |
765 |
# <i>/etc/init.d/shoutcast start</i> |
766 |
* Starting Shoutcast Server... |
766 |
* Starting Shoutcast Server... |
767 |
******************************************************************************* |
767 |
******************************************************************************* |
Lines 1010-1016
Link Here
|
1010 |
we'll go ahead and get SHOUTcast Trans started. |
1010 |
we'll go ahead and get SHOUTcast Trans started. |
1011 |
</p> |
1011 |
</p> |
1012 |
|
1012 |
|
1013 |
<pre caption="Starting up Shoutcast Trans and Shoutcast Server"> |
1013 |
<pre caption="Starting up SHOUTcast Trans and SHOUTcast Server"> |
1014 |
# <i>/etc/init.d/shoutcast_trans start</i> |
1014 |
# <i>/etc/init.d/shoutcast_trans start</i> |
1015 |
* Starting Shoutcast Server... |
1015 |
* Starting Shoutcast Server... |
1016 |
******************************************************************************* |
1016 |
******************************************************************************* |
Lines 1064-1070
Link Here
|
1064 |
|
1064 |
|
1065 |
<p> |
1065 |
<p> |
1066 |
This was somewhat clipped. The -cache variable was put in to over-ride my |
1066 |
This was somewhat clipped. The -cache variable was put in to over-ride my |
1067 |
somewhat larger buffering settings. And viola! You're now listening to |
1067 |
somewhat larger buffering settings. And voilĂ ! You're now listening to |
1068 |
streaming media! In the next chapter, we'll show you how to do a little |
1068 |
streaming media! In the next chapter, we'll show you how to do a little |
1069 |
bit more with your SHOUTcast Server. |
1069 |
bit more with your SHOUTcast Server. |
1070 |
</p> |
1070 |
</p> |