documentation:how_to_stream_with_b.u.t.t
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:how_to_stream_with_b.u.t.t [2023/09/08 15:49] – created pnode | documentation:how_to_stream_with_b.u.t.t [2024/01/09 10:11] (current) – removed pnode | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== How to stream with B.U.T.T. ====== | ||
- | ===== Get the software ===== | ||
- | |||
- | All the hardware you need is a computer with an Internet access. The easiest and most professional software to stream is BUTT :Broadcast Using this tool. You can download it here: https:// | ||
- | |||
- | {{butt_screen.png}} | ||
- | |||
- | If you have Linux, you can compile it (easily:) : see below | ||
- | |||
- | ===== Configure ===== | ||
- | |||
- | At the first launch you must configure the software. Click the [settings <] button. {{butt_screen1.png}} | ||
- | |||
- | ==== server settings TAB ==== | ||
- | |||
- | This is the configuration of your streaming server and metadata. **ADD Server** Click Add, and then edit with: - nom : p-node.org - type : icecast - address : stream.p-node.org - port : 80 - password : XXX - mountpoint : YYY - Icecast user : source | ||
- | |||
- | **ADD Stream Infos** Click add and then edit with: - name : choose one (no funny character) - description : choose one (no funny character) - url : http: | ||
- | |||
- | ==== Audio TAB ==== | ||
- | |||
- | This is the configuration of your audio device and streaming encoding. **Main Audio Settings** - Audio Device : Choose your sound card or “Default PCM device” to use the one used by your system. - Channel : Stereo - Samplerate : 48000Hz | ||
- | |||
- | **Streaming** - Codec : MP3 or OGG depending on your mointpoint!! - Bitrate : 128k (ok), 192k (good), 320k (best) depending on your Internet connection | ||
- | |||
- | ===== Stream ===== | ||
- | |||
- | Click play! The timer should start and you should see : “stream time” | ||
- | |||
- | ===== Test the stream ===== | ||
- | |||
- | You can listen to your stream on the [[https:// | ||
- | |||
- | go further with the [[https:// | ||
- | |||
- | ===== Compile Butt for Linux ===== | ||
- | |||
- | 1.download the file here https: | ||
- | |||
- | < | ||
- | sudo apt-get update | ||
- | sudo apt-get install libfltk1.3-dev portaudio19-dev libopus-dev libmp3lame-dev libvorbis-dev libogg-dev libflac-dev libfdk-aac-dev libdbus-1-dev libsamplerate0-dev | ||
- | </ | ||
- | |||
- | < | ||
- | < | ||
- | |||
- | < | ||
- | ./configure | ||
- | make | ||
- | sudo make install | ||
- | </ | ||
- | |||
- | Launch butt typing “butt” in a terminal | ||
- | |||
- | For more infos, see https:// | ||
documentation/how_to_stream_with_b.u.t.t.1694180995.txt.gz · Last modified: 2023/09/08 15:49 by pnode