[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

set up icecast and ices to broadcast ogg stream



 
    
set up icecast and ices to broadcast ogg stream
-----------------------------------------------

[root@blockader etc]# pwd
/etc

[root@blockader etc]# diff icecast.xml icecast.xml.orig 
49c49
<     <hostname>blockader</hostname>
---
>     <hostname>localhost</hostname>
58c58
<         <bind-address>192.168.1.37</bind-address>
---
>         <!-- <bind-address>127.0.0.1</bind-address> -->

[root@blockader ices]# pwd
/usr/local/share/ices

[root@blockader ices]# diff ices-playlist-pop.xml ices-playlist.xml.orig 
19,21c19,21
<             <name>AusChina Radio</name>
<             <genre>AusChina genre</genre>
<             <description>AusChina Radio in Macquarie</description>
---
>             <name>Example stream name</name>
>             <genre>Example genre</genre>
>             <description>A short description of your stream</description>
35c35
<             <param name="file">/tmp/playlist-pop.txt</param>
---
>             <param name="file">playlist.txt</param>
59c59
<             <hostname>blockader</hostname>
---
>             <hostname>localhost</hostname>
61,62c61,62
<             <password>fuckyou</password>
<             <mount>/pop.ogg</mount>
---
>             <password>hackme</password>
>             <mount>/example1.ogg</mount>

[root@blockader etc]# cat /tmp/playlist-pop.txt 
/tmp/1.ogg
/tmp/2.ogg


Google