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 [2021/03/06 17:38] – [To DJ on ANONRADIO] 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:
Line 104: Line 145:
 There are also[[http://mustafejen.freeshell.org/ezpulse.html|instructions]] for streaming with ezstream on Debian using PulseAudio. There are also[[http://mustafejen.freeshell.org/ezpulse.html|instructions]] for streaming with ezstream on Debian using PulseAudio.
  
-===== Streaming Metadata Manually =====+===== Podcasting Your Show =====
  
 +The podcasting mechanism can be used at any time to help you schedule your future shows.  Simply record a single MP3 for the duration of your show and FTP it anonymously to ftp://anonradio.net/pub/incoming with the file format:
 +
 +**yymmddhhmm_djname.mp3** (ex, 202212310600_djdaniel.mp3 would stream on December 31st, 2022 at 0600 UTC for DJ Daniel)
 +
 +You can also insert metadata at various intervals during your show.  This can be used to provide playlist information as well as commentary and fun.  The metadata is printed in **com**, **xmpp chat** and in various listener players such as **vlc**.  Providing a metadata file is option.
 +
 +**yymmddhhmm_djname.meta** (ex, 202212310600_djdaniel.meta)
 +
 +The format of each line in the meta file is very simple:
 +
 +**hhmmss:text:** (ex, 000035:Welcome to DJ Daniel's show!: would print Welcome to DJ Daniel's Show at 35 seconds in)
 +
 +Once a podcast has begun it will play through the end of your show as your DJ name.  If you decide you'd rather stream live than podcast for whatever reason, just make sure you're connected to the server before your show begins.  If you're connected, then the podcasting file will not play and the server will switch to you live.
 + 
 +===== Repeating Your Show =====
 +
 +Say something comes up and you can't make your show.  No problem! Repeater is there to preserve continuity to your time slot and the aNONradio schedule by randomly selecting and streaming one of your past shows from the archive. 
 +This is great if you need a break or go on vacation and are unable to make podcasting files. But what if you're just late? No problem! Repeater always gives the DJ priority so that if the repeater sees you've connected, it will switch to you immediately but will stand by in case you need it to pick up for you.
 +
 +===== Tools available to aNONradio DJs =====
 +
 +==== Manually update your MetaDATA ====
 During your show you can login here: During your show you can login here:
  
Line 113: Line 176:
  
 This feature will be helpful to DJs who stream from analogue devices like turntables, cassettes and such that don't send playlist MetaData. This feature will be helpful to DJs who stream from analogue devices like turntables, cassettes and such that don't send playlist MetaData.
 +
 +==== aNONradio UTC Count Down Clock ====
 +Timing is everything! aNONradio is synchronized to http://time.nist.gov for UTC (Earth) time.  For live DJs known when they on and off the air it helpful.  You can use https://aNONradio.net/countdown to time your beginning and ending of your show.  Just load it in a browser and watch the seconds countdown.
  
 ---- ----
-[[http://sdf.org/?tutorials/anonradio-dj|To DJ on ANONRADIO]] - legacy link+[[http://sdf.org/?tutorials/anonradio-dj|To DJ on ANONRADIO]] - traditional link (using [[wp>Revision_Control_System|RCS]])
  
anonradio_-_dj.txt · Last modified: 2022/07/01 19:24 by hc9