similar to: relaying

Displaying 20 results from an estimated 1000 matches similar to: "relaying"

2004 Aug 06
9
alias mount points
Hi, I am trying to get my head around a problem I have. First let me tell you my goal. I want to setup a site where I can allocate 2 hour time slots to anyone that wants to play there tunes. My idea was to setup a number of mount point, each with a username and password and dish these out, along with a allocated time slot to the DJ's that have booked. This can all be done with a wee bit of
2003 Feb 12
5
Encode on fly from device?
Hello, I'm looking for ideas here. I'm sure it's easy, but cant quite get what I need. I am looking for a way to encode everything from the soundcard into a .ogg, on the fly. Basically I want to be able to record and convert directly to a compressed file. Since this will be running constantly, I would also like to be able to listen to the file during this time. I know oggenc can use
2004 Aug 06
2
alias mount points
Hi: Someone sent a patch to the development list that would allow you to set up a stack of mountpoints, each with precedence over the one below it. So if mount A is connected, listeners would get that, if not, listeners would get mount B if it were connected, else C, etc. Actually I think this much is in standard icecast, but the trick to this patch was that if mount A reconnected, listeners
2004 Aug 06
3
web stats and now playing
On Tue, 3 Jun 2003, jared jennings wrote: > you just parse out the cue file that ices makes. this file is updated > every second, so whenever you open it, it wil be current. i have some > (rather nasty) php code to do that if you'd like it. (does ices2 make > cue files? i forgot.) I would be thrilled to have that php code if you wouldn't mind. I don't even know where the
2004 Aug 06
2
no metadata?
Hello, I've added metadata information in my ices config; a generic name under stream, and individual under each instance. when looking at status2.xsl, it doesn't show any stream name or information. Also, I uncommented the stuff for oddsock's yp server, but it never shows on the page. Am I missing something somewere? Thanks, Bryan --- >8 ---- List archives:
2004 Aug 06
4
web stats and now playing
Hi once again, Does anyone have any info on getting such information into a website? If I can get the "now playing" raw info that would be great. Also, does anyone know of a directory server for icecast? I checked freshmeat but couldn't find what I was looking for. Thanks, Bryan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2006 Feb 16
1
Playing sound File using GotoifTime function
I want to play a sound file using GotoifTime function. 1) What should be the appropriate format of this type of sound file? 2) Is there any method to copy this file into the destination directory using the browser of a PC other than the asterisk PC (currently i am using cp to copy the file in /var/lib/asterisk/sounds on asterisk PC)??? Waiting for ur kind reply !!
2011 Mar 22
2
Play different voice-mail messages based on certain conditions
Hello List, I have few installations out there based on 1.6.1 or above. I'm trying to play different voice mail messages based on certain criteria's. For example, I want during office hours to play (in short): "we are not available to take your call, please leave a message", during off-hours and weekends I would play: "we are closed, our opening hours xx:xx-yy:yy, please
2004 Aug 06
0
alias mount points
On Wed, 2004-05-05 at 08:51, Warren J. Beckett wrote: > I want to setup a site where I can allocate 2 hour time slots to anyone > that wants to play there tunes. My idea was to setup a number of mount > point, each with a username and password and dish these out, along with > a allocated time slot to the DJ's that have booked. This can all be done > with a wee bit of CGI - No
2008 Oct 24
1
Agents log in afterhours
Hi all, I received a report of a client which stated that two of its agents are ?logging in? to the queues when they actually aren?t there working. They appeared to be logged on all night. They thought they weren?t logging off correctly, but they checked one of them and he was following the procedure. Any ideas of what can be happening? Is there a way to prevent logins to queues afterhours?
2004 Aug 06
7
icecast2, ogg, mp3, etc
Hi, Just wanted to clarify, can icecast2 not read OR broadcast any mp3, or can it just not broadcast mp3 (but still play from a playlist)? I know the quality would be dropped if it had to reencode them though. And what's up with that POS Winamp3, it doesn't even play gg streams?!? I use xmms, but we have winamp3 on a demo computer, it just sits and keeps prebuffering. I need something
2004 Aug 06
3
There are a solution ?
On Friday 05 December 2003 03:12, Rádio IRCBrasil - André Marcelo wrote: > hi mike, > > sorry, but i am a big newbee can u explain how i get this complex-fallbacks > and how i compile it in icecast 2 ? You'll have to wait until 2.1 is released (which should have this feature) if you want to use it without having to patch the source code yourself. Mike --- >8 ---- List
2004 Jun 12
1
'background' problem
I have a 'day' and a 'night' mode. In the day mode, I play a 'background' message which is interruptable by the pushing of a DTMF key - ie - all is normal. In night mode - I decided to get smarter... I play two backgrounds with a 'sayunixtime' in between and now DTMF does nothing - the menu times out to my 'lets get the operator then'... If I change the
2004 Aug 06
3
There are a solution ?
On Fri, 2003-12-05 at 15:37, Rádio IRCBrasil - André Marcelo wrote: > I did a sujestion give me by karlH and brendan, i an running a icecast > master in port 8500 how relay, where the listenners connect, with a local > point ircbrasil.ogg and the relay poing djs.ogg and a secund server, in port > 8600, where the djs connect to streamin. The first dj enter ho djs.ogg and > the other
2020 Mar 31
3
How to add new AVR targets?
Hi Dylan, looks ok now. One thing: the ISR is now: __vector_21: ; @__vector_21 __vector_21$local: sei push r0 push r1 in r0, 63 push r0 clr r0 push r24 lds r24, v1 sts v2, r24 pop r24 pop r0 out 63, r0 pop r1 pop r0 reti There are unneccessary push/pops of r1 and r0 too, since the clr is useless ... GCC had the same
2020 Apr 08
2
How to add new AVR targets?
Is there anything I can do about it? BTW: gcc is loosing the AVR backend, so I would assume, there will be a greater interest to this in llvm compared to the past. Thanks, Wilhelm Am 03.04.20 um 15:09 schrieb Wilhelm Meier via llvm-dev: > Should I create an issue in bugzilla for this? Just to be reminded ... > > Am 31.03.20 um 09:34 schrieb Wilhelm Meier via llvm-dev: >> Hi
2020 Mar 31
2
How to add new AVR targets?
Hey Wilhelm, That's a bug, the "interrupt" attribute is not being recognized by the backend. I have fixed it in https://github.com/llvm/llvm-project/commit/339b34266c1b54a9b5ff2f83cfb1da9cd8c9d90a Pull the latest LLVM and it should be fixed. On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Hi Dylan, > > I used the following
2020 Mar 30
2
How to add new AVR targets?
Hey Wilhelm, Could you post the LLVM IR generated from your C++ file? This can be achieved with 'clang -S -emit-llvm' Cheers On Sat, Mar 28, 2020 at 6:36 PM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Answering partly to myself there was a extern "C" missing. > > But the register pushes ans reti are still missing. > > Whats wrong? > > Am
2003 Nov 12
2
bug in det using method="qr" (PR#1244) (PR#4450)
I just detected, that det() is not working on complex matrices any more, due to the fix to the bug reports noted above. I am not happy with this, as determinants are perfectly usable on complex matrices. AFAIUI the bugs resulted from less than optimal behaviour of qr() in certain cases. IMHO this is due to the unhappy decision to use a default for parameter tol to decide whether the the
2010 May 24
7
Icecast2 Station with multiple scheduled DJs?
I have been playing with Icecast only for a couple of days, and I am trying to figure out how to do something. I want a listener to have to only deal with one stream, but I want to be able to switch the source of that stream between multiple sources (DJs). The core idea is that the listener only deals with /live.mp3 while in the background I can problematically switch between a series of live