similar to: Socket to Icecast

Displaying 20 results from an estimated 6000 matches similar to: "Socket to Icecast"

2014 Nov 12
1
Socket to Icecast
Thomas, Thanks for pointing me in the right direction. I updated my code to use cURL for sending the mp3 encoded audio to http://localhost:8001/test_stream. What should I put in my icecast configuration file to properly receive the stream? This example of using cURL for HTTP PUT operations was very helpful in case anyone else is interested. http://curl.haxx.se/libcurl/c/httpput.html thanks
2004 Aug 06
2
Compiling Icecast2 on Windows
Its easier to compile it on linux than windows, you need MS Visual studio 6 for windows then you need to get all the associated libraries for windows, yet even more work. Icecast2 specific you need the following libcurl > http://curl.haxx.se/libcurl/ download > http://curl.haxx.se/download/curl-7.10.8.tar.gz libxml,libxlst > take a look over at rpmfind.net for the latest rh9 specific, be
2004 Aug 06
2
Missing headers in Icecast2
On Sat, 2003-12-06 at 06:12, Macsym wrote: > Hi Karl, > > I just checked in Icecast1 source, the line: > > if (client_wants_content_length (con)) > sock_write (con->sock, "Cache-Control: no-cache\r\nPragma: > no-cache\r\nConnection: close\r\nContent-Length: 54000000\r\n"); > > > is located in "client.c". Shouldn't I add this line
2004 Aug 06
3
Compiling Icecast2 on RedHat9 or maybe another Linux
Hi Dave, I am now trying to compile Icecast2 under RedHat9. I get some errors when I try to ./configure so the make file is not created. Can you take a look at the attached file and tell me what is wrong? I tried to compile it on another RedHat9 computer but I got the same results... I think I will dedicate one computer ONLY to icecast2. In this case, could you advise me the best Linux
2012 Jul 03
6
Using onlyif
Here''s what I''m using: exec { "cert-fix": command => "curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt", onlyif => "test -e /etc/pki/tls/certs/ca-bundle.crt", } But it keeps on failing: > [default] Running Puppet with /tmp/vagrant-puppet/manifests/acid.pp... > Parameter onlyif failed: ''test -e
2020 Jan 09
2
Re: [PATCH] Fix lossy conversion of Content-Length
On Wed, Jan 08, 2020 at 07:19:56AM -0600, Eric Blake wrote: > On 1/7/20 4:13 AM, Adrian Ambrożewicz wrote: > >Actual variable holding content length is int64_t, but it was assigned > >by explicit cast to size_t. On 32-bit systems it's a lossy conversion, > >so it was replaced by casting to int64_t instead. > > > >Signed-off-by: Adrian Ambrożewicz
2014 Nov 01
5
Pregunta (creo que simple) para usar twitteR
Hola Alfonso, buenos días: Lo he probado pero no me va, eso sí ha cambiado el error, el código utilizado es: library(ROAuth)library(twitteR) download.file(url="http://curl.haxx.se/ca/cacert.pem", destfile="cacert.pem") reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <-
2005 Feb 02
2
directory listings
Guten Tag Frits Letteboer, Am Mittwoch, 2. Februar 2005 um 14:40 schrieben Sie: FL> Carsten Henkel wrote: >> hi together, >> >> i have >> <directory> >> <yp-url-timeout>15</yp-url-timeout> >> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> >> </directory> >> <directory>
2009 Dec 12
1
How do I link to custom libs without affecting system libs (LD_LIBRARY_PATH)
Hi, i am getting an issue with rtorrent that is related to my curl libaries. In summary it requires a later curl libary than CentOS 5.4 uses for its system files (CentOS uses curl libs version 7.15.5, rtorrent requires 7.19.2 or greater). To get around this I would like to download the latest curl version and compile and link to rtorrent without affecting system files. How can i statically
2014 Nov 01
2
Pregunta (creo que simple) para usar twitteR
Hola comunidad, ¿Qué tal? Tengo una duda que creo que es sencilla, pero me veo algo torpe. Estoy tratando de darme de alta para poder acceder, vía R a la api de Twitter, soy un poco novato en esto y por esto lanzo la pregunta. Aunque ya me han ayudado y me han pasado alguno link del pasado, aún no consigo dar con la solución que seguro es algo que se me escapa He usado este código
2006 Nov 16
1
curl-7.16.0 breaks compilation of vorbis-tools-1.1.1
Hello, curl-7.16.0 breaks compilation of vorbis-tools-1.1.1 - please see http://curl.haxx.se/mail/archive-2006-11/0046.html for details. According to Daniel Stenberg, CURLOPT_MUTE is deprecated. Could you please update vorbis-tools code so it won't use deprecated features of 'curl' ? Should I file a bug report regarding this issue ? Thanks, Sergei. Applications From Scratch:
2006 Jul 10
14
[Bug 1208] ssh fails to remove control socket when using with subversion
http://bugzilla.mindrot.org/show_bug.cgi?id=1208 Summary: ssh fails to remove control socket when using with subversion Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at
2003 Oct 14
2
Project to get Vorbis running in Curl
Hi list, I'm looking into getting OggVorbis support put together for the Curl language (a Linux version is coming out before the end of the year www.curl.com), and am wondering if I could get some *newbie* help... Which of the APIs in vorbisfile are absolutely needed to decode a Vorbis file? I want to keep things simple to start off with and see if I can get Vorbis and Curl working on the
2013 May 18
1
Query related to icecast server version 2.3.2
Dear Sir/Madam, I'm a newbie to work at icecast server. My required application is to play songs through different channels(approximately 100) at the icecast server with source client. I gone through the link www.icecast.org , and got some idea related to my requirement. And also i have gone through a video for streaming audio in icecast server and tried with the same. Almost i got it with
2013 Apr 28
2
unsupported url scheme
fileUrl <- "https://data.baltimorecity.gov/api/views/dz54-2aru/rows.csv?accessType=DOWNLOAD"download.file(fileUrl,destfile="./data/Cameras.csv",method="curl") I tried it after installing package "RCurl" but it give error message: Error in download.file(fileUrl, destfile = "Cameras.csv") : unsupported URL schemeI can you help me to solve this
2005 Aug 04
1
RES: Icecast Installation
Tks for you answer Robert, It's my first time with IceCast for Linux and if possible I would like to take a look in your configuration files or a how-to. Tks. -----Mensagem original----- De: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org]Em nome de Robert Muchnick Enviada em: quinta-feira, 4 de agosto de 2005 22:59 Para: icecast@xiph.org Assunto: Re: [Icecast] Icecast Instalation
2020 Jan 07
3
[PATCH] Fix lossy conversion of Content-Length
Actual variable holding content length is int64_t, but it was assigned by explicit cast to size_t. On 32-bit systems it's a lossy conversion, so it was replaced by casting to int64_t instead. Signed-off-by: Adrian Ambro?ewicz <adrian.ambrozewicz at linux.intel.com> --- plugins/curl/curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/curl/curl.c
2007 Jul 25
3
[LLVMdev] svn issues
On Wednesday 25 July 2007 11:06, Reid Spencer wrote: > Hi David, > > On Wed, 2007-07-25 at 10:38 -0500, David A. Greene wrote: > > I'm getting a lot of errors from svn like this: > > > > svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' > > svn: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not read > > response
2009 Aug 19
2
RGoogleDocs/RCurl through proxy
Dear list, I am trying to use RGoogleDocs, but I am connecting through a proxy server. I know RCurl is used for the connection, which should be able to deal with proxies and such. How do I set this up for RCurl? And can I use those settings with RGoogleDocs as well? I have the name of the proxy server and the port number. (Windows XP). thanks, Remko
2010 May 13
20
HTML and CSS to PDF
I would like to take a rails page and convert it to a pdf. I don''t want to have to generate the code myself for making the pdf, so it should obey css. What is the best tool for doing this? Does the tool use the standard css, or can I provide it alternative print-css? Thanks in advance, Jonathan Steel -- Posted via http://www.ruby-forum.com/. -- You received this message because you