similar to: multiplexers

Displaying 20 results from an estimated 2000 matches similar to: "multiplexers"

2007 Mar 08
1
multiplexers
Have you looked at liboggz and libfishsound? Jean-Marc S. A. Ridley wrote: > Hey folks, > I just unsubscribed from the vorbis-dev mailinglist (several days ago) > after a year or so of being subscribed, and today I run into a project > that will probably require using Ogg :-). > The project I am working on has a fairly quick timeline, and as a result > have to cut corners.
2007 Mar 09
1
multiplexers
On Thu, Mar 08, 2007 at 09:23:02PM -0500, S. A. Ridley wrote: > hangs, etc. So the multiplexer has to be a little beefier than I was first > assuming. Its still pretty surprising that a generic library to multiplex > over TCP is not more common. Something that would let you create a in > initial stream and then create "sub-streams" and expose a "mux_write()" and
2007 Mar 08
0
multiplexers
Hrm, I just looked those over (I had been familiar with oggz). It looks like those both are thin wrappers around the stream protocol itself to handle all the little nuisances, like filling pages etc. What I think I am looking for is more of the multiplexer itself. When I didnt immediately find a standard library that multiplexes over a single TCP connection, I assumed it because with all the
2005 Jun 13
2
T1 multiplexer (or ?) for failover in large installation
Hi, Please forgive my terminology, still a bit new to T1s and such. I'm looking for a way to have 5 T1s from a carrier terminate into some type of box (multiplexer?), then be able to plug 7 asterisk servers into that box (each with single port T1 card) and be able to have 2 * servers go down at any given time and not actually have the carrier see that anything has happened. Obviously if a *
2003 Mar 03
1
channel bank/multiplexer recommendation
Hello. I am totally new to this PBX/asterisk/telephony world. I understand that what I need between the T100P/E100P and the POTS analog lines is a channel bank/multiplexer? I am looking for recommendations on this type of hardware. I have been looking around and found a product from valiant communications (http://www.valiantcom.com/) and/or
2013 Jun 19
3
Multiple windows shell multiplexer...
Hi, I am currently using keyboardcast but I had to modify the sources to make it behave "properly" (light, auto-placed, auto-tiled windows, etc) and... I lost my modifications and do not want to recode it once more... :/ I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library
2010 May 27
1
[PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs.
The Multiplexer lets Matahari register APIs and then call them by that registered name. APIs are function pointers in the form of: const char* function(const char *); where the API takes as input a descriptor containing any arguments, and returns an array containing the response or result. Also adds a testing directory and unit tests to validate the Multiplexer. The new directory, src/tests,
2008 Apr 07
3
speex affected by vulnerability described in [oCERT 2008-02]
Hi folks, we've tried contacting Jean-Marc Valin but email address bounces. We published yesterday an advisory about libfishsound, you can find it at the following URL: http://www.ocert.org/advisories/ocert-2008-2.html The issues seems to affect Speex (since the code is the same) versions <= 1.1.12. While the 1.2beta branch is not vulnerable we advise that you fix with a security release
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
Conrad, That's exactly what I was looking for. I just got finish trying several attempts at porting libfishsound to XCode/CocoaTouch land but am facing dependency issues on the other xiph libraries. (liboggz, libvorbis, libflac, etc.) Rest assured I know what the issues are and how to address them. I am at a fork here. I can either port the bulk of the xiph libraries to XCode or continue on
2010 Apr 29
4
Simple example of decoding streaming audio realtime?
Hi, I'm new to Speex and a little uncomfortable in C programming. I'm looking for a simple example of how I'd use Speex to decode a speex file read off of an network stream and pass the decoded samples to an audio player. I have speex running in an iPhone project and I started digging thru the speexdec.c example trying to refactor as I made sense of the API calls. The example is a
2009 Sep 14
1
[libfishsound ] Using static libraries instead of DLLs
Dear, I'm sorry if this is not the correct list to post a question about libfishsound but I don't have found a specific one. I'm writing a library that use libfishsound for encode/decode speex and vorbis streams. I would like to incorporate all the functionalities into my static library without any dependencies on extern DLL. Is there a way to compile libfishsound using ogg, oggz,
2003 May 12
3
Limit bandwidth per client
Hi all, I have an installation where each user on subnet 192.168.1.0/24 is connected via a multiplexer. The problem is that if any client uses more than about 48Kb/s, the multiplexer crashes. I need to limit each client to under this rate, say 32Kb/s. I have seen examples on creating a class per host but is there a simple way of saying "any host from 192.168.1.0/24" so I dont have
2009 Feb 13
1
Decoding from memory using libfishsound
Hi, I have a problem. I've started to develop crossplatform sound receiving application using qt4/openal/libfishsound. Server is streaming audio coded with speex in ogg container throuh http. I'm receiving packages and when I write them to file application example from libfishsound is properly decoding it. Problem starts, when I want to decode from memory, for example: receive few
2002 Sep 04
2
Samba auto start under red hat 7.2
Hi all, I've recently upgraded to red hat 7.2 and found that samba no longer starts up with the rest of the system. Thanks to another member on this list I know the command to start it manually is /etc/rc.d/init.d/smb start but where do I have to put this command to get it to run at startup with the rest of the services? Thanks
2004 Dec 28
5
Sound distorted after normalized.
> 16 bit ints have a range of -32768 to 32767. If you divide > -32768 by 32767.0 you end up with -1.00003051850948 which > is a bad thing. > > Try normalizing with a value of 32768.0. No. Speex expects values in the +-32767 range, not +-1.0. Just converting from int16 to float *is* the right thing to do. Jean-Marc -- Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca>
1998 Sep 14
4
Problems installing Samba
HI 2 ALL, I am a 22 year old student from Holland. I'm trying to implement a HP3000 to a LAN(Windows 4 Workgroups 3.11). I Have 3 questions for the experts: - Can anyone tell me how I can name my HP3000 machine 'BIGSERVER' (when I try to PING BIGSERVER, ping does'nt recognize it) - When I try to start SMBD, I receive the following message: SAMBA: PROPER TZ RECOMMENDED -
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi, A week or two ago Viktor Gal migrated the liboggplay source repo to git.xiph.org, and this week I moved the liboggz and libfishsound repositories. You can see the git repositories available via gitweb at http://git.xiph.org/ I wrote some brief news about the move, and instructions for getting the code: http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi, A week or two ago Viktor Gal migrated the liboggplay source repo to git.xiph.org, and this week I moved the liboggz and libfishsound repositories. You can see the git repositories available via gitweb at http://git.xiph.org/ I wrote some brief news about the move, and instructions for getting the code: http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi, A week or two ago Viktor Gal migrated the liboggplay source repo to git.xiph.org, and this week I moved the liboggz and libfishsound repositories. You can see the git repositories available via gitweb at http://git.xiph.org/ I wrote some brief news about the move, and instructions for getting the code: http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi, A week or two ago Viktor Gal migrated the liboggplay source repo to git.xiph.org, and this week I moved the liboggz and libfishsound repositories. You can see the git repositories available via gitweb at http://git.xiph.org/ I wrote some brief news about the move, and instructions for getting the code: http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html Thanks to Ralph Giles