> Thanks for the network dumps. As you say, it's weird because Flash, even > when embedded, can access the stream of Icecast2. I already noticed it by > analyzing Icecast2's logs as I wrote in the first message of this topic. > There is something I couldn't see in the network dumps: is the embedded > flash DOWNLOADING the stream even if it doesn't play it (with Icecast2)?I don't know if flash is downloading but icecast is sending data for sure. <p>I've tried to strip some useful information from the dumps, Here's the little talk between the client and the server. Keep in mind that when running in embedded mode flash uses the browser to send and receive data. Note that in sucessful tests using icecast 1.3 the client is receving different headers. maybe one of these is responsible of the failure. I'll try installing mozilla and downloading the plug-in. --------------- SUCCESSFUL 2.0 stand alone ---------------------- GET /live HTTP/1.1 Referer: http://192.168.0.242:8000/live User-Agent: Shockwave Flash Host: 192.168.0.242:8000 HTTP/1.0 200 OK Content-Type: audio/mpeg icy-bitrate:0 icy-description:publicvoice.fm online radio icy-name:Streaming with MuSE icy-public:1 icy-url:http://publicvoice.fm Server: Icecast 2.0-alpha2/cvs ------------------------------------------------------------------ --------------- UNSUCCESSFUL 2.0 embedded ------------------------ GET /live HTTP/1.1 Accept: */* x-flash-version: 7,0,14,0 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Host: 192.168.0.242:8000 Connection: Keep-Alive HTTP/1.0 200 OK Content-Type: audio/mpeg icy-bitrate:0 icy-description:publicvoice.fm online radio icy-name:Streaming with MuSE icy-public:1 icy-url:http://publicvoice.fm Server: Icecast 2.0-alpha2/cvs ------------------------------------------------------------------ --------------- SUCCESSFUL 1.3.12 embedded ----------------------- GET /live HTTP/1.1 Accept: */* x-flash-version: 7,0,14,0 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Host: 192.168.0.242:8000 Connection: Keep-Alive HTTP/1.0 200 OK Server: icecast/1.3.12 Content-Type: audio/mpeg Cache-Control: no-cache Pragma: no-cache Connection: close Content-Length: 54000000 x-audiocast-location: Just west of Mars x-audiocast-admin: kirk@enterprise.space x-audiocast-server-url: http://www.icecast.org/ x-audiocast-mount:/live x-audiocast-name:Streaming with MuSE x-audiocast-description:publicvoice.fm online radio x-audiocast-url:http://publicvoice.fm x-audiocast-genre:icecast x-audiocast-bitrate:0 x-audiocast-public:1 ------------------------------------------------------------------ --- >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.
Hi people, Tody i am changing my transmition system from shoutcast to icecast 2, encoding in ogg <p>My listenners are telling me that they cannot listen with winamp 2.91 lite and winam3, just winamp 2.91 standard or full Just anynone know how to listen with winamp 3 ? listen my radio in http://play.ircbrasil.com.br in browser or www.ircbrasil.com.br:8500/ircbrasil.ogg in winamp tanks 4 all and sorry my bad english André From brasil <p><p><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 Wed, 3 Dec 2003 12:07:23 -0200 Rádio IRCBrasil - André Marcelo <andre@ircbrasil.com.br> wrote:> Hi people, > > Tody i am changing my transmition system from shoutcast to icecast 2, > encoding in ogg > > > My listenners are telling me that they cannot listen with winamp 2.91 lite > and winam3, just winamp 2.91 standard or full > > Just anynone know how to listen with winamp 3 ? > > listen my radio in http://play.ircbrasil.com.br in browser or > www.ircbrasil.com.br:8500/ircbrasil.ogg in winampI have (had?) the same problem on my stream (http://oc.ormgas.com). I think you have to make a playlist file that opens the stream. My stream.m3u looks like this: #EXTM3U #EXTINF:-1,http://ormgas.com:8000/oc http://ormgas.com:8000/oc /Marco -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --- >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.
> I'll try installing mozilla and downloading the plug-in. >Well maybe for some of us this will be little surprise. I've made a sucessful test using icecast 2.0 and the usual flash movie embedded on a web page, this time opened using Mozilla 1.5 (latest version). These are the headers I got: --------------- SUCCESSFUL 2.0 embedded in Mozilla -------------------- GET /live HTTP/1.1 Host: 192.168.0.242:8000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Accept: application/x-shockwave- flash,text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,t ext/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive HTTP/1.0 200 OK Content-Type: audio/mpeg icy-bitrate:0 icy-description:publicvoice.fm online radio icy-name:Streaming with MuSE icy-public:1 icy-url:http://publicvoice.fm Server: Icecast 2.0-alpha2/cvs ----------------------------------------------------------------------------- P.S. I've upgraded the zip file also, now http://www.sardegnaoggi.it/downloads/tcpdump.zip contains the whole dump of this successful test. <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.
Rádio IRCBrasil - André Marcelo wrote:> Hi people, > > Tody i am changing my transmition system from shoutcast to icecast 2, > encoding in ogg > > > My listenners are telling me that they cannot listen with winamp 2.91 lite > and winam3, just winamp 2.91 standard or fullThat is correct. Winamp 3 is broken, and will not correctly play Ogg streams. Winamp 2.91 lite is a stripped-down version that does not include the required codec.> > Just anynone know how to listen with winamp 3 ?Upgrade to Winamp 2.91 (which is a later release than Winamp 3). <p>Leo --- >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.
Hi Assorgia, I'm really happy you successfully got it with Mozilla. Where did you get the headers information? In Icecast2 logs? As soon as I know where to find the header information sent by IE, I will change the php script to cross the valid headers information sent by Mozilla with the necessary information needed by IE. The aim is to give Icecast the impression that the client is Mozilla. Also, I read that the Flash player, since 6.0.60.65, also sends header information to the server. I guess it is why you got "Accept: application/x-shockwave- flash,text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,t ext/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1" In the headers you mentioned what are those sent by the client and those received? I think these headers are sent: GET /live HTTP/1.1 Host: 192.168.0.242:8000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Accept: application/x-shockwave- flash,text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,t ext/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive And those are received: HTTP/1.0 200 OK Content-Type: audio/mpeg icy-bitrate:0 icy-description:publicvoice.fm online radio icy-name:Streaming with MuSE icy-public:1 icy-url:http://publicvoice.fm Server: Icecast 2.0-alpha2/cvs Am I right? Do you think I can change the Accept headers like this: Accept: */* Accept-Language: * Accept-Encoding: * (I am not sure for this one) Accept-Charset: * <p>Thanks again for sharing all your results:) MAX -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of assorgia@tin.it Sent: Wednesday, December 03, 2003 10:58 AM To: icecast@xiph.org Subject: RE: [icecast] Icecast in Macromedia Flash> I'll try installing mozilla and downloading the plug-in. >Well maybe for some of us this will be little surprise. I've made a sucessful test using icecast 2.0 and the usual flash movie embedded on a web page, this time opened using Mozilla 1.5 (latest version). These are the headers I got: --------------- SUCCESSFUL 2.0 embedded in Mozilla -------------------- GET /live HTTP/1.1 Host: 192.168.0.242:8000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Accept: application/x-shockwave- flash,text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,t ext/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive HTTP/1.0 200 OK Content-Type: audio/mpeg icy-bitrate:0 icy-description:publicvoice.fm online radio icy-name:Streaming with MuSE icy-public:1 icy-url:http://publicvoice.fm Server: Icecast 2.0-alpha2/cvs ---------------------------------------------------------------------------- - P.S. I've upgraded the zip file also, now http://www.sardegnaoggi.it/downloads/tcpdump.zip contains the whole dump of this successful test. <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. <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.
Rádio IRCBrasil - André Marcelo wrote:>Hi people, > >Tody i am changing my transmition system from shoutcast to icecast 2, >encoding in ogg > > >My listenners are telling me that they cannot listen with winamp 2.91 lite >and winam3, just winamp 2.91 standard or full > >Just anynone know how to listen with winamp 3 ? > >You cannot, winamp3 doesnt support the MIME type that icecast uses (although it's the correct one!!!!) You'll have to wait for a fix from the Winamp guys, or ask you listeners to migrate to Linux or *BSD ;-)>listen my radio in http://play.ircbrasil.com.br in browser or >www.ircbrasil.com.br:8500/ircbrasil.ogg in winamp > >tanks 4 all and sorry my bad english > >André From brasil > > > >--- >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.
Rádio IRCBrasil - André Marcelo wrote> Just anynone know how to listen with winamp 3 ?Don't. Use Winamp 2 or wait for Winamp 5 due out soon. It supports Ogg Vorbis streams. Here's Winamp 5 release candidate 8. http://xz.onlinedown.net/down/winamp50rc8_full.exe <p>Regards, Ross Levis. =======================================StationPlaylist.com http://www.stationplaylist.com Low-cost music scheduling, live assist and automation software. ======================================= --- >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.