Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

About Traktor 3.

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Sun Dec 04, 2005 7:25 pm    Post subject: About Traktor 3. Reply with quote

Hello Cool , I just bought Traktor 3 and the program is great. Thing is that I want to Broadcast my mix to some of my friends, but its hard to setup Embarassed . Please anyone if know how, reply here! Smile

Here is picture how it looks like:


Thanks to all!
Back to top
Anonymous
Guest





PostPosted: Mon Dec 05, 2005 6:54 am    Post subject: Reply with quote

Hi Ikey,

Where did you get the program?

This is some instructions, but I don't use that program so I may not be correct: (INstructions for IceCast server settings section)

In adress, type in 127.0.0.1

I think mount path would be /live or /live.3u or without the slash ( / )

Password is hackme , if you haven't changed it in the IceCast config.

You select and choose the format.

The rest is up to you, like the Stream name and url (website) and description (about your station)

BTW, you have to have IceCast running while broadcasting.

Good luck,

Phillip.
Back to top
Anonymous
Guest





PostPosted: Mon Dec 05, 2005 11:39 am    Post subject: Reply with quote

Thanks Phillip Cool I'll try to setup correctly.
Back to top
Anonymous
Guest





PostPosted: Mon Dec 05, 2005 7:45 pm    Post subject: Reply with quote

There Crying or Very sad , I got one more prob Rolling Eyes
When I am visiting my server page it says:

---

Stream Title: Ikey's Fun House
Stream Description: Ikey in da mix!
Content Type: application/ogg
Mount Uptime: Mon, 05 Dec 2005 20:37:16 Central European Standard Time
Bitrate: Quality 0
Current Listeners: 0
Peak Listeners: 1
Stream Genre: Mixed Styles
Stream URL: http://62.162.199.146:8000/live.m3u
Current Song: Africanism All Stars - Lift Your Leg Up (Bob Sinclair)

---

How to stream better quality and why is Quality 0 when I am selecting 32.000khz, 96kBit/s?

Thanks Confused
Back to top
Guest






PostPosted: Sat Jan 28, 2006 6:25 pm    Post subject: Reply with quote

I'm having a similar problem but in my case i can't even pull up my server info.

Is it live.3u or live.m3u? and what about the proxy settings?
Setting this up is turning into a mission and a half...any help would be greatly appreciated Smile
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sun Jan 29, 2006 4:00 am    Post subject: Reply with quote

If quality 0 is appearing then the source client must be informing icecast of that, I would check what exactly it has for settings. BTW for vorbis at 96kBit/s you can easily use 44100khz.

The playlist format is called m3u and ideally you want to avoid any proxies. If the server info cannot to retrieved and the server is running then check your firewall. We can't check for every misconfiguration case but it's not clear what you are achieving from the description given.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Guest






PostPosted: Sun Jan 29, 2006 6:18 pm    Post subject: Reply with quote

ok, so here's what a friend of mine set me up with...


Traktor 3 broadcasting preferences window


My sound card setup. Apparently there should be more options than just Mic/Line Volume. I'm using m-audio's rvolution 7.1 sound card (with the latest drivers)

and this is my Icecast2 configuration file:

<icecast>
<limits>
<clients>25</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>16384</burst-size>
</limits>

<authentication>
<source-password>hackme</source-password>
<relay-password> enteryourpasswordhere </relay-password>
<admin-user> changeme</admin-user>
<admin-password>hackme</admin-password>
</authentication>

<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory>

<hostname> maxstradamus.homeip.net </hostname>

<listen-socket>
<port>8000</port>
</listen-socket>

<mount>
<mount-name>/live</mount-name>
<mp3-metadata-interval>1200</mp3-metadata-interval>
</mount>

<fileserve>1</fileserve>

<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>./</basedir>

<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<!-- <pidfile>./icecast.pid</pidfile> -->

<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"
and "bind-address" attributes.
-->
<!--
<alias source="/foo" dest="/bar"/>
-->
<!-- Aliases: can also be used for simple redirections as well,
this example will redirect all requests for http://server:port/ to
the status page
-->
<alias source="/" dest="/status.xsl"/>
</paths>

<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<!-- <playlistlog>playlist.log</playlistlog> -->
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<!-- If logarchive is enabled (1), then when logsize is reached
the logfile will be moved to [error|access|playlist].log.DATESTAMP,
otherwise it will be moved to [error|access|playlist].log.old.
Default is non-archive mode (i.e. overwrite)
-->
<!-- <logarchive>1</logarchive> -->
</logging>

<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
-->

I hope this will give you a better idea of my problem and hopefully you can make some sense out of it...i'm really lost here.
Back to top
Guest






PostPosted: Sun Jan 29, 2006 6:22 pm    Post subject: Reply with quote

edit:
my firewall is disabled
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sun Jan 29, 2006 8:29 pm    Post subject: Reply with quote

you seem to have the right settings, but before trying a source client connection you need to established that a network connection can be achieved to icecast. http://host:8000/status.xsl in your browser is enough.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Sun Jan 29, 2006 8:58 pm    Post subject: Reply with quote

karl when going to his ice cast statue page it does come up. Just cant figure out how to tell traktor to CONNECT. I set him up with oddcast and it connects fine BUT the sound bar shows no action. His sound card is wierd.
Back to top
Anamon_
Guest





PostPosted: Fri Mar 24, 2006 9:41 pm    Post subject: Reply with quote

To make Traktor connect you have to bring up the Audio Recorder panel at the top and click the button to the upper left of the "Gain" control there, the symbol is supposed to be a radio tower. I also had some difficulties finding it Smile

If the button glows red, the connection between Traktor and IceCast works. If it blinks red, it doesn't and the problem is definitely with the settings (although they do seem to be correct)
Back to top
Godlike-PK
Guest





PostPosted: Tue May 02, 2006 2:12 pm    Post subject: Reply with quote

Hiya,

Does this online broadcasting also work with Traktor DJ Studio 2 and Version 3 Demo?

Also want to get started.
Back to top
gschaefer



Joined: 27 Feb 2010
Posts: 1

PostPosted: Sat Feb 27, 2010 4:07 am    Post subject: Tracktor streaming only works with internal mixer ?? Reply with quote

i have icecast and tracktor pro 1.2.4 setup and working fine but only if i set tracktor to the internal mixer..i if use my external mixer setup it does stream OK but there is no volume ?

i have a MOTU ASIO sound card and it's routing audio correctly via Tracktor out my mixer to the PA fine.

any idea's ??
Back to top
View user's profile Send private message
IglooJordan



Joined: 22 Jun 2011
Posts: 6

PostPosted: Mon Jun 27, 2011 10:41 pm    Post subject: Reply with quote

Hey Shaef,

I just found your post through a forum search and thought I would share with you an issue I had with Traktor in the past regarding audio output. The settings do not read your personal audio system speakers and the way you want to rout the sound so you need to manually go in and play around with the settings. If you aren't 100 percent on the tech stuff you may need to do some guess and check, but it should work. You can try and rout the audio through a video converter as well which has worked for me in the past.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber