Live Broadcasting in Mixxx allow you to stream your mix over the Internet to listeners around the world.
Mixxx allows you to feed your audio stream directly to Shoutcast and Icecast streaming servers. Depending on the number of listeners, streaming audio requires a significant amount of bandwidth. Streaming servers provide the required bandwidth and broadcast the stream to your listeners. A popular free streaming service is Caster.fm. A review of several free and paid stream hosts is available at broadcastingworld.net.
Mixxx as client-side streaming source broadcasting to an remote streaming server
For experienced users, it may be interesting to set up an own local streaming server. This turns your personal computer into a radio station and listeners connect directly to your server. Mixxx as a streaming source does not need to run on the same computer as your streaming server. However, professional stations often run the streaming source on the same computer as the streaming server for stability and reliability reasons. Keep in mind that if want to stream audio to a significant number of listeners, you’ll need enough bandwidth. Read the Shoutcast documentation or Icecast documentation for server setup instructions.
Mixxx as client-side streaming source broadcasting to an local streaming server
Start by supplying Mixxx with all information needed to establish a connection to the streaming server:
Mixxx preferences - Setting up live broadcasting
Server Connection
Warning
Do not enter a URL as the host! http://example.com:8000 does not work. Use example.com in the Host field and 8000 in the Port field instead.
Stream Setting
Encoding
Custom metadata
By default, Mixxx broadcasts artist and title information of the files that you play to your listeners. You can disable this feature and use your own custom metadata. For technical reasons, broadcasting artist and title information is not supported for OGG streams.
Note
Due to licensing restrictions, MP3 streaming is not enabled by default. For information on how to enable MP3 streaming, go to the chapter Activate MP3 streaming support.
Both essentially serve the same purpose. An Icecast server can stream either MP3 or Ogg Vorbis. However, although Ogg is more efficient and effective (you get higher-fidelity sound than MP3 at lower data rates) not all players can play Ogg streams. As a result MP3 is probably a safe choice unless you know your listeners can hear an Ogg stream successfully.
Generally your streaming server host adds your radio station to the Shoutcast/Icecast directory, if you enable the Public Stream option in Preferences ‣ Live Broadcasting ‣ Stream Settings.
Often streaming hosts will run their own directories. Check your host’s FAQ to find out. If you want to promote your streaming radio station even more, register at services like streamfinder.com. An overview of different internet radio directories is available at shoutcheap.com
Due to licensing restrictions, MP3 streaming is not enabled by default. In order to enable MP3 streaming you must install the LAME MP3 codec yourself. The following section explains how you can do that.
Hint
If you have activated MP3 streaming support, you’ll be also able to record your mixes in MP3 format. Go to the chapter Recording your Mix for more information.
To activate MP3 streaming on Windows, follow these steps:
- Download LAME 3.98.4 binaries from http://lame.bakerweb.biz/. The download includes versions for 32-bit and 64-bit Windows
- Unpack the downloaded archive. You need a utility for manipulating archives like the free 7zip.
- If you have the 32-bit version of Mixxx, copy the file libmp3lame.dll from the x86 folder to the location you have installed Mixxx, for example C:\Program Files\Mixxx\
- Alternatively, if you have the 64-bit version of Mixxx, copy the file libmp3lame.dll from the x64 folder to the location you have installed Mixxx
- Rename libmp3lame.dll to lame_enc.dll in the folder where you have installed Mixxx
- Restart Mixxx
Hint
A common mistake when going through the process is not copying only libmp3lame.dll from the LAME zip file and then renaming that file to lame_enc.dll. It’s deceiving but there is a file named lame_enc.dll in the LAME zip file. You don’t want that file! Also, make sure the version of LAME you use (x86=32-bit vs. x64=64-bit) matches the version of Mixxx you use. Select Help ‣ About to find out whether you have installed the 32-bit or 64-bit version of Mixxx.
To activate MP3 streaming on Mac OS X, follow these steps:
- Download LAME 3.98.4 Intel (Mac OS X 10.5+ 32-bit & 64-bit)
- Double-click on the downloaded zip file to unpack the file and you’ll get an installer package file
- Double-click on the installer package file and follow the step-by-step instructions in the installer
- Restart Mixxx
Another easy way to activate MP3 streaming is to use MacPorts which is a repository manager (like apt on Debian/Ubuntu) for Open Source software. Having installed this piece of software, installing MP3 support is rather simple.
Open a terminal and type the following commands:
sudo port install lameRestart Mixxx
On Ubuntu and GNU/Linux-based operating systems MP3 streams can be activated by installing the package libmp3lame. Dependent on your Linux distribution the package might be slightly named different such as lame.
Open a terminal and type the following commands:
sudo apt-get install libmp3lame0Restart Mixxx