Displaying 20 results from an estimated 1200 matches similar to: "Ogg Opus file streaming via RTP"
2018 May 12
2
Formula/heuristic for estimating packet size?
Thanks for the input!
--Albin
On Sat, May 12, 2018 at 6:00 PM, Orestes Zoupanos
<oresteszoupanos at hotmail.com> wrote:
> Hi Albin!
>
> There may be some details at: https://tools.ietf.org/html/rfc7845#section-6
>
> Otherwise, I hope someone else on this list might be able to give a better
> formula for estimating packet size.
>
> Regards,
>
> Orestes
>
2018 May 12
1
Formula/heuristic for estimating packet size?
Note also that the packet size you give the encoder also acts as an
absolute max on the bitrate. For example, if you ask for 32 kb/s VBR but
give a max packet size of 120 bytes, then you're absolutely certain the
bitrate will never go over 48 kb/s.
Jean-Marc
On 05/12/2018 12:42 PM, Albin Stigö wrote:
> Just a follow up... I guess I was a bit confused about the VBR
> setting. I realise
2018 May 12
2
Formula/heuristic for estimating packet size?
Hello,
I'm working on an Opus encoder block for GNUradio (a signal processing toolkit).
I was wondering if there's some formula/heuristic for estimating the
packet size average case / worst case given a certain encoder setting
(assuming VBR).
I need to provided a reasonable estimate to the GNUradio memory allocator.
--Albin
2016 Apr 28
4
Where can I find the CentOS gpg keys?
Hi!
I'm currently using a non-CentOS system, and wondering where I can find
the GPG keys so I can verify the checksum file?
The page on the website (https://www.centos.org/keys/) only give
information where I can find them on an already installed system.
Regards,
Albin
2008 Sep 25
2
ggplot, qplot in loop
Dear List,
yes, me again trying to work with qplot ;-)
I would like to make several single plots within a loop, like this
(simplified and so on...):
trials <- c("A","B","C")
mycolours <- ("wheat","darkolivegreen","lightgreen",
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and
Oracle) does not work directly with RODBC.
This works
library(RODBC)
con<-odbcConnect("mydb")
d<-sqlQuery(con,"select * from meso.trees")
However this does not.
d<-sqlFetch(con,"meso.trees")
Error in odbcTableExists(channel, sqtable) :
?meso.trees?: table not found on channel
2012 May 09
2
plot betadisper, change of pch
Hello!
After performing an analysis with betadisper, package vegan I would like
to plot the results - so far, so good. But I would also like to "tune" a
little bit the plotting characters, as '+' and 'x' are a little to
similar...
My (boiled down) code:
[See session info at the bottom of the mail, vegan is vegan_2.0-3]
mod <- betadisper(mydata, mygroups,
2008 Jun 10
2
application using wxRuby: Albuin (OT?)
Hi.
Just wanted to tell you that I''ve just uploaded Albuin - a music player
I''ve been working on - to RubyForge.
Albuin is heavily inspired by Muine - a music player for GNOME with a really
nice and simple UI.
As I''m stuck on windows (photoshop, autocad, archicad...) Albuin is my
attempt to "port" Muine to windows.
Using Ruby and WxRuby as a bonus
2007 Nov 21
6
MediaCtrl
Hi.
Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only
tested on windows (compiled with msvc 6.0).
Everything seems to be working fine except for a small problem with a
few functions:
wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart);
wxFileOffset Tell(); //FIXME: This should be const
wxFileOffset Length(); //FIXME: This should be const
2016 Apr 28
2
Where can I find the CentOS gpg keys?
On 2016-04-28 21:08, Andreas Benzler wrote:
> repository gpg can be found in
> /etc/pki/rpm-gpg/
>
> read the repo file(s) in
>
> /etc/yum.repos.d/
>
> cat /etc/yum.repos.d/CentOS-Base.repo
> # CentOS-Base.repo
> #
> # The mirror system uses the connecting IP address of the client and the
> # update status of each mirror to pick mirrors that are updated to
2008 Jul 18
3
Change font-face in title
Dear List,
Is there a possibility to change the font-face for a part of the title
of a plot?
For example I have the following...
plot(nirs, type="l", xlab="Wellenl?nge [nm]", col="darkslategray",
main = "Spektrum Deschampsia caespitosa")
...and I would like to change the part of the title-string "Deschampsia
caespitosa" to italics? Is
2008 Sep 27
3
test call generator
Hello everyone
I am trying to look for a free test call generator that will get me some
stats like PDD, ASR and call quality etc on each route. As well as do test
at every interval too
If you know something like this please enlighten me.
Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jun 28
1
catch all key events in frame?
Hi.
How do I best capture *all* key events in a frame. Specifically: In Albuin I
want to delete selected songs in the playlist when the user presses ''del'' -
no matter what control in the frame happens to be in focused atm. What event
should I bind to and to which control?
(as a side note, the latest svn of albuin fixed the alexs'' problem with
sequel-2.x - never, ever,
2008 Sep 24
1
qplot, stacked area, own colourscheme
Dear list,
I would like to apply my own colours to a stacked area plot, done with
qplot, but I have not succeeded...
What do I have so far (I am dealing with the development of cover of
specific groups of plants):
library(ggplot2)
library(RODBC)
channel <- odbcConnect("myusername", case="tolower")
sql <- "select trial, cover_of, dateofsurvey, cover from
2007 Oct 24
2
MediaCtrl?
Hi.
First of all, thank you for your hard work - wxRuby (with wxSugar) is a
wonderful tool! I have been playing with it on and off for a year or so for
toy projects and really like it!
I need to play mediafiles (mostly mp3s) from within an application. In
wxwidgets (the c++) I can use wxMediaCtrl. As I understand it this class is
not implemented in wxRuby - right?
Is there a reason for this - is
2011 Oct 19
1
Cairo creates italized plots?
Hi,
Has anyone else run into this weird behaviour where the text in the plots
created using Cairo are always italicized. For example,
library(Cairo)
Cairo(file='cairo_created', type='pdf', dpi=100)
plot(1:10)
dev.off()
This produces the following attached 'cairo_created.pdf' graph. Notice how
the text is italicized. The same code but using pdf() as the graphics
2010 Mar 09
3
Help! I turned my data into junk!
I posted my data for a midterm into notepad and it turned into symbols. The
other bit I posted turned out just fine, but for some reason this one messed
up. I need this stuff for a class. Anyone know how to get my data back.
Please help soon!
--
View this message in context: http://n4.nabble.com/Help-I-turned-my-data-into-junk-tp1585481p1585481.html
Sent from the R help mailing list archive
2006 Mar 26
3
Updating tools
Hello all. I decided to see how things were progressing and have
updated my Swig to 1.3.29 and my wxWindows to 2.6.3. I''ll try
rebuilding everything as soon as I''m done compiling wx 2.6.3. Then I
hope to have some time to read up on the new ruby stuff in Swig to see
if we can close the last few holes.
Roy
2003 Oct 16
1
VoIP Monitor
Hi all!
I am looking for some free software to monitoring all the calls that are being
done in my network. Which telephone are connected, how long are the calls,
quality of service, bandwidht,etc.
If someone knows about a good one, plesea tell me.
Regards,
Mireia
2011 May 17
1
OT, free software for SIP ladder diagrams?
I was debugging a turnup with Global Crossing the other day and they
presented me with a web page that displayed a 'ladder diagram' of a call
including a ton of detail all neatly organized in tabs and links so you
could drill down to any level of detail needed.
The copyright notice says 'Copyright? 2008 Empirix.'
Is there any free software available to analyze a pcap or