Difference between revisions of "Icecast: instalasi"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 33: | Line 33: | ||
  </authentication>  |   </authentication>  | ||
| + | |||
| + | Juga kita perlu mengupdate  | ||
| + | |||
| + |  <hostname>127.0.0.1</hostname>  | ||
| + | |||
| + | menjadi (misalnya)  | ||
| + | |||
| + |  <hostname>10.150.4.166</hostname>  | ||
==Restart==  | ==Restart==  | ||
Revision as of 13:16, 18 July 2011
Instalasi
sudo apt-get install icecast2
Edit icecast2 default
vi /etc/default/icecast2
Ubah
ENABLE=true
Edit Konfigurasi IceCast
vi /etc/icecast2/icecast.xml
Ubah
- source password
 - relay password
 - admin user
 - admin password
 
<authentication>
    <source-password>hackme</source-password>
    <relay-password>hackme</relay-password>
    <admin-user>admin</admin-user>
    <admin-password>hackme</admin-password>
</authentication>
Juga kita perlu mengupdate
<hostname>127.0.0.1</hostname>
menjadi (misalnya)
<hostname>10.150.4.166</hostname>
Restart
/etc/init.d/icecast2 restart
Akan keluar
Restarting icecast2: Starting icecast2 Detaching from the console icecast2.
Akses Web
http://localhost:8000