Simplecast Not Capturing What You Hear With Traktor Pro 2

Home

Feb 2016: This guide is now outdated, please see my updated guide @ https://vandragt.com/2016/02/traktor-streaming-setup and is just offered for historical reasons.



Introduction

Many people do not use Traktor because by default it does not broadcast to shoutcast streams. Shoutcast is by far the most popular stream format used by internet radio. Traktor can only broadcast to icecast streams. Therefore we need to setup an private icecast server and a program to convert the icecast stream into a shoutcast stream.
This document is a work in progress.

Gotoxy en dev c++ ejemplos. Contents

  1. 3 Configuration
  2. 4 Testing

Requirements

You will need to install the following software:
Product Version Info Software
Native Instruments Traktor homepagedemo
Icecast2 homepage download
Stream Transcoder V3officialhomepage
VIP Edition
forum topic
download mirror

Important note: I recommend using the rare VIP edition because it fixes low frequency distortion problems that are present in version 3.1.11
You can install these on seperate computers or on the same computer. For the purposes of this tutorial I will assume you have installed the various software on one machine.

Configuration

  1. First we will setup the Icecast server.
  2. Then we will setup Stream Transcoder to receive audio from the Icecast server and connect to another shoutcast server, for example the internet radio station.
  3. Then we will setup Traktor to broadcast to the Icecast server.
I might be able to simplify these configuration files but atm it's based on my actual configuration that I don't want to mess up. After setting up a testing system I will revise these to the most minimal configuration.

Icecast

Edit configuration - first thing you do is change the password obviously:

Icecast configuration

<!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created
this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<sources>2</sources>
</limits>
<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source='/' dest='/status.xsl'/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
</icecast>

Stream Transcoder


Edit Ready to connect:

Ready to connect configuration

AutomaticReconnectSecs=10
AutoConnect=0
# Log Level 1 = LOG_ERROR, 2 = LOG_ERROR+LOG_INFO, 3 = LOG_ERROR+LOG_INFO+LOG_DEBUG
LogLevel=1
# Log File
LogFile=streamTranscoder
# The source URL for the broadcast. It must be in the form http://server:port/mountpoint. For those servers without a mountpoint (Shoutcast) use http://server:port.
SourceURL=http://localhost:8000/traktor.ogg
# Number of encoders to use
NumEncoders=1

Edit first destination:

First destination configuration

ServerType=Shoutcast
Server=[ServerIp]
Port=[Port]
ServerPassword=[Password]
ServerMountpoint=
# YP (Stream Directory) Settings
ServerPublic=0
ServerIRC=
ServerAIM=
ServerICQ=
ServerStreamURL=http://[ServerIP]:[Port]
ServerName=[Some Name]
ServerDescription=[Some Description]
ServerGenre=[Some Genre]
AutomaticReconnectSecs=1
AutoConnect=0
# Output codec selection (Valid selections : MP3, OggVorbis, Ogg FLAC, AAC, AAC Plus)
Encode=MP3
# General settings (non-codec related). Note : NumberChannels = 1 for MONO, 2 for STEREO
BitrateNominal=128
BitrateMin=128
BitrateMax=128
NumberChannels=2
Samplerate=44100
# Ogg Vorbis specific settings. Note: Valid settings for BitrateQuality flag are (Quality, Bitrate Management)
OggQuality=0
OggBitrateQualityFlag=Quality
# LAME specific settings. Note: Setting the low/highpass freq to 0 will disable them.
LameCBRFlag=1
LameQuality=1
LameCopywrite=0
LameOriginal=0
LameStrictISO=0
LameDisableReservior=0
LameVBRMode=vbr_abr
LameLowpassfreq=0
LameHighpassfreq=0
LAMEPreset=-1
# AAC (FAAC) specific settings.
AACQuality=100
AACCutoff=
# Save directory for archive streams
SaveDirectory=
# Flag which indicates if we are saving archives
SaveDirectoryFlag=0
# Log Level 1 = LOG_ERROR, 2 = LOG_ERROR+LOG_INFO, 3 = LOG_ERROR+LOG_INFO+LOG_DEBUG
LogLevel=2
# Log File
LogFile=streamTranscoder_1
# Save Archives in WAV format
SaveAsWAV=0
# LAME Joint Stereo Flag
LAMEJointStereo=1
Server=localhost

