Displaying 5 results from an estimated 5 matches for "sorda".
Did you mean:
sarda
2004 Aug 06
2
icecast acceptable headers
On Friday 21 November 2003 13:17, Dave St John wrote:
> Anyone know of the correct header that are sent to the icecast2 server?
>
> example the ones sent to a shoutcast server are
> icy-name:whatever station
> icy-genre:Industrial, EBM, Electronic
> icy-pub:1
> icy-br:256
> icy-url:http://www.mediacast1.com
> icy-reset:1
>
> just need to know what the equivelant is
2004 Aug 06
1
icecast acceptable headers
...blemo...The problem, to support connecting
the SHoutcast DSP (and probably NSVcap) we have to majorly hack icecast to
support this "custom" protocol, which we really don't like doing :)
oddsock
At 08:33 PM 11/20/2003 -0700, you wrote:
>this is what i have so far that works, well sorda
>------------------------
>Content-type:audio/mpeg
>ice-mount:/crap
>ice-name:[L A T E X - T V] - LIVE!!
>ice-genre:Industrial, EBM, Electronic
>ice-public:0
>ice-bitrate:280
>ice-url:http://www.latexradio.com
>ice-description:boooo
>ice-audio-info:bitrate = 280, 152kb...
2004 Aug 06
0
icecast acceptable headers
this is what i have so far that works, well sorda
------------------------
Content-type:audio/mpeg
ice-mount:/crap
ice-name:[L A T E X - T V] - LIVE!!
ice-genre:Industrial, EBM, Electronic
ice-public:0
ice-bitrate:280
ice-url:http://www.latexradio.com
ice-description:boooo
ice-audio-info:bitrate = 280, 152kbps video, 128kbps audio
<p>conten...
2005 Mar 11
1
select.h not working on ia64
__FD_SET, __FD_CLR, __FD_ISSET, __FD_ZERO
are inside of __KERNEL__ in:
include/asm-ia64/posix_types.h
and therefore not available.
I've added stuff like this to our code:
#ifndef __FD_SET
#define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
#endif
but it would be nice if this can be solved in klibc.
Thanks,
Kay
2004 Aug 06
1
capturing pid from command line
hello ;
can't recall where i got it from , but this should work .,
ps auxw | fgrep icecast | fgrep -v fgrep | awk '{print $2}'
a:/,
<p>On Mon, 3 Nov 2003, Dave St John wrote:
> Anyone know of or how to capture the pid via the command line in bash?
>
> i.e. i use this to capture shoutcast's process id
> #!/bin/bash
> SRV=`cat serverlst.txt`
>
> rm