Popular Posts

Saturday 24 August 2013

Create Your Internet Radio Station For Free (Mac/Windows/Linux)








ASN Online FM radio!
I'd creative my own online fm radio!

How to open your free internet radio with caster.fm

Broadcast With MIXXX

This tutorial will guide you how to broadcast with MIXXX (v1.9.0 or grater).

Step one: download and install:


1.Download MIXXX from the Download Tab at the Control Panel. 
CLICK ON THE PHOTO TO ENLARGE IT
2.Install MIXXX..

3.Download and install mp3 lame encoder

For Windows only: 
To activate MP3 streaming on Windows, the following steps are necessary:
Download LAME 3.98.4 binaries from http://lame.bakerweb.biz/. The ZIP file includes x86 and x64 DLLs
Unpack the archive
If you have the 32-bit version of Mixxx, copy libmp3lame.dll from the x86 folder to the location you have installed Mixxx.
If you have the 64-bit version of Mixxx, copy libmp3lame.dll from the x64 folder to the location you have installed Mixxx.
Rename the DLL to lame_enc.dll 

important! Do not use other versions of the lame encoder, if you do, Mixxx will show an error when activating live broadcasting.

Step two: starting the server & configuring MIXXX


1. Log in to your Caster.Fm Control Panel.
2. In the bottom left corner click "Start Server".
CLICK ON THE PHOTO TO ENLARGE IT
Your Server Is Now Online and you will now see all the Broadcast Settings.
That you will need to fill in MIXXX settings.
CLICK ON THE PHOTO TO ENLARGE IT
3. Launch MIXXX.

go to Options/Preferences/ or press CTRL+P short key.
At the Preferences window, choose 'live broadcasting' and configure it as follows
CLICK ON THE PHOTO TO ENLARGE IT
Select the 'Enable live broadcasting' checkbox.
Input all the necessary data of your broadcast (from step two/2).
An example set-up as follows:

Type: Icecast 2
Mount:/listen.mp3
Host: (Server IP) as appears in your dashboard
Port: as appears in your dashboard
Login:(username) as appears in your dashboard
Password: as appears in your dashboard
Bitrate: 64 kbps (or 128 kbps)
Format: MP3
Channels: stereo

4. Now edit stream settings section, and enter your station details. This information will be displayed in your listeners' media player.
5. Once you finish click ok and you are good to go! 

Step three: start broadcasting


You are now ready to broadcast. If all done right, you will be able to connect.
Congratulations! Now you can start broadcasting!
things to know:
MIXXX digital dj user manual, can be found here: http://www.mixxx.org/Mixxx-Manual.pdf 

Broadcasting your Mixxx over the Internet

Starting with version 1.9.0, Mixxx directly supports live broadcasting which allows you to connect to Shoutcast and Icecast servers. Using the preferences dialogue, you can simply supply Mixxx with all information needed to establish a server connection. To enable live broadcasting you can either use the options menu or the checkbox within the preference dialogue.
For an Icecast server, you'll need to provide the mount point (of the form ”/mount”). You can enter the host as either a host name or an IP address. In the “login” field, the default is to enter “source” – without this, you will not connect successfully to the server. The password will be provided by your streaming server provider, unless you run your own radio server.
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.
If you connect to an Shoutcast server the default login name is “admin”. It is not necessary to specify a mount point. The password will be provided by your streaming server provider.
An Icecast server can stream either mp3 or Ogg. However, although Ogg is more efficient and effective - you get a better sound than mp3 at a lower data rate - not all players can play Ogg streams, so as a result mp3 is probably a better choice unless you know your listeners can hear an Ogg stream successfully. You may need the LAME libraries to stream in mp3. See the next section for details.
By default, Mixxx broadcasts artist and title information to your listeners. You can disable this feature by selecting “enable custom metadata”. For technical reasons, broadcasting artist and title information is not supported for OGG streams.

MP3 streaming

Dependent on the server technology you can stream in OGG and MP3 format. Due to licensing restrictions, MP3 streaming is disabled by default in Mixxx. In order to enable MP3 streaming you must install the LAME MP3 codec. The following section explains how to do that.
If you have activated MP3 streaming support, you'll be also able to record your mixes in MP3 format.

Linux

On Ubuntu and 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.
sudo apt-get install libmp3lame0

Windows

To activate MP3 streaming on Windows, the following steps are necessary:
  1. Download LAME 3.98.4 binaries from http://lame.bakerweb.biz/. The download includes versions for 32-bit and 64-bit Windows.
  2. Unpack the downloaded ZIP archive. You need a utility for manipulating archives like the free 7zip.
  3. If you have the 32-bit version of Mixxx, copy libmp3lame.dll from the x86 folder to the location you have installed Mixxx.
  4. If you have the 64-bit version of Mixxx, copy libmp3lame.dll from the x64 folder to the location you have installed Mixxx.
  5. Rename libmp3lame.dll to lame_enc.dll in the folder where you have installed Mixxx
A common mistake when going through the process is not copying only libmp3lame.dll from the LAME zip file and then renaming that file tolame_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.
Please note that Audacity and other web sites provide lame binaries too. DO NOT USE THESE VERSIONS. If you do, Mixxx will show an error when activating live broadcasting.

Mac OSX

To activate MP3 streaming on Mac OSX, the following steps are necessary:
  1. Download LAME 3.98.4 Intel (OS X 10.5+ 32-bit & 64-bit) or LAME 3.98.4 PowerPC (OS X 10.5 32-bit)
  2. Unpack & install the archive
Another easy way to achieve MP3 streaming is to use MacPorts which is a repository manager (like apt on Ubuntu) for Open Source software. Having installed this piece of software, installing MP3 support is rather simple.
sudo port install lame

Alternate methods

Here are some other ways our users have found to broadcast their mix sessions, useful for Mixxx versions 1.8.x and earlier.

Linux via JACK and edcast

Hello, all! It's thread here with a quick description of how I have Mixxx stream out to dnbradio.com's shoutcast servers every Tuesday.
I run mixxx under the Ubuntu-based linux distribution, Crunchbang Linux. Using Jack, I feed Mixxx's main L/R outputs to the simple, console-based edcast (http://www.oddsock.org/tools/edcast_jack/), which is then able to encode the audio to mp3 in realtime and feed it up to the remote server.
I fire up Jack using the very simple frontend, qjackctl. Then I start Mixxx and set it to output its audio via Jack. After some straightforward editing of the edcast configuration file, I launch it, specifying the configuration file and the jack sockets to stream from, with something like this:
~/apps/edcast$ bin/edcast -c etc/edcast.conf PortAudio:out_0 PortAudio:out_1
And if all goes well, edcast will start telling you how many kilobits were sent up every second, until it is killed with ctrl+c.

Linux via JACK and IDJC

This is Madjester (pwhelan). I broadcast from Mixxx using JACK and IDJC. IDJC is a fully featured program for Streaming like a Radio Jockey.
I fire up Jack using the qjackctl frontend, just like thread. Next step, I fire up Mixxx. I then connect the Mixxx Portaudio:out_0 and Portaudio:out_1 connectors to idjc:aux_lt and idjc:aux_rt using Patchage.
You should be able to press the Auxilary button in IDJC to hear and/or broadcast Mixxx.

Other Way...

http://www.shoutcast.com/shoutcast_popup_player?station_id=3665&play_status=1&stn=181.fm%20-%20The%20Mix%20Channel%20(70s,%2080s,%2090s%20and%20...



................

Internet Tutorials [02] - Create Your Internet Radio Station For Free (Mac/Windows/Linux)

No comments:

Post a Comment