Displaying 8 results from an estimated 8 matches for "shout_sleep".
2004 Aug 06
4
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
...ope you're experiencing the same problem, because I posted
> > a patch a couple days ago. Check out the CVS or wait for 0.2.1.
>
> Unfortunately I am using the CVS version. Is there any way for me to trace
> where it's mistiming things?
I guess you could put some printfs in shout_sleep and/or timing_sleep.
Could you first double-check that timing_sleep in
ices/libshout/timing.c looks like this:
void timing_sleep(long sleeptime)
{
struct timeval sleeper;
sleeper.tv_sec = sleeptime / 1000;
sleeper.tv_usec = (sleeptime % 1000) * 1000;
select (1, NU...
2004 Aug 06
0
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
...e same problem, because I posted
> > > a patch a couple days ago. Check out the CVS or wait for 0.2.1.
> >
> > Unfortunately I am using the CVS version. Is there any way for me to trace
> > where it's mistiming things?
>
> I guess you could put some printfs in shout_sleep and/or timing_sleep.
> Could you first double-check that timing_sleep in
> ices/libshout/timing.c looks like this:
>
> void timing_sleep(long sleeptime)
> {
> struct timeval sleeper;
>
> sleeper.tv_sec = sleeptime / 1000;
> sleeper.tv_usec = (sle...
2004 Aug 06
1
stupid question
...tes (and I commented out
the lame reset code between songs to see if that was still necessary,
and it is :) - I'll post a patch probably later today after I've fixed
those two things and gone over it a bit.
I haven't read the libshout spec too much, but apparently it's safe to
call shout_sleep (conn) for multiple connections in the same thread?
That's what I'm doing atm, seems to work.
BTW ices in CVS needs quite a lot of Makefile.am/configure.in
massaging to compile - and the thread library doesn't compile out of
the box either, due to some function renaming issues. Looks l...
2004 Aug 06
3
stupid question
Here's a stupid question:
Do icecast/ices 2 ONLY support vorbis, or can they still handle mp3s?
I am not ready to stream only vorbis yet, since I don't know how many
people are equipped to hear them. If icecast/ices 2 don't support mp3,
then I have some hacking to do on ices 1 (namely, I want to play the
same stream at two bitrates concurrently), but if icecast/ices 2 do,
then
2004 Aug 06
2
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
On Tuesday, 10 July 2001 at 03:21, Nick Ludlam wrote:
> From: "Brendan Cully" <brendan@icecast.org>
> > That handles the segfault, I don't know why the stream wouldn't be
> > sent fast enough though...
>
> Tried with winamp, sonique and freeamp. All exhibit the same problem of
> stuttering play, and eventually this drops out of the icecast log:
>
2004 Aug 06
2
Icecast server terminates
Hello Everybody,
I am new to this list, maybe boring and annoying questions will be asked
from you, but please help me if you can. :)
I have a problem with the icecast server version 1.3.11. I am running it
on a RedHat linux 7.0 box, with my own C++ program that uses the libshout
development library (1.0.5).
My program connects to the icecast server and feeds it continously with
mp3 data.
2004 Aug 06
2
Icecast server terminates
Hello Everybody,
I am new to this list, maybe boring and annoying questions will be asked
from you, but please help me if you can. :)
I have a problem with the icecast server version 1.3.11. I am running it
on a RedHat linux 7.0 box, with my own C++ program that uses the libshout
development library (1.0.5).
My program connects to the icecast server and feeds it continously with
mp3 data.
2004 Aug 06
4
Adventures with icecast2
...printf("DEBUG: Send error: %i...\n", conn.error);
break;
}
} else {
break;
}
shout_sleep(&conn);
}
} else {
printf("Couldn't connect...%i\n", conn.error);
}
shout_disconnect(&conn);
return 0;
}
~
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.iceca...