Traktor


Edit Broadcast preferences

Broadcasting Preferences

Server Settings:
Address localhost
Port 8000
Moint point
traktor.ogg
Password hackme
Format Ogg Vorbis, 44100 hz, 192 kBit/s


Testing

Now we need to make sure that our settings are working.

Traktor and icecast


  1. Start Icecast and click Start Server
  2. Start Traktor and press the broadcast button
  3. Back in Icecast select the Source Level Stats tab. Verify there is a source called traktor.ogg

Icecast and stream transcoder

  1. Make sure you have a link between traktor and icecast first
  2. Start Stream Transcoder
  3. Click connect
  4. Verify that the Ready to connect line will change to read Connected to source
  5. The first encoder line will change its status from Disconnected to Connected
  6. Listen to the stream to verify that you are on air.

Troubleshooting

Questions and answers will appear here.

  1. Simplecast Not Capturing What You Hear With Traktor Pro 2 Download Full Version Free
  2. Simplecast Not Capturing What You Hear With Traktor Pro 2 11 1 Update
Simplecast not capturing what you hear with traktor pro 2 full

May 24, 2012  Announced last month, Native Instruments' Traktor Pro 2.5 DJ software has now gone on sale. This adds Remix Decks, each of which has 64 slots and can contain loops, one-shot samples and complete tracks.There's also compatibility with the new Traktor Kontrol F1, which is designed specifically to take advantage of the Remix Decks. Recording in Internal Mixer Mode in TRAKTOR This article explains how to record a mix internally in TRAKTOR PRO 2. Note: TRAKTOR's Mix Recorder function is not available in LE versions of the software. Read this article to learn more about upgrading your LE version to a (SCRATCH) PRO. Many people do not use Traktor because by default it does not broadcast to shoutcast streams. Shoutcast is by far the most popular stream format used by internet radio. Traktor can only broadcast to icecast streams. Therefore we need another program to convert the icecast stream into a shoutcast stream.

Traktor 2 Pro, available from NativeInstruments, is one of the leading pieces of digital music technology in theworld. It enables you to carry out all manner of mixing, editing, and playingof digital music. Basically, if you want to produce music, then this is theroute you want to go down. Although, of course, it can be a touch on the priceyside for a newcomer to the world of music production. Thankfully, there areways around the cost. This means using a Traktor Pro 2 Crack.

The purpose of a Traktor Pro 2 crack is toallow the software to be used, even if you do not pay for it. On this page, weare going to talk a little bit about how you can install the crack. However, doremember that the instructions will vary depending on the type of crack thatyou used. When you download the Traktor Pro 2 crack, you should read allrelevant instructions so you can make sure that you are doing things correctly.The last thing you want is to be ‘locked’ out of the software.

Simplecast Not Capturing What You Hear With Traktor Pro 2 Download Full Version Free

  1. Thefirst thing that you will need to do is download the base software. You candownload this straight from the Traktor Pro 2 website. You will see it listedas a demo. Installing this is very much like every other piece of software outthere. You should make a note of the install directory though. You will needthis when it comes to installing the Traktor Pro 2 crack! It is important thatyou do not open the software at all. You do not want it to update. If it isopen when you try to install the final stages of the crack, your efforts willbe in vain.
  2. Downloadthe crack. You can then extract the files directly to your desktop.
  3. Normally,you will have a file called ’Traktor.exe’ in the crack folder. You will need tocopy this on over to the main directory of Traktor Pro When it asks you ifyou wish to overwrite the file, you need to say yes to this.
  4. Insome cases, there will also be a patch included in the crack package. You wantto right click on this and select ’Run as Administrator’ (if you are usingWindows). This will complete the final stages of the install process. Afterthis, you will be able to use the software to your heart’s content, completelyfree of charge.

Simplecast Not Capturing What You Hear With Traktor Pro 2 11 1 Update

One final pointto note here. It is important that you only download the crack for sites thatyou can trust (such as this one!). Since Traktor Pro 2 is an incredibly popularpiece of software, there are a few companies out there who are offering fakecrack links. If you install those, you will be putting yourself on the fastpath towards having malware on your computer, which is never a fun situation tobe put in. For a working crack of Ni Traktor Pro 2 check this blog out.