Difference between revisions of "IceCast: Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Prerequisites --------------------------------------------------------------------- icecast requires the following packages : * libxml2 - http://xmlsoft.org/downloads.html * libxslt - htt...) |
Onnowpurbo (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Prakondisi== | |
− | + | ||
− | + | IceCast membutuhkan paket berikut | |
* libxml2 - http://xmlsoft.org/downloads.html | * libxml2 - http://xmlsoft.org/downloads.html | ||
* libxslt - http://xmlsoft.org/XSLT/downloads.html | * libxslt - http://xmlsoft.org/XSLT/downloads.html | ||
− | * curl - http://curl.haxx.se/download.html (>= | + | * curl - http://curl.haxx.se/download.html (>= versi 7.10) |
− | + | * ogg/vorbis - http://www.vorbis.com/files (>= versi 1.0) | |
− | |||
− | * ogg/vorbis - http://www.vorbis.com/files (>= | ||
− | + | 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 | ||
Line 50: | Line 35: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
+ | |||
+ | * [[IceCast]] |
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