Which protocol icecast uses for stream the audio? <p> _ ,^. _ Leonardo Luiz Padovani da Mata ,'/ -' '- \`. Ciencia da Computacao - UFMG / | \ / | \ barroca@dcc.ufmg.br | | | | | | ICQ:61226375 | \_,' `._/ | | | \ / "..." `. .' "May the force be with you, always" `--._.--' "Nerd Pride... eu tenho. Voce tem?" Alianca Rebelde --- >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.
oddsock wrote:> you need curl > 7.10can I compile without curl? --- >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 Monday 28 April 2003 07:29, Leonardo Luiz Padovani da Mata wrote:> Which protocol icecast uses for stream the audio? >HTTP. Mike --- >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 got the latest version of icecast2 from the CVS, and I can't compile it. it says: make[2]: Entering directory `/usr/local/src/icecast/icecast2/icecast/src' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"icecast\" -DVERSION=\"2.0-alpha-2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -D_XOPEN_SOURCE=500 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -DHAVE_SYS_UIO_H=1 -DHAVE_NANOSLEEP=1 -DHAVE_POLL=1 -DHAVE_SETHOSTENT=1 -DHAVE_ENDHOSTENT=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_INET_PTON=1 -DHAVE_INET_ATON=1 -DHAVE_CURL=1 -DHAVE_PTHREAD_RWLOCK_T=1 -DHAVE_PTHREAD=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/libxml2 -I/include -I/include -I/usr/local/icecast2/include -c yp.c yp.c: In function `yp_submit_url': yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) yp.c:36: (Each undeclared identifier is reported only once yp.c:36: for each function it appears in.) make[2]: *** [yp.o] Error 1 make[2]: Leaving directory `/usr/local/src/icecast/icecast2/icecast/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/icecast/icecast2/icecast/src' make: *** [all-recursive] Error 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.
you need curl > 7.10 oddsock At 11:24 PM 4/27/2003 +0200, you wrote:>I got the latest version of icecast2 from the CVS, and I can't compile it. >it says: > >make[2]: Entering directory `/usr/local/src/icecast/icecast2/icecast/src' >gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" >-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"icecast\" >-DVERSION=\"2.0-alpha-2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 >-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 >-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 >-DHAVE_DLFCN_H=1 -D_XOPEN_SOURCE=500 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 >-DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -DHAVE_SYS_UIO_H=1 >-DHAVE_NANOSLEEP=1 -DHAVE_POLL=1 -DHAVE_SETHOSTENT=1 -DHAVE_ENDHOSTENT=1 >-DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_INET_PTON=1 >-DHAVE_INET_ATON=1 -DHAVE_CURL=1 -DHAVE_PTHREAD_RWLOCK_T=1 >-DHAVE_PTHREAD=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log >-I./timing -g -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE >-I/usr/include/libxml2 -I/usr/include/libxml2 -I/include -I/include >-I/usr/local/icecast2/include -c yp.c >yp.c: In function `yp_submit_url': >yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) >yp.c:36: (Each undeclared identifier is reported only once >yp.c:36: for each function it appears in.) >make[2]: *** [yp.o] Error 1 >make[2]: Leaving directory `/usr/local/src/icecast/icecast2/icecast/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/usr/local/src/icecast/icecast2/icecast/src' >make: *** [all-recursive] Error 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.<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, 28 May 2003, Brendan Cully wrote:> This is only defined in libcurl 7.10 and later. I've just committed a > test for this to the configure script, which should disable YP if > libcurl isn't recent enough. I haven't tested it though, so I'd > appreciate testing and feedback from the CVS-using community.Surely preferred behaviour is for configure to complain if libcurl isn't recent enough, and only complete with YP disabled if you specifically disable it with a configure flag. 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 Sunday, 27 April 2003 at 23:24, Akos Maroy wrote:> I got the latest version of icecast2 from the CVS, and I can't compile > it. it says:...> yp.c: In function `yp_submit_url': > yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function)This is only defined in libcurl 7.10 and later. I've just committed a test for this to the configure script, which should disable YP if libcurl isn't recent enough. I haven't tested it though, so I'd appreciate testing and feedback from the CVS-using community. -b --- >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.