Displaying 20 results from an estimated 200 matches similar to: "Icecast deadlock with 1.3.12 (fixed)"
2004 Aug 06
1
Icecast deadlock with 1.3.12 (fixed)
This is in CVS, FWIW (that is, not much since the odds of 1.3.13 being
released are epsilon close to nil).
On Wednesday, 02 July 2003 at 11:38, Ned Wolpert wrote:
> Folks,
> I email abit ago about using 1.3.12 in my environment, and fixing a
> dead-lock problem. Since 1.3.12 is 'obsolete', not supported, and GPL
> I'm provided a patch to the mailing list of my
2004 Aug 06
0
Icecast deadlock with 1.3.12 (fixed)
Folks,
I email abit ago about using 1.3.12 in my environment, and fixing a
dead-lock problem. Since 1.3.12 is 'obsolete', not supported, and GPL
I'm provided a patch to the mailing list of my changes to the the
src/soruce.c distributed file. (Its small but significant, as it allows
for transparent relays to work)
I need to use icecast 1 until icecast2 is a) released and b)
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl,
Thanks for your help,
About the "Connection:" header, you are right, it's:
"Connection: close" and NOT "Connection: keep-alive". The protocol when the
SERVER sends the data is http 1.0. It's http 1.1 when the browser requests
the data.
I don't understand the "Content-Length: 54000000" header either. Also I
noticed the flash player on
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
2004 Aug 06
1
Icecast 1.3.12 hangs: Problems with a big number of sources?
Hi!
I work for the University of Dortmund in germany where we use icecast
as a server for DGPS data (see http://igs.ifag.de/index_ntrip.htm for
more information).
We took icecast version 1.3.12 and adapted it to our needs:
- low data rates of 50 and 500 bytes/sec
- up to 150 source streams
- no meta data
Our operating system is Red Hat Linux 8.0.
Under these circumstances and after variable
2004 Aug 06
0
Transparent Proxy
On Mon, 2001-09-17 at 00:02, Alex Stansfield wrote:
> 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
I fixed the problem, it seemed that in source.c in the function
source_login in this piece of code:
--
write_log (LOG_DEFAULT, "Accepted encoder on mountpoint %s from %s. %d
2004 Aug 06
2
fallback source give up and returns to original source
On Sat, 2004-01-17 at 19:31, iceuse@kezako.net wrote:
> Thanks,
> Karl, do you plan to integrate this in your icecast-kh release?
The idea is to put the the changes I've done into CVS. That way you get
the best of both worlds, there's nothing conflicting AFAIK.
karl.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2007 Dec 21
5
Mocha and rails 2.0.2?
Folks-
With Rails 2.0.2, I''m seeing mocha failures where they did not fail
with Rails 2.0.1
test_set_to_process_fail_in_transaction(FileRecordTest):
NoMethodError: undefined method `ord'' for 63:Fixnum
/home/wolpert/svn/rubylms/vendor/plugins/mocha/lib/mocha/class_method.rb:45:in
`hidden_method''
2008 Jan 28
9
Nested matchers
We''re encountering a failure with Mocha 0.5.6.
We had this expectation:
game_version.expects(:attributes=).with(:game_file =>
kind_of(GameFile), :game_id => @game.id)
This expectation was passing with 0.5.5, but fails with 0.5.6.
I added this test to parameter_matcher_acceptance_test.rb, which
passes in 0.5.5 and fails in 0.5.6
def test_should_match_nested_parameters
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
2008 Apr 13
1
Incorrect @INC: Rcmd SHLIB error under Windows (2.6.2, 44383) (PR#11161)
Hi, R team.
I'm trying to build a dll from a c program to be invoked within R using
the .C() functionality.
Everything works like a charm on my Linux (Centos 5) (also 2.6.2) machines---
but under windows (Vista Ultimate) upon running (in either the windows 'Cmd'
command window or a Bash window) the command
Rcmd SHLIB myfun.c
I receive the error:
Can't locate R/Utils.pm in
2007 Apr 11
4
Feature request... I think...
Folks-
I just started using Mocha and I wanted to try something but I
couldn''t get it to work. I''m coming from the Java world, so my
approach may not be optimal for Ruby.
Say I''m testing a.do_something() which calls b.do_other_thing() twice,
but I really don''t want to change b.do_other_thing(), just ''expect'' it
to be called twice. I know I
2008 Jun 12
2
Anyone using trunk?
Has anybody been using Mocha trunk over the last month or two?
I''ve done quite a bit of internal refactoring and wondered whether
anyone had any problems.
There are also a bunch of new features e.g. states, sequences, extra
parameter matchers & configurable warnings, but these are not
documented in the on-line rdoc.
I wondered if anyone has been looking at the rdoc in trunk and
2004 Aug 06
1
ices: Metadata for im_stdinpcm
Hi,
I added metadata support for the stdinpcm module of ices. The metadata
have to be submitted via file (as stdin is already used for the strem).
Please apply this patch to the current cvs sources.
<p>Deti
<p>
Index: im_stdinpcm.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_stdinpcm.c,v
retrieving revision 1.8
diff
2006 Dec 04
7
I need help to connect Postgres and Ruby on Rails Please.
Hello to everyone, I have a problem that is giving me a headache, and
trying to do a project in Ruby on Rails and I need to connect with a
Data Base that is en Postgres, the truth is that I didn’t think that it
was so hard to connect a DB with postgres because I was working with
Msyql and everything was easy. This are the thinks that I have install
in my computer.
1. Debian GNU/Linux, kernel
2004 Aug 06
2
Transparent Proxy
> to wait when called. I commented out the line where it calls
> thread_mutex_lock and it all seems to work now.
Ick. What a hack :) It does seem to be a deadlock issue. But I
wouldn't recommend anyone trust just removing that. Locks are there for
a reason :)
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To
2007 Apr 12
15
Preview of Latest Mocha Changes
I''ve finally managed to find some time to do some serious work on
Mocha. There are some code snippets on my blog
(http://blog.floehopper.org/articles/2007/04/12/preview-of-latest-mocha-changes)
showing the new functionality available in trunk (revision 128). I
don''t don''t know how many people out there are using trunk, but it
would be great to get some feedback on these
2004 Aug 06
0
fallback source give up and returns to original source
Hello,
I merged the fallback-override feature in icecast-kh22. I'll send you the 4 modified files
(perhaps you want to integrate them in your release, but also I'm not sure about locking or not the main source
before moving the clients :
if(source->fallback_override && source->fallback_mount) {
/* get fallback source */
avl_tree_rlock (global.source_tree);
2006 Feb 24
1
Request: Time Stamped Dump-Files
Hi,
I urgently need a feature to save the dump-files in splitted timestamped
chunks or - much better - named accordingly to the stream metadata.
I don?t want to use utilities like streamripper to make dumps because
they act as a client and thus the "relay on-demand" feature of icecast
isn't usable anymore. I only want to have a copy of the stream when
somebody is actually
2004 Aug 06
2
No source buffering
On Friday 20 February 2004 12:10, Ricardo Galli wrote:
> > wants to send such a patch, we're happy to integrate them. I don't
> > remember the DoS bug - that might be a real problem. It could be that a
>
> It started out with this:
>
> http://www.xiph.org/archives/icecast-dev/0366.html
>
> and I found the problem and sent the patch:
>
>