User Tools

Site Tools


anonradio_-_dj

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
anonradio_-_dj [2022/07/01 19:04] – [Live Streaming] hc9anonradio_-_dj [2022/07/01 19:24] (current) – [butt configuration] hc9
Line 15: Line 15:
 Regardless of what software you use, please ensure that your outgoing stream conforms to the following specifications: Regardless of what software you use, please ensure that your outgoing stream conforms to the following specifications:
  
 +<code>
   Bit rate:     192 Kbps   Bit rate:     192 Kbps
   Sample Rate:  44.1 KHz   Sample Rate:  44.1 KHz
   Channels:     2 (stereo)   Channels:     2 (stereo)
   Format:       mp3   Format:       mp3
 +</code>
  
 ==== liquidsoap ==== ==== liquidsoap ====
Line 24: Line 26:
 It is possible to stream a collection of audio files using liquidsoap: It is possible to stream a collection of audio files using liquidsoap:
  
-   liquidsoap 'output.icecast(%mp3, host="anonradio.net", port=8010, +<code> 
-  user="YOURSDFUSERNAME", password="YOURICECASTPASSWORD", +liquidsoap 'output.icecast(%mp3, host="anonradio.net", port=8010, 
-  mount="/YOURSDFUSERNAME", mksafe(playlist("/path/to/playlist.m3u")))'+user="YOURSDFUSERNAME", password="YOURICECASTPASSWORD", 
 +mount="/YOURSDFUSERNAME", mksafe(playlist("/path/to/playlist.m3u")))' 
 +</code>
  
 ''playlist.m3u'' must then contain a list of these files. The above command must be terminated at the end of the show; if not, it will loop, resulting in weird behavior. ''playlist.m3u'' must then contain a list of these files. The above command must be terminated at the end of the show; if not, it will loop, resulting in weird behavior.
Line 36: Line 40:
 ==== butt ==== ==== butt ====
  
-"[[http://danielnoethen.de/|butt]] (broadcast using this tool) is an easy to use, multi OS streaming tool. It supports SHOUTcast and Icecast and runs on Linux, Mac OS X and Windows. The main purpose of butt is to stream live audio data from your computers Mic or Line input to an Shoutcast or Icecast server. Recording is also possible. It is NOT intended to be a server by itself or automatically stream a set of audio files."+"[[http://danielnoethen.de/|butt]] (broadcast using this tool) is an easy to use, multi OS streaming tool. It supports SHOUTcast and Icecast and runs on Linux, Mac OS X and Windows. The main purpose of butt is to stream live audio data from your computer'Mic or Line input to an Shoutcast or Icecast server. Recording is also possible. It is NOT intended to be a server by itself or automatically stream a set of audio files."
  
-Instructions on using ''butt'' to stream to aNONradio are forthcoming.+=== butt configuration === 
 + 
 +Click **Settings**, in **Main** click **ADD** under Server 
 + 
 +<code> 
 +                Name:    aNONradio 
 +                Type:    IceCast 
 +             Address:    anonradio.net 
 +                Port:    8010 
 +            Password:    your dj password 
 +  IceCast mountpoint:    your sdf username 
 +        IceCast user:    your sdf username 
 +</code> 
 + 
 +Click Save 
 + 
 +in **Main** Click **ADD** under Stream Infos 
 + 
 +<code> 
 +                Name:    your show name  
 +         Description:    your show description 
 +               Genre:    your show genre 
 + URL:    http://anonradio.net:8000/anonradio 
 +</code> 
 + 
 +Click **Audio** 
 + 
 +<code> 
 +        Audio Device:    mic, line input, etc 
 +             Channel:    44100Hz 
 +     Streaming Codec:    MP3 
 +   Streaming Bitrate:    192k 
 +</code> 
 + 
 +Under **Configuration** click **Save**. 
 +When you are ready to connect to your IceCast mountpoint and start streaming click the play icon
  
 ==== Nicecast ==== ==== Nicecast ====
Line 48: Line 87:
 To stream during your timeslot or during openmic, create a playlist of your desired songs: To stream during your timeslot or during openmic, create a playlist of your desired songs:
  
-''ls -d -1 /PATH/TO/YOUR/MUSIC/*.* >> playlist.m3u''+''ls -d -1 /PATH/TO/YOUR/MUSIC/*.* <nowiki>>></nowiki> playlist.m3u''
  
 Copy the default ezstream config to your home directory: Copy the default ezstream config to your home directory:
  
 +<code>
   mkdir ~/.ezstream   mkdir ~/.ezstream
   cp /usr/share/doc/ezstream/examples/ezstream_mp3.xml ~/.ezstream/   cp /usr/share/doc/ezstream/examples/ezstream_mp3.xml ~/.ezstream/
 +</code>
  
 Edit your newly copied config thusly: Edit your newly copied config thusly:
anonradio_-_dj.txt · Last modified: 2022/07/01 19:24 by hc9