Mottus
Joined: 31 Mar 2009 Posts: 1
|
Posted: Tue Mar 31, 2009 2:54 pm Post subject: Broadcasting in Pro, cant find source! |
|
|
Broadcasting in Pro, cant find source!
--------------------------------------------------------------------------------
Hi, im having major problem to make traktor pro to be found as a source by ICECAST...
I click on traktor ANTENA and it does try to connect with ICECAST but it doesnt make it as a SOURCE! I see it attempting to make connections in icecast but doesnt seem to find the correct mount point...
Error.txt
[2009-03-31 08:06:33] INFO connection/connection.c Source logging in at mountpoint "/example.ogg"
[2009-03-31 08:06:33] INFO connection/connection.c Source (/example.ogg) attempted to login with invalid or missing password
Access.txt
192.168.0.191 - - [31/Mar/2009:11:32:52 -0300] "SOURCE /example.ogg HTTP/1.0" 401 115 "-" "Native Instruments IceCast Uplink" 0
Traktor setup now:
Server Settings:
Address: 192.168.0.191 : 8000
Mount path: example.ogg
passsword:
Metadada settings:
Streamurl: 201.80.89.111:8000/example.ogg
Now PLEASE WHAT AM I DOING WRONGGG THIS IS DRIVING ME INSANE!
Iam using Connection WITHOUT PROXY option...
my icecast setupfile:
<!-- 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>201.80.89.111</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>
I appreciate anyone that can help me share my mixes online
thanks allot. |
|