Difference between revisions of "IceCast: Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (→Build) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
CATATAN: IceCast dapat di compile tanpa curl, tetapi akan | CATATAN: IceCast dapat di compile tanpa curl, tetapi akan | ||
menon-aktifkan semua interaksi dengan Directory server (YP). | menon-aktifkan semua interaksi dengan Directory server (YP). | ||
− | |||
==Build== | ==Build== | ||
Line 22: | Line 21: | ||
Contoh konfigurasi bisa dilihat di /usr/local/etc | Contoh konfigurasi bisa dilihat di /usr/local/etc | ||
dengan nama icecast.xml | dengan nama icecast.xml | ||
+ | |||
+ | |||
+ | ==Instalasi== | ||
+ | |||
+ | Di Ubuntu dapat menggunakan perintah | ||
+ | |||
+ | sudo apt-get install icecast2 | ||
+ | |||
==Referensi== | ==Referensi== |
Latest revision as of 18:48, 16 July 2011
Prakondisi
IceCast membutuhkan paket berikut
- libxml2 - http://xmlsoft.org/downloads.html
- libxslt - http://xmlsoft.org/XSLT/downloads.html
- curl - http://curl.haxx.se/download.html (>= versi 7.10)
- ogg/vorbis - http://www.vorbis.com/files (>= versi 1.0)
CATATAN: IceCast dapat di compile tanpa curl, tetapi akan menon-aktifkan semua interaksi dengan Directory server (YP).
Build
Untuk membuat IceCast di Unix jalankan perintah
./configure make make install
Contoh konfigurasi bisa dilihat di /usr/local/etc dengan nama icecast.xml
Instalasi
Di Ubuntu dapat menggunakan perintah
sudo apt-get install icecast2