Announcement

Collapse
No announcement yet.

Few questions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Sounds like your problems are larger than what you are seeing in sc_trans.

    --Neil

    Comment


    • #17
      The nak error on your dnas logs means posrt are not forwarded properly, or there is software that is blocking you ... which most likely why no one can connect to your stream.

      You can check your router/modem setup at www.portforward.com ... but what software might be blocking you, well that is on you as we don't know what you have installed.

      I can say that, like XP SP2, Vista does have a firewall running by default. I've used Vista for all of 10 minuets, so I really can't help you with that.
      Trancectro/electro-house/electro | Are You Hard?

      Comment


      • #18
        well like I said too I had shoutcast running before perfictly it wasnt until comcast changed my modem, nothing else was really installed and heres a screenshot of my ports forwarded and my firewall

        Comment


        • #19
          Alright my friend decided we are just going to host the server on his computer. The trans is working now but now we dont know how to get the DJs to connect. We tryed to use the DJ port and password to connect that we changed in the sc_trans.conf but nothing.

          Comment


          • #20
            The DJ systems has been completely redone for beta drop 4.

            For each DJ you want to support you must have three values defined in your config file. djpassword, djlogin, djpriority.
            For example, let's say you have three DJs named Manny, Moe and Jack. You would have the following in your sc_trans config

            djpassword_0=foobar
            djlogin_0=Manny
            djpriority_0=10
            djpassword_1=barfoo
            djlogin_1=Moe
            djpriority_1=10
            djpassword_2=goaway
            djlogin_2=Jack
            djpriority_2=10

            Second, you must schedule access times for the DJs in your calendar.xml file. The trivial case is to let them access any time at all

            <?xml version="1.0" encoding="UTF-8" ?>
            <eventlist>
            <event type="dj">
            <dj archive="0">Manny</dj>
            <calendar starttime="00:00:00" />
            </event>
            <event type="dj">
            <dj archive="0">Moe</dj>
            <calendar starttime="00:00:00" />
            </event>
            <event type="dj">
            <dj archive="0">Jack</dj>
            <calendar starttime="00:00:00" />
            </event>
            </eventlist>

            That's it for your side. On the DJ's side, the password in their config file must be a colon seperated combination of their name and password

            password=Manny:foobar

            The docs.txt file in the drop package has more information. Look at item #12 in the file.

            --Neil

            Comment


            • #21
              Sweet guys thanks, you have been more than helpfull! =]

              One thing I noticed though. This doesnt show up in the error log at all but the sc_trans randomly Disconnects from the server every so often and sometimes it doesnt reconnect I have to close out of it and re-open it. Im running it on Windows Vista Home Premium.
              Last edited by xXPyroMonsterXx; 17 December 2008, 17:06.

              Comment


              • #22
                If it's not appearing in the logs, then how do you know it is happening? Try to tune in and hear nothing?

                If that is it, do you have the playlist set to repeat if that is even an option somewhere (sorry, on a computer I can't install to and don't have sc_trans on it)?
                Trancectro/electro-house/electro | Are You Hard?

                Comment


                • #23
                  Im listening to the station on my iTunes and it just disconnects mid song randomly.
                  I still get ALOT of thoes

                  E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response

                  Heres the Event log from the server
                  Event log:
                  <12/17/[email protected]:13:54> [SHOUTcast] DNAS/win32 v1.9.8 (Feb 28 2007) starting up...
                  <12/17/[email protected]:13:54> [main] loaded config from C:\Servers\SHOUTcast\sc_serv.ini
                  <12/17/[email protected]:13:54> [main] initializing (usermax:100 portbase:8000)...
                  <12/17/[email protected]:13:54> [main] No ban file found (sc_serv.ban)
                  <12/17/[email protected]:13:54> [main] No rip file found (sc_serv.rip)
                  <12/17/[email protected]:13:54> [main] opening source socket
                  <12/17/[email protected]:13:54> [main] source thread starting
                  <12/17/[email protected]:13:54> [main] opening client socket
                  <12/17/[email protected]:13:54> [main] Client Stream thread [0] starting
                  <12/17/[email protected]:13:54> [source] listening for connection on port 8001
                  <12/17/[email protected]:13:54> [main] client main thread starting
                  <12/17/[email protected]:14:45> [source] connected from 192.168.1.1
                  <12/17/[email protected]:14:45> [source] icy-name:-=133.7 The Cube=- ; icy-genre:Nerdcore
                  <12/17/[email protected]:14:45> [source] icy-pub:1 ; icy-br:128 ; icy-url:N/A
                  <12/17/[email protected]:14:45> [source] icy-irc:N/A ; icy-icq:N/A ; icy-aim:N/A
                  <12/17/[email protected]:14:46> [dest: 205.188.234.98] starting stream (UID: 0)[L: 1]{A: SHOUTcast Directory Tester}(P: 0)
                  <12/17/[email protected]:14:57> [dest: 205.188.234.98] connection closed (0 seconds) (UID: 0)[L: 0]{Bytes: 231746}(P: 0)
                  <12/17/[email protected]:14:57> [yp_add] yp.shoutcast.com added me successfully
                  <12/17/[email protected]:15:18> [dest: 192.168.1.1] starting stream (UID: 1)[L: 1]{A: iTunes/8.0.2 (Windows; N)}(P: 0)
                  <12/17/[email protected]:24:28> [dest: 192.168.1.1] starting stream (UID: 2)[L: 2]{A: NSPlayer/11.00.6001.7001 WMFSDK/11.00.6001.7001}(P: 1)
                  <12/17/[email protected]:24:28> [dest: 192.168.1.1] connection closed (0 seconds) (UID: 2)[L: 1]{Bytes: 0}(P: 1)
                  <12/17/[email protected]:24:29> [dest: 192.168.1.1] starting stream (UID: 3)[L: 2]{A: NSPlayer/11.0.6001.7001 WMFSDK/11.0}(P: 1)
                  <12/17/[email protected]:24:29> [dest: 192.168.1.1] starting stream (UID: 4)[L: 3]{A: NSPlayer/11.0.6001.7001 WMFSDK/11.0}(P: 2)
                  <12/17/[email protected]:24:29> [dest: 192.168.1.1] connection closed (0 seconds) (UID: 3)[L: 2]{Bytes: 8192}(P: 1)
                  <12/17/[email protected]:24:57> [yp_tch] yp.shoutcast.com touched!
                  <12/17/[email protected]:25:01> [source] no data (30s timeout). disconnecting.
                  <12/17/[email protected]:25:02> [source] connected from 192.168.1.1
                  <12/17/[email protected]:25:02> [main] connecting to yp.shoutcast.com to remove myself [no source]
                  <12/17/[email protected]:25:02> [source] icy-name:-=133.7 The Cube=- ; icy-genre:Nerdcore
                  <12/17/[email protected]:25:02> [source] icy-pub:1 ; icy-br:128 ; icy-url:N/A
                  <12/17/[email protected]:25:02> [source] icy-irc:N/A ; icy-icq:N/A ; icy-aim:N/A
                  <12/17/[email protected]:25:02> [dest: 192.168.1.1] connection closed (584 seconds) (UID: 1)[L: 1]{Bytes: 8850081}(P: 0)
                  <12/17/[email protected]:25:03> [yp_rem] yp.shoutcast.com removed me!
                  <12/17/[email protected]:25:04> [dest: 207.200.98.1] starting stream (UID: 5)[L: 2]{A: SHOUTcast Directory Tester}(P: 0)
                  <12/17/[email protected]:25:15> [dest: 207.200.98.1] connection closed (0 seconds) (UID: 5)[L: 1]{Bytes: 226802}(P: 0)
                  <12/17/[email protected]:25:16> [yp_add] yp.shoutcast.com added me successfully
                  And heres the log for the sc_trans.exe (really long from thoes errors..)

                  2008-12-17 15:14:45 I msg:<***> Logger startup
                  2008-12-17 15:14:45 I msg:<***> version 0.2.0.0 build 0.0.21.0
                  2008-12-17 15:14:45 D msg:<***>
                  2008-12-17 15:14:45 I msg:[calendarMgr] Adding DJ event m_djName=Beggar m_archive=2 m_id=1 m_startDate=year:0,mon:0,mday:0,hour:0,min:0,sec:0,isdst:0,wday:0,yday:0 m_endDate=year:0,mon:0,mday:0,hour:0,min:0,sec:0,isdst:0,wday:0,yday:0 m_duration=0 m_hasStartDate=0 m_hasEndDate=0 m_hasDuration=0 m_repeat=0
                  2008-12-17 15:14:45 I msg:[VUPush] 101 VU images loaded
                  2008-12-17 15:14:45 I msg:[VUPush] 101 VU images loaded
                  2008-12-17 15:14:45 I msg:[playlistMgr] playlist load from file C:\Servers\sc_trans\playlist_win32.lst
                  2008-12-17 15:14:45 I msg:[playlistMgr] Caching playlist C:\Servers\sc_trans\playlist_win32.lst
                  2008-12-17 15:14:45 I msg:[playlistMgr] load complete
                  2008-12-17 15:14:45 I msg:*******************************************************************************
                  2008-12-17 15:14:45 I msg:** TRANScast Distributed Network Audio Content Provider
                  2008-12-17 15:14:45 I msg:** Copyright (C) 2000 Nullsoft, Inc. All Rights Reserved.
                  2008-12-17 15:14:45 I msg:** Use "sc_trans filename.conf" to specify a config file.
                  2008-12-17 15:14:45 I msg:*******************************************************************************
                  2008-12-17 15:14:45 I msg:[TRANSCast] DNAS/win32 v 0.2.0.0 b 0.0.21.0 (Dec 10 2008) starting up...
                  2008-12-17 15:14:45 I msg:[MAIN] PID: 6700
                  2008-12-17 15:14:45 I msg:[MAIN] Loaded config from C:\Servers\sc_trans\sc_trans_demo.conf
                  2008-12-17 15:14:45 I msg:[MAIN] Streaming thread starting
                  2008-12-17 15:14:45 I msg:[resampler] deactivated 44100/2 == 44100/2
                  2008-12-17 15:14:45 I msg:[MAIN] Encoder thread 0 starting
                  2008-12-17 15:14:45 I msg:[MAIN] broadcast thread 0 starting
                  2008-12-17 15:14:45 I msg:[mp3enc] 14925/44100/2/128000 Fraunhofer IIS MP3s Encoder V04.01.00 (build 2007-03-15)
                  2008-12-17 15:14:45 I msg:[mp3enc] 14925/44100/2/128000 mp3 setup complete
                  2008-12-17 15:14:45 I msg:[MAIN] Playlist decoder thread starting
                  2008-12-17 15:14:45 I msg:[STREAM] 15097 giving replay gain calculator a head start
                  2008-12-17 15:14:45 I msg:[microServer] Listening for connection on port 8051
                  2008-12-17 15:14:45 I msg:[rgCalc] thread running
                  2008-12-17 15:14:45 I msg:[STREAM] 15097 running
                  2008-12-17 15:14:45 I msg:[STREAM] 15097 Creating stream socket
                  2008-12-17 15:14:45 I msg:[MAIN] Broadcast Receiver thread starting
                  2008-12-17 15:14:45 I msg:[decode] giving replay gain calculator a head start
                  2008-12-17 15:14:45 I msg:[decode] begin decoding
                  2008-12-17 15:14:45 I msg:[STREAM] 15097 Connected to host server
                  2008-12-17 15:14:45 I msg:[decode] next file is \Users\Dylan\Music\iTunes\iTunes Music\Kompressor\www.kompressormusic.com\02 Rappers We Crush.mp3
                  2008-12-17 15:14:45 I msg:[ID3V2] version 3.0 tagsize=2548 unsync=0 xheader=0
                  2008-12-17 15:14:45 I msg:[decode] 02 Rappers We Crush.mp3::3075761::192.235
                  2008-12-17 15:14:45 I msg:[STREAM] 15097 Host server gave success (OK2)
                  2008-12-17 15:14:45 I msg:[STREAM] 15097 Stream to 98.224.202.104 established
                  2008-12-17 15:14:45 I msg:[STREAM] 15097 Sending stream information
                  2008-12-17 15:14:47 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:14:52 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:14:57 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:02 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:07 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:12 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:17 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:22 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:27 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:32 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:37 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:42 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:47 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:52 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:15:57 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:02 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:07 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:12 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:17 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:22 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:27 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:32 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:37 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:42 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:47 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:52 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:16:57 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:02 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:07 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:12 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:17 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:22 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:28 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:33 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:38 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:38 I msg:[mp3 decode] 41 eof
                  2008-12-17 15:17:39 I msg:[decode] next file is \Users\Dylan\Music\iTunes\iTunes Music\MC Hawking\E=MC Hawking\All My Shooting's Be Drivebys.mp3
                  2008-12-17 15:17:39 I msg:[decode] All My Shooting's Be Drivebys.mp3::3445655::215.353
                  2008-12-17 15:17:43 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:48 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:53 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:17:58 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:03 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:08 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:13 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:18 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:23 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:28 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:33 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:38 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:43 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:48 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:53 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:18:58 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:03 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:08 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:13 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:18 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:23 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:28 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:33 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:38 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:43 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:48 W msg:[shoutcastmetadata] dropped stale metadata
                  2008-12-17 15:19:48 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:53 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:19:58 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:03 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:08 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:13 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:18 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:23 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:28 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:33 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:38 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:43 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:48 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:53 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:20:58 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:03 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:08 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:12 I msg:[mp3 decode] 18467 eof
                  2008-12-17 15:21:12 I msg:[decode] next file is \Users\Dylan\Music\iTunes\iTunes Music\Kanye West\Graduation\03 Stronger.mp3
                  2008-12-17 15:21:12 I msg:[ID3V2] version 3.0 tagsize=30375 unsync=0 xheader=0
                  2008-12-17 15:21:12 I msg:[decode] 03 Stronger.mp3::7553487::314.729
                  2008-12-17 15:21:13 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:18 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:23 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:28 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:33 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:38 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:43 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:48 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:53 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:21:58 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:03 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:08 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:13 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:18 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:23 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:29 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:34 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:39 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:44 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:49 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:54 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:22:59 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:04 W msg:[shoutcastmetadata] dropped stale metadata
                  2008-12-17 15:23:04 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:09 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:14 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:19 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:24 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:29 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:34 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:39 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:44 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:49 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:54 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:23:59 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:04 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:09 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:14 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:19 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:24 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:29 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:34 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:39 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:44 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:49 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:50 W msg:[STREAM] 15097 Disconnecting from stream host [waiting 10s]
                  2008-12-17 15:24:54 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:24:56 I msg:[STREAM] 15097 Creating stream socket
                  2008-12-17 15:24:56 I msg:[STREAM] 15097 Connected to host server
                  2008-12-17 15:24:56 W msg:[STREAM] 15097 Disconnecting from stream host [waiting 10s]
                  2008-12-17 15:24:59 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:25:02 I msg:[STREAM] 15097 Creating stream socket
                  2008-12-17 15:25:02 I msg:[STREAM] 15097 Connected to host server
                  2008-12-17 15:25:02 I msg:[STREAM] 15097 Host server gave success (OK2)
                  2008-12-17 15:25:02 I msg:[STREAM] 15097 Stream to 98.224.202.104 established
                  2008-12-17 15:25:02 I msg:[STREAM] 15097 Sending stream information
                  2008-12-17 15:25:04 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:25:09 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:25:14 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:25:19 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:25:24 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response
                  2008-12-17 15:25:29 E msg:[shoutcastmetadata] shoutcastMetadata::waitToSend - shoutcastMetadata::sendTitle bad title response

                  Comment


                  • #24
                    The disconnects are socket errors. You could just have a flakey connection to your server. Even if you have a good cable modem service, it's not unusual for a connection to get dropped a few times a day. Most of those systems are designed with the web browsing user in mind,where a momentary break would go unnoticed. According to your logs, sc_trans is reconnecting as it is supposed to. If the disconnect outage is larger than the buffer on the server then you'll notice some sort of glitch on the player end.

                    The metadata error messages are bad. It appears the Windows Vista has the same socket anomaly that Mac PPC does. Unfortunately the offical AOL line is "Vista unsupported" so I can't get a machine to debug this on. I'm clearly going to have to mask off this error in the next drop. It's not critical that it be treated as an error anyhow, it was just me being a bit anal on the error checking front (and now it bit me in the ass... ha ha get it??)


                    --Neil

                    Comment


                    • #25
                      so to shorten what you said down, the disconnects are just a normal internet connection that sometimes drops?

                      I blame comcast, their connection throttels. Then again I am also just paying for normal cabel internet and not a business line.

                      Comment


                      • #26
                        Yeah. Sorry for the long winded answer.

                        --Neil

                        Comment


                        • #27
                          Eh I just realized it Disconnects about the same timespan every time, estimates about 2 n a half songs then it disconnects. I let it reconnect and it just disconnected a second time.

                          Comment


                          • #28
                            At this point all I can do is speculate. Since no one else has reported a similar problem, it could be your cable connect. Perhaps comcast is monitoring your upload, sees the continuous stream and is cutting it off. It may sound far-fetched, but a few years ago Cablevision throttled me back from 30MB to 300kb because they detected "BitTorrent activity". It took a lot of begging to get my service restored to full speed.

                            --Neil

                            Comment


                            • #29
                              I try to access the API. Does anyone of you knows how to sign it?

                              I'm enter the IP:5555/api and enter login/password.
                              And... ,,Bad Content Type"

                              Comment

                              Working...
                              X