similar to: adaptive bandwidth

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

2015 Mar 04
2
adaptive bandwidth
Thanks Dragos, I assume I will be setting those parameters during initialization of encoder right? Question is, if connection gets too lossy, how will opus adapt to it? Can it automatically shift bitrate down to minimize impact? Mark from IRC suggests that the app has to be aware of the losses and change it on the fly. Has anybody on the list tried this? Kelvin Chua On Wed, Mar 4, 2015 at 5:53
2015 Mar 04
0
adaptive bandwidth
Hi Kelvin, The audio bandpass setting is only configurable when the encoder is instantiated (eg: start of a Voip call ) , but you can change the bitrate anytime.For example if you can read incoming RTCP packets , you can check if there's reported packet loss , and then lower the bitrate accordingly.Yes, the app has to be aware of the packetloss ?percentage. Cheers,Dragos From: Kelvin
2015 Mar 04
0
adaptive bandwidth
Hi Kelvin, You can use something like :opus_encoder_ctl(enc,OPUS_SET_BITRATE(bitrate));opus_encoder_ctl(enc,OPUS_SET_MAX_BANDWIDTH(bandpass)); bandpass is the audio bandpass?, eg: OPUS_BANDWIDTH_WIDEBAND . You will need to calculate the codec bitrate from the available network bitrate (by taking into account the size of the IP+UDP+RTP headers which is 40 bytes ) . By default the audio bandwidth
2020 Jun 11
1
OPUS encoded data size and bandwidth of encoder
Hey, I am having trouble with the size of the encoded bytes by Opus. I am also having issue with the Bandwidth ctl. Here is the scenario. If I encode 16khz sampled audio: opus_encoder_ctl(enc,OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_WIDEBAND)) opus_encoder_ctl(enc, OPUS_GET_BANDWIDTH(&x)) = 1102 opus_encoder_ctl(enc, OPUS_GET_MAX_BANDWIDTH(&x)) = 1103 average encoded size = 120 bytes if I
2014 Feb 27
1
OPUS_SET_MAX_BANDWIDTH does not have expected results
Hi All. I am seeing the following unexpected behavior with OPUS_SET_MAX_BANDWIDTH. I expect that setting this to OPUS_BANDWIDTH_NARROWBAND would give similar results to passing an 8Khz sample rate stream, but OPUS_SET_MAX_BANDWIDTH has almost no effect with any settings. My test data has 4Khz bandwidth. I am testing the opus encoder (latest versions) with the following opus_encoder_ctl
2003 Sep 07
7
how to connect 2 TE410P
hi guys, do you have any suggestions on how to connect 2 TE410P via E1? (for simulation and testing purposes) asterisk1 --> TE410P ----> ? ---------> ? ---->TE410P -->asterisk2 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030907/698cd499/attachment.htm
2015 Mar 03
0
adaptive bandwidth
Hi guys, I have been reading a lot about the "adaptiveness" of opus and i quote: ... can still change, e.g. to adapt to changing network conditions. useinbandfec ... can somebody please enlighten me on this "adaptiveness"? whatever way I do our tests, it sticks to the same sampling rate and the same average bitrate, it would go up, down a bit but that's it. When we get
2003 Jul 24
2
audiocodes fxs
hi guys, have anybody tried using audiocodes sip fxs against asterisk? how's the device fairing? ~kelvin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030725/ae4b2f25/attachment.htm
2003 Oct 09
1
5 second latency sip to oh323
hi guys, i'm using sept 30 cvs and oh323 5.5 i'm having 5 second latecy(on only 1 audio path) when a call is transferred.... the scenario is this: sip--------->asterisk----->h323:operator (who then transfers the call) ---------------->h323:destination ------------------audio path 5-second latency---------------->
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all, after FOMS I decided to take a look at the opus library and I found that I could improve a bit the build system and cleanup the code a little bit. Most of the changes to the code has been suggested by my two tools cowstats and missingstatic (part of the ruby-elf gem if you care). HTH, Diego
2003 Sep 17
2
help jeremy
* compiled from cvs, i am trying call ip phones in callmanager 3.2 10.17.0.2 is my callmanager i noticed from network dumps that instead of sending rtp to the ip phone, * sends it to 10.17.0.2! thereby causing no audio from * to ip phone. audio from ip phone to * is ok. only callmanager calls fail. netmeeting works ok... here is the debug, thanks for any info ~kelvin H323 debug enabled --
2003 Jul 10
1
msn authentication
hi guys! i'm going to share a workaround for authentication from msn messenger, you have to change two lines in chan_sip.c msn messenger is known to look for the correct realm in authentication, therefore, change the realm in chan_sip.c, line 2061 and line 2910 (release 0.4.0) i hope the realm can be parsed from extensions.conf in the next release... ~kelvin =) -------------- next part
2003 Aug 07
1
h323 and cvs one way audio
hi guys, i'm encountering one way audio on cvs using netmeeting and chan_h323.so is there a quick fix or workaround for this? compiled using openh323 1.12 pwlib 1.5 i also saw this in earlier version of openh323 and pwlib.... thanks for any info ~kelvin -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Sep 17
1
core dump back trace of chan_oh323
hi michael, here are the core dumps. only kphone works when 0.5.5 and * cvs. audiocodes and msn messenger all cause seg faults when calling ccm thru * (or vice-versa) ~kelvin [chan_oh323.so] => (OpenH323 Channel Driver) == Parsing '/etc/asterisk/rtp.conf': Found == Parsing '/etc/asterisk/oh323.conf': Found 0:00.004 OpenH323 Wrapper OpenH323 Wrapper
2003 Jul 31
1
24port or higher fxs
hi guys, i'm in need of several 24port or higher fxs device which supports sip, aside from mediatrix and audiocodes (cisco's vg248 doesn't support sip), do you have any idea who else manufactures such device? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030801/67eb12dd/attachment.htm
2003 Jul 07
2
msn
hi guys, have any of you guys managed to use msn messenger to authenticate with asterisk using its DNS name? based on my experience with other sip proxies, msn will not authenticate if it sees a different realm than the realm of the client. one workaround i did was to edit the chan_sip.c to send a pre-defined realm, and also edit the Contact: field. after this, asterisk would send a 401 to the
2014 Apr 14
1
how to configure callcentric peer
On 11.9, trying to set up a callcentric peer: sip debug: > <--- SIP read from UDP:204.11.192.161:5060 ---> > INVITE sip:1777<myccid>@10.10.11.180:5060 SIP/2.0 > v: SIP/2.0/UDP 204.11.192.161:5060;branch=z9hG4bK-6104e46aaaaef4249814d16a2ffb990d > f: <sip:<calling number>@66.193.176.35>;tag=3606475083-968127 > t:
2015 Feb 24
2
Questions regarding OPUS_APPLICATION_AUDIO vs OPUS_BANDWIDTH_NARROWBAND
I have an audio device whose 'driver' gives me Opus encoded frames using OPUS_APPLICATION_AUDIO and max bandwidth set to OPUS_BANDWIDTH_NARROWBAND. How does Opus encoder decide the center point of the 4K bandpass filter? Is it done frame by frame? -- Tony -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jun 15
2
running at 44.1K but with standard frame sizes
Hi Jean-Marc, On Jun 15, 2013, at 12:20 PMEDT, Jean-Marc Valin wrote: > > >> So I still wonder, if you set up a custom mode, but then had all the >> settings the same as a normal mode, would the codec perform worse, or >> the same? > > You'll have to try normal vs custom modes and choose. The only thing I'm > telling you is don't run a 48 kHz
2018 Jan 15
1
Ask for suggestions about optimizing opus on STM32F407
Hello Thomas and Amit, Thanks for your notice and the detailed decode performance report. I describe the details of my encode/decode test on STM32F407ZG. A. opus version: latest 1.2.1 (TI: opus 1.1.2) B. KEIL 5.23 (TI: ARM compiler tool chain 5.2.7) C. setup the encoder as the below (fs is the sampling frequency) enc = opus_encoder_create(fs, chans, OPUS_APPLICATION_AUDIO, &opus_err);