1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

broadcasting with traktor

Dieses Thema im Forum "General DJ Forum" wurde erstellt von walhalla, 15. August 2005.

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. chile19

    chile19 New Member

    Beiträge:
    16
    Ok Phil, first thanks for all your help, but lets cut to the problem. Earlier I use the same code that you recommend, but for some reason didn’t work, so I decide to comeback to the standard, so my new code is just:

    <!-- 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>
    <directory>
    <yp-url-timeout>15</yp-url-timeout>
    <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
    </directory>
    <hostname>localhost</hostname>
    <listen-socket>
    <port>8000</port>
    </listen-socket>
    <fileserve>1</fileserve>
    <paths>
    <logdir>./logs</logdir>
    <webroot>./web</webroot>
    <adminroot>./admin</adminroot>
    </paths>
    <logging>
    <accesslog>access.log</accesslog>
    <errorlog>error.log</errorlog>
    <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
    <security>
    <chroot>0</chroot>
    </security>
    </icecast>


    Also I am sure that I have connection because I can browse the stats on the web as is shown in the attachments. Is also attached the tracktor configuration….. so I have no idea what is wrong …… any suggestion???

    ps. I am using icecast2
     

    Anhänge:

  2. Penppe

    Penppe New Member

    Beiträge:
    1
    Hello m8s! I got some problems whit IceCast2.. I think I had putted all config right and everything but when my friends try to connect my radio it says "Resolving Hostname" so whats the matter ? Plz some one help! Thnx anyway

    Penppe
     
  3. DJKT

    DJKT New Member

    Beiträge:
    1
    Hello. I also have a problem with broadcasting to IceCast2. Winamp says [200 OK] after connect but plays no sound. Maybe winamp waits for Content-Type audio/ogg, but Traktor says application/ogg?
     
  4. PhilL

    PhilL Moderator Moderator

    Beiträge:
    7.084
    Are you behind a firewall Hardware or Software?

    Phil
     
  5. djindica

    djindica NI Product Owner

    Beiträge:
    33
    im having the same problem , the only way i can broadcast it by SAM , i know its just a stupid thing but what ....
     
  6. Ne0Que

    Ne0Que New Member

    Beiträge:
    4
    Im sorry for bringing a dead topic alive, but i still have problems.

    Im currently connected to the internet usinga WL-109 Sitecom modem. It has a router buildin so i get a local adres on my lan.

    81.69.154.71 <= my internet ip.
    192.168.0.10 <= my local ip.

    I forwarded the ports 8000,8001 ports to my computer using this guide:
    http://www.portforward.com/english/routers/port_forwarding/Sitecom/WL-109/Icecast.htm

    Now after this, i setup the config file for Icecast:

    ==================
    <icecast>
    <limits>
    <sources>2</sources>
    </limits>
    <authentication>
    <source-password>password</source-password>
    <relay-password>password</relay-password>
    <admin-user>admin</admin-user>
    <admin-password>password</admin-password>
    </authentication>
    <directory>
    <yp-url-timeout>15</yp-url-timeout>
    <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
    </directory>
    <hostname>81.69.154.71</hostname>
    <listen-socket>
    <port>8000</port>
    </listen-socket>
    <listen-socket>
    <port>8001</port>
    <shoutcast-compat>1</shoutcast-compat>
    </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>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
    </icecast>
    =============================

    Traktor does connect with Icecast. So far so good..
    But see this:
    http://81.69.154.71:8000/status.xsl => DOES NOTHING
    http://192.168.0.10:8000/status.xsl => Shows the stats

    I dont know if it works for people from outside my network, i cant see the page using my internet ip.
     
  7. PhilL

    PhilL Moderator Moderator

    Beiträge:
    7.084
    You can only get to your IP side address from outside on the internet, NAT prevent wraparound to stop router looping. You will need to have someone outside the network test this for you.

    Phil
     
  8. Reboot242

    Reboot242 NI Product Owner

    Beiträge:
    1
    Here is how I get Traktor 3.1.1 to Broadcast on my PC so iTunes and Winamp etc. are able to use stream...First you have to make an Icecast server(set-up instructions on forums and site) then once you are able to get Traktor to link to your Icecast server(solid red antenna) then you will launch a Shoutcast server(shoutcast.com)(also you must open port 8000 for Icecast and 8001 for Shoutcast on your router if you have one). Once you get your Shoutcast server up then you will launch Winamp and select open stream and type in your Icecast server's I.P. Address and port...once you see the that it is receiving your Traktor track that is playing you will open the Shoutcast source options screen and fill in all your icecast server info and name your station etc.. hit connect and you will see it sending out your stream...whoolla you are now winamp, itunes etc..ready njoy!
     
  9. Ne0Que

    Ne0Que New Member

    Beiträge:
    4
    It works now, i had wrong port forwarding :p
     
  10. Kicbea

    Kicbea New Member

    Beiträge:
    1
    Ok, i am new here..
    so can someone please.. help me!
    i want to broadcast my stuff on the net.. so i need the tutorial from the beginning.. :)
    so if someone can help please let me know..
    thanks :D

    one love.. dnb
    x
     
Status des Themas:
Es sind keine weiteren Antworten möglich.