similar to: [Conference] Audio/Video

Displaying 20 results from an estimated 100 matches similar to: "[Conference] Audio/Video"

2005 May 06
2
Are there any success stories streaming to an icecast2 server using Asterisk or OpenMCU?
My goal is build a configuration that provides an 800 number to an internal (LAN) MCU Asterisk/OpenMCU server to manage an audio conference for up to 8 clients (for one hour) that will be streamed to an icecast2 server. I have googled and read a few discussions about the use of Asterisk and possiibly OpenMCU to stream audio to an icecast2 server. I have seen snippets here and there and
2010 Nov 03
4
[LLVMdev] Fw: Forcing the Interpreter segfaults
[I assume you meant to send this to the list as well, not just me.] Begin forwarded message: Date: Wed, 3 Nov 2010 14:43:54 +0000 From: Salomon Brys <salomon.brys at gmail.com> To: Török Edwin <edwintorok at gmail.com> Subject: Re: [LLVMdev] Forcing the Interpreter segfaults I have build LLVM in debug mode. Here are the informations of the segfault : memcpy() at 0x7ffff6f6581e
2010 Nov 03
0
[LLVMdev] Fw: Forcing the Interpreter segfaults
Hi Salomon, please don't forget to reply to the list too (I've CC'd the list). > I don't think my code is doing anything worng... No, it looks fine to me, and the interpreter certainly supports this. That suggests that the value of %str is not being transmitted to the function right. If it is getting the wrong pointer value, that would explain why it barfs. Ciao, Duncan.
2006 Oct 06
2
solving plugin dependency issues
The dependency checking currently provided is clearly not good enough. There's currently two issues with the plugins that exist in the compiz repository. plane plugin conflicts with cube and rotate plugin, zoom plugin should probably work with either cube or plane but currently only loads when cube plugin is used. Adding a { CompPluginRuleBefore, "cube" } to the plane plugin and a
2015 Sep 29
2
Fwd: buildbot failure in LLVM on clang-ppc64-elf-linux2
This buildbot appears to have been failing for several weeks now ( http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/19490 ). Does anyone know/own/care about it? ---------- Forwarded message ---------- From: <llvm.buildmaster at lab.llvm.org> Date: Mon, Sep 28, 2015 at 11:17 PM Subject: buildbot failure in LLVM on clang-ppc64-elf-linux2 To: Aaron Ballman <aaron at
2010 Nov 02
1
[LLVMdev] Forcing the Interpreter segfaults
Hi everyone ! I am very new to LLVM and intent to use it in a research project. I have a problem with the interpreter: I have a simple compiler that generates LLVM bitcode, JIT it and execute it, and it works very well. Now I would like to execute it using the interpreter. And I get a segfault. Here is the code : // This code JIT the function and executes it llvm::InitializeNativeTarget();
2005 Mar 07
1
video confrencing
Hello *'s, I have a question regarding asterisk in asterisk is video confrencing is possible like meetme i am out of touch quite a long time so don't bother with my question if video confrencing is possible what kind of hardware required i already working on softphones setup with asterisk including video support . Thanks In Advance. Adnan Ahmed.
2015 Sep 29
3
Fwd: buildbot failure in LLVM on clang-ppc64-elf-linux2
On Tue, 2015-09-29 at 14:29 -0500, Hal Finkel wrote: > [+Bill and Bill] > > ----- Original Message ----- > > From: "David Blaikie via llvm-dev" <llvm-dev at lists.llvm.org> > > To: "llvm-dev" <llvm-dev at lists.llvm.org> > > Sent: Tuesday, September 29, 2015 12:39:02 PM > > Subject: [llvm-dev] Fwd: buildbot failure in LLVM on
2010 Feb 05
3
Know what would be killer?
If call recordings were stored in stereo and the callers were evenly distributed along the stereo spectrum. BAM. Just a cool idea I thought up, but probably completely impossible, and even if not, likely too much work for too little reward. Even less likely would be live stereo conference calling. But hey, RTP certainly supports stereo streams, right? I don't know if any of the used codecs
2008 Jul 22
8
Cisco vs Asterisk
Hello all, A client of us, is thinking to migrate their actual PBX to a Cisco CallManager. We want to sell him an asterisk box to complement the Cisco PBX. I think to use asterisk as a Voicemail server (Replazing the Cisco Unity) Has asterisk all the functionalities to replace a CIsco Unity server? Which functionalities Cisco Unity has than asterisk could cover? How could asterisk complement the
2007 Dec 05
1
USB Boot WinPE 2.0 via syslinux
Hello all, I'm booting for 1 year WinPE 2.0 and floppy disk images via PXE (pxelinux) and this works very well. I also want my floppy disk images and WinPE 2.0 on a bootable USB Stick. So i format my usb stick with fat16 and use Syslinux to make it bootable. I can now boot from stick and execute the floppy disk images. This works very well. But how can i add WinPE 2.0 booting support ? I
2007 Mar 26
1
Asterisk and T38 ?
Hi i read the list and see a lot of personn say T38 it's not possible with asterisk and other says that he use T38 with asterisk ?? i don't understand ;=) He have a solution (commercial or free) to add T38 ? I have : Fax Machine --> Linksys PAPT --> Asterisk ===> IAX2 on Sdsl ===> Asterisk --> PSTN E1 what is the solution ? thanks
2005 May 07
0
Are there any success stories streaming to an icecast2 server using Asterisk or OpenMCU?
Flash Love wrote: > My goal is build a configuration that provides an 800 number to an internal > (LAN) MCU Asterisk/OpenMCU server to manage an audio conference for up to 8 > clients (for one hour) that will be streamed to an icecast2 server. It's possible to stream to Icecast2 direct from the asterisk MeetMe conference module via Ices. > I have googled and read a few
2010 Nov 02
2
[LLVMdev] Forcing the Interpreter segfaults
Helps to send to list: On Tue, Nov 2, 2010 at 1:00 PM, OvermindDL1 <overminddl1 at gmail.com> wrote: > On Tue, Nov 2, 2010 at 12:51 PM, Salomon Brys <salomon.brys at gmail.com> wrote: >> Hi everyone ! >> I am very new to LLVM and intent to use it in a research project. >> I have a problem with the interpreter: I have a simple compiler that >> generates LLVM
2005 May 13
2
Are there any success stories streaming to an icecast2 server using Asterisk or OpenMCU?
I have read more about asterisk and have succeeded in using it's app_ices function and a sample conference . I would like to learn more about lowering the latency between the Speaker on the SIPphone->Meetme Conference->ICES->Listener stream. Thank you Flash > > Let me know if there's more info you need and I'll ask my friends some > specific questions. > >
2010 Dec 15
2
excluding child folders in omindex search
hi there, is there an option to exclude child folders when running omindex? For example: omindex -p --db /var/blah/default --url /something /var/www --exclude /var/www/ignore Thanks, Jeff
2007 Jul 02
2
Backup Echo Suppression
On Jul 2, 2007, at 7:34 PM, Jean-Marc Valin wrote: > Selon "Coffey, Michael" <mcoffey@avistar.com>: >> Believe me; I've "played with" priorities and buffering. > > Then either you haven't played well enough or you're using a > braindead OS. This is sort of what I was talking about with nibbling. Imagine you have a microphone sampling
2006 Oct 08
1
Multisceen Support WAS : Re: [Fwd: Re: compiz coding style]
Hi list ! A quick reaction to : > Dual-/multi-head support? After lots of inquiries you rudely brushed > that subject aside because "xinerama isn't really useful" and made it > pretty clear how much you valued the community: > ,---- > DR> I wont accept any xinerama patches, if you like to use xinerama > DR> until proper multi-screen support is implemented,
2013 Jan 09
0
[LLVMdev] Using C++'11 language features in LLVM itself
Chris Lattner <clattner at apple.com> writes: > It's seems like a quiet and peaceful day, lets stir things up a bit :) > > How crazy would it be for us to start using basic C++'11 language > features (but not C++'11 library features) in LLVM: things like auto, > rvalue-refs, lambdas, etc? I think that we can keep things well > defined with a few simple
2006 Sep 15
1
Pentium M in desktop system.
I have a Gigabyte 8S661FXMP motherboard. It had a P4 2.4Ghz processor in it. I have a laptop which cant be fixed and has a Pentium 4 M 2.8Ghz. I put the Pentium M in my desktop and it boots fine and runs fine, yet I have only been running it for about 30 minutes and shut it down. I have now run it for a complete 2 days without lock ups or anything. I have just been letting it idle, although I