similar to: [ icecast 1.3.11 win32 version ...]

Displaying 20 results from an estimated 10000 matches similar to: "[ icecast 1.3.11 win32 version ...]"

2004 Aug 06
1
some portability fixes ...
i don't want to deal with CVS, so i'll just post some minor fixes along to explanations for your amusement on this list ... I. cygwin compilability cygwin doesn't yet handle threads that is compatible with icecast, but thankfully icecast supports win32 native threads. however, cygwin's preprocessor "#define"'s makes icecast confuse whether it should behave
2004 Aug 06
0
[dizznutt@my.security.nl: [Secure] Full analysis of multiple remotely exploitable bugs in Icecast 1.3.11]
hi, don't know whether this is already covered in the list, sorry if it's old news... is there any 1.3.11 bugfix release out there? can't find things on icecast.org attached the email from bugtraq. best, uno <p> <strong>attached mail follows:</strong><hr noshade> Hello, Attached is a full analysis to accompany the earlier disclosed remote root/shell
2004 Aug 06
2
Windows streaming (from microphone) client for IceCast 1.3.11, anyone?
Hello, I have some old Window$ machine laying around and I want to live send from microphone from that Windows machine to Icecast server. I've found plugins for WinAmp, but those don't include encoding from sound card input/mic/etc. 10x, i -- [We] use bad software and bad machines for the wrong things. -- R.W. Hamming <HR NOSHADE> <UL>
2004 Aug 06
0
Possible candidate for security patches
Well, I've been down since the announcement(s) on bugtraq, and nothing has been forthcoming so...I've decided to do just a bare bones security audit of icecast 1.3.11. All I've really done is replace all the sprintf() and strcpy() I could find with bounds checking snprintf() and strncpy(). I've been kind of anal, please forgive me. ;) There is still a problem (I believe) with
2004 Aug 06
2
Transparent Proxy
Hi, The only need I have for icecast is as a transparent proxy. The problem is I can't get it to work as one, is this feature implemented? When I setup XMMS with a proxy of the computer running icecast (1.3.11) I get this in the logs when trying to connect to a stream: [16/Sep/2001:23:59:31] [9:Connection Handler] Accepted encoder on mountpoint 205.188.234.34:8004/ from
2007 Mar 10
1
RMySQL on win32
List, I just left an environment where I was running R and mysql on CENTOS. At the time of install, RMySQL was available on CRAN. Later installs on Ubuntu were possible because it was available as a package in the base repos. Now I'm in a new environment where I have no choice but to use Windows XP. I have just installed R 2.4.1 and MySQL 5.0.27. The installation instructions for getting
2004 Aug 06
2
Icecast2?
On 19/02/02 18:09, Likai Liu shaped the electrons to say: > >It's partially done in the patch I've sent you, completelly done in my > >current version... I can send you the second patch, you will save some > > work. > > how is the calculation being done? do you extract the bitrate from the > stream data, or do you use a different method? I'd advocate *that*
2001 Jan 19
1
tiny cygwin bug (& solution)
In the file os_types.h (ogg/include/ogg) cygwin (newest version) complains about some error on line 43. Apparently "typedef unsigned _G_int32_t ogg_uint32_t;" is an illegal line .. Anyone have any idea why ? .. Anyway, if "unsigned _G_int32_t" is replaced by "_G_uint32_t", cygwin compiles happily (i attached a cvs diff-file that does this). I still have problems
2005 Feb 24
3
[LLVMdev] LLVM CygWin build error ?
>> For some reason, maybe something I have missed, but the llvm/bin files do >> not have any extension, ie a '.exe' extension. >> Otherwise they are normal cygwin binaries. mklib generates .exe extensions but make install removes them, which presumably is the correct behaviour, to allow Cygwin to all them but not Windows. > I'm not sure what the specific
2004 Aug 06
0
[Interopcast-general] about translatingdocumentation, but not only documentation.
On Monday 04 August 2003 12:30, Likai Liu wrote: > Just a few weeks ago, I was thinking of writing a streaming source using > libshout and portaudio. I was also considering LADSPA support, to do > some minor post-processing before encoding. However, I'm currently > developing on Mac OS X, and LADSPA's shared library plugin model has > some issues here to be resolved. >
2004 Sep 02
1
Compile error on cygwin
Hi, I am am new to cygwin, so if this email lacks any glaring detail, please let me know how I can send it along. Rsync is the first app I have tried to install on cygwin, I have version 2.5.5 already installed, but I am trying to upgrade to remove the 'rsync hangs with cygwin' problem. I am trying to install verison 2.6.2 from rsync-2.6.2.tar.gz. Configure runs fine, but make gives
2004 Aug 06
1
Icecast2?
On 19/02/02 23:09, Likai Liu shaped the electrons to say: > Ricardo Galli wrote: > >By assigning a timestamp to each packet read from the source socket. I > > think the only sane way to do it. > > great idea. with this implementation, actually you can set a smaller > buffer size, but wait a longer time for recovery. once congestion is > clear, previous "missed"
2006 Jan 13
1
missing Enum class (windows install)
Hey, mac died this week (launch is Monday), trying to deal by getting Windows set up for development. I''ve got everything up and running, but when I try to hit my app I get an "unitialized contstant Enum error". Sure enough, enum.rb doesn''t exist (according to windows search) on the machine. Now I''m trying to figure out how to fix this. I installed Ruby by
2007 Apr 02
2
Compiling C codes in Windows
Hi All, I have been struggling to figure out how to compile c codes for R use. I am using Win XP + Cygwin + R binaries. After I followed all the instructions in " Building R for Windows" from Murdoch's website, I tried to Run something like : R CMD SHLIB C:\R\test.c , but still didn't get any output. My first question is, does this mean I already did
2007 Apr 02
2
Compiling C codes in Windows
Hi All, I have been struggling to figure out how to compile c codes for R use. I am using Win XP + Cygwin + R binaries. After I followed all the instructions in " Building R for Windows" from Murdoch's website, I tried to Run something like : R CMD SHLIB C:\R\test.c , but still didn't get any output. My first question is, does this mean I already did
2010 Sep 20
2
[LLVMdev] inline asm constraints examples/tests
Daniel, Sorry, I'm implementing the back-end support for multiple-alternative constraints in stages. I wouldn't expect any serious inline asm multiple alternative constraints tests to work yet, as a number of the constraint characters aren't implemented yet. I'll try to fix it so that it doesn't assert when unsupported constraints are used. Clang may have passed parsing
2009 Apr 30
2
NA_real_ <op> NaN -> NA or NaN, should we care?
On Linux when I compile R 2.10.0(devel) (src/main/arithmetic.c in particular) with gcc 3.4.5 using the flags -g -O2 I get noncommutative behavior when adding NA and NaN: > NA_real_ + NaN [1] NaN > NaN + NA_real_ [1] NA If I compile src/main/arithmetic.c without optimization (just -g) then both of those return NA. On Windows, using a precompiled R 2.8.1 from CRAN I get NA for
2009 Mar 30
0
[ win32utils-Support Requests-24279 ] Windows 7 x64 - building a win32-api gem on windows
Support Requests item #24279, was opened at 2009-03-03 06:51 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=412&aid=24279&group_id=85 Category: win32-api Group: v1.0 (example) Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Windows 7 x64 - building a win32-api gem on windows Initial Comment: Hi
2004 Aug 06
1
Encrypted password problem with icecast 1.3.11
Hi All, I have recently downloaded and compiled IceCast 1.3.11 with the crypt option turned on. Once I did this I have not been able to access the ADMIN console through telnet. I got the latest version of mkpasswd from CVS and compiled it. I have included the encrypted version of the password into the configuration file and then started icecast. Am I doing something wrong? One thing that
2010 Sep 20
0
[LLVMdev] inline asm constraints examples/tests
Hi John, Have you looked at the GCC test suite? It certainly has some examples -- I know for sure because one of them is now failing with Clang after your recent patch. :) I have a hacked up version in the 'clang-tests' module in SVN which has been made a bit easier to run with clang. - Daniel On Mon, Sep 20, 2010 at 12:07 PM, John Thompson <john.thompson.jtsoftware at