Difference between revisions of "IceCast: Menjalankan"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: <authentication> <!-- Sources log in with username 'source' --> <source-password>hackme</source-password> <!-- Relays log in username 'relay' --> <rel...) |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Sebelum IceCast dapat di jalankan, kita perlu mengedit | ||
+ | vi /etc/default/icecast2 | ||
− | + | Ubah agar | |
− | |||
− | |||
− | |||
− | |||
− | + | ENABLE=true | |
− | + | ||
− | + | ==Edit /etc/icecast2/icecast.xml== | |
− | + | ||
+ | Selanjutnya edit | ||
+ | |||
+ | vi /etc/icecast2/icecast.xml | ||
+ | |||
+ | Minimal sekali, kita bisa mengedit "password" berikut | ||
+ | |||
+ | <authentication> | ||
+ | <!-- Sources log in with username 'source' --> | ||
+ | <source-password>hackme</source-password> | ||
+ | <!-- Relays log in username 'relay' --> | ||
+ | <relay-password>hackme</relay-password> | ||
+ | |||
+ | <!-- Admin logs in with the username given below --> | ||
+ | <admin-user>admin</admin-user> | ||
+ | <admin-password>hackme</admin-password> | ||
+ | </authentication> | ||
+ | |||
+ | ==Restart== | ||
+ | |||
+ | Restart melalui perintah | ||
+ | |||
+ | /etc/init.d/icecast2 restart | ||
+ | |||
+ | ==Pranala Menarik== |
Latest revision as of 18:59, 16 July 2011
Sebelum IceCast dapat di jalankan, kita perlu mengedit
vi /etc/default/icecast2
Ubah agar
ENABLE=true
Edit /etc/icecast2/icecast.xml
Selanjutnya edit
vi /etc/icecast2/icecast.xml
Minimal sekali, kita bisa mengedit "password" berikut
<authentication> <source-password>hackme</source-password> <relay-password>hackme</relay-password> <admin-user>admin</admin-user> <admin-password>hackme</admin-password> </authentication>
Restart
Restart melalui perintah
/etc/init.d/icecast2 restart