On 22 Mar 2003, Karl Heyes wrote:> ethereal is a good tool for that, start a capture (maybe with a capture > filter of "port <port>" or "host <ip>" to limit it if the box has plenty > of traffic), connect the source, wait a second then stop the capture. > Pick one of the packets that relates to the source stream and do > tools->follow tcp stream.uh... I had significant issues following what you typed above, until Kirk pointed out to me that ethereal was an X11 application. The X environment is, at least for now anyway, pretty much inaccessible to blind people, so I had to make use of something else. fortunately, setting up netcat on the icecast port worked beautifully. Here's what the latest ices sent: SOURCE /egoplay64.ogg HTTP/1.0 Authorization: Basic c291cmNlOmF1ZGlv ice-name: Kirk's Egoplay ice-genre: all genres ice-audio-info: samplerate=44100;channels=2;quality=0%2e00 ice-public: 0 ice-description: An eclectic mix of ogg's from Kirk's vast collection User-Agent: IceS 2.0beta2 Content-Type: application/ogg The older version that works sent the following: SOURCE /egoplay64.ogg HTTP/1.0 ice-name: Kirk's Egoplay ice-genre: all genres ice-bitrate: 0 ice-public: 0 ice-description: An eclectic mix of ogg's from Kirk's vast collection User-Agent: IceS 2.0beta2 Content-Type: application/x-ogg I confirmed that the old one works and the new one doesn't. this isn't application/x-ogg causing trouble again? Or something else? I notice there's no auth stuff on the old one. hmmm. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sat, 2003-03-22 at 15:20, Geoff Shang wrote:> And here's the problem, right in the icecast error log: > > [2003-03-21 23:59:18] EROR yp/yp_submit_url Got a NAK from yp_add(Bitrate > blank) (http://www.oddsock.org/cgi-bin/yp-cgi) > [2003-03-21 23:59:18] EROR yp/yp_submit_url Got a NAK from yp_touch(SID > blank) > (http://www.oddsock.org/cgi-bin/yp-cgi) > > Looks like ices changed the format of its headers and the YP script didn't > keep up.There's no bitrate setting in libshout now, libshout used to send the provided value (which ices didn't set IIRC, so it was always 0). The thing is bitrate can be blank so that really isn't an error. I'm guessing oddsock missed something, I will have a look shortly. karl. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sun, 23 Mar 2003, Geoff Shang wrote:> Here's what the latest ices sent: > > SOURCE /egoplay64.ogg HTTP/1.0 > Authorization: Basic c291cmNlOmF1ZGlv > ice-name: Kirk's Egoplay > ice-genre: all genres > ice-audio-info: samplerate=44100;channels=2;quality=0%2e00 > ice-public: 0 > ice-description: An eclectic mix of ogg's from Kirk's vast collection > User-Agent: IceS 2.0beta2 > Content-Type: application/oggAnd here's the problem, right in the icecast error log: [2003-03-21 23:59:18] EROR yp/yp_submit_url Got a NAK from yp_add(Bitrate blank) (http://www.oddsock.org/cgi-bin/yp-cgi) [2003-03-21 23:59:18] EROR yp/yp_submit_url Got a NAK from yp_touch(SID blank) (http://www.oddsock.org/cgi-bin/yp-cgi) Looks like ices changed the format of its headers and the YP script didn't keep up. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.