similar to: Moving client to lower bitrate...

Displaying 20 results from an estimated 3000 matches similar to: "Moving client to lower bitrate..."

2023 May 02
1
[PATCH] vdpa/snet: implement the resume vDPA callback
The callback sends a resume command to the DPU through the control mechanism. Signed-off-by: Alvaro Karsz <alvaro.karsz at solid-run.com> --- drivers/vdpa/solidrun/snet_ctrl.c | 6 ++++++ drivers/vdpa/solidrun/snet_main.c | 15 +++++++++++++++ drivers/vdpa/solidrun/snet_vdpa.h | 1 + 3 files changed, 22 insertions(+) diff --git a/drivers/vdpa/solidrun/snet_ctrl.c
2004 Aug 06
0
bitrate for slow modems
ok so 24kbps for 56k modems... can i go any lower and get the 28 k modems? (still a lot of them about) or will 24 be good enough fo that? At 04:57 PM 4/4/2001 -0700, Jack Moffitt wrote: >> > >> > the bitrate on the mp3's is 128 (great for listening off the HD) >> > >> > whats a good bitrate to encode for streaming audio? >> >> I think this
2004 Aug 06
0
bitrate for slow modems
Kelly Lee Myers: > Depending on what you are broadcasting, for 28.8 I would go 16kbps and be > really safe... well, you could consider not broadcasting at all, that would be 0kbps, and would fit my 9,6kbps gsm connection ;) scnr uno > ----- Original Message ----- > From: "John Griffiths" <john@capmon.com> > To: <icecast@xiph.org> > Cc:
2004 Aug 06
3
bitrate for slow modems
Depending on what you are broadcasting, for 28.8 I would go 16kbps and be really safe... Lithium ----- Original Message ----- From: "John Griffiths" <john@capmon.com> To: <icecast@xiph.org> Cc: <icecast@xiph.org> Sent: Thursday, April 05, 2001 3:12 PM Subject: [icecast] bitrate for slow modems > ok so 24kbps for 56k modems... > > can i go any lower and get
2023 Feb 09
1
[PATCH] vdpa: snet: clear dpu_ready flag on reset
The flag should be cleared on reset, otherwise, the DPU won't start again after reset. Signed-off-by: Alvaro Karsz <alvaro.karsz at solid-run.com> --- drivers/vdpa/solidrun/snet_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/vdpa/solidrun/snet_main.c b/drivers/vdpa/solidrun/snet_main.c index 0c13ccde4520..68de727398ed 100644 --- a/drivers/vdpa/solidrun/snet_main.c
2004 Oct 20
1
Problem with Perl script calling R function
Hi, I'm a student doing my masters thesis and trying to work with S-Net version 1.0 (tool used for statistical analysis and visualizations of internet traffic) that is written in R. The problem is this: I have a perl script calling a function defined in an R script that is located in a directly different from where the perl script is. This gives the following error. >>> echo
2011 Jan 25
1
subsetting based on joint values of critera
Dear colleagues, I have a dataset that looks as below. I would like to make a new dataset that excludes the cases which are joint conjunctions of particular state names and years, so Connecticut and 2010, Maryland and 2010 and Vermont and 2010. I'm trying the following subset code: newdata<- subset(bpa, (!State=="Connecticut" & year<"2010")) It appears that
2004 Aug 06
1
bitrate for slow modems
On Fri, 6 Apr 2001, John Griffiths wrote: > ok so 24kbps for 56k modems... > > can i go any lower and get the 28 k modems? (still a lot of them about) or will 24 be good enough fo that? As others have said, 16kbps should do the trick. Keep in mind though that the quality of the sound will also depend on the sampling rate. MP3 will handle some higher sampling rates higher than some of
2023 Apr 03
2
[PATCH resend 1/2] vdpa/snet: support getting and setting VQ state
Hi Jason, > > + /* Overwrite the control register with the new buffer size (in 4B words) */ > > + snet_write_ctrl(regs, buf_words); > > + /* Use a memory barrier, this must be written before the opcode register. */ > > + wmb(); > > > At least you need to use smp_wmb() but if you want to serialize MMIO > writes you can simply use
2023 Mar 20
3
[PATCH 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
Add more vDPA callbacks. [s/g]et_vq_state is added in patch 1, including a new control mechanism to read data from the DPU. suspend is added in patch 2. Alvaro Karsz (2): vdpa/snet: support getting and setting VQ state vdpa/snet: support the suspend vDPA callback drivers/vdpa/solidrun/Makefile | 1 + drivers/vdpa/solidrun/snet_ctrl.c | 324 +++++++++++++++++++++++++++++
2023 Apr 02
2
[PATCH resend 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
Add more vDPA callbacks. [s/g]et_vq_state is added in patch 1, including a new control mechanism to read data from the DPU. suspend is added in patch 2. Alvaro Karsz (2): vdpa/snet: support getting and setting VQ state vdpa/snet: support the suspend vDPA callback drivers/vdpa/solidrun/Makefile | 1 + drivers/vdpa/solidrun/snet_ctrl.c | 324 +++++++++++++++++++++++++++++
2006 Mar 21
0
SIP Realtime 1.2.5 and Username/auth name mismatch ?
Hello, I installed 1.2.5 and realtime SIP. The connection to the DB is OK because I can get the values from the CLI. Here are my 3 different cases: 1- If I put an unexisting user, I get 404 and I am not able to dial. 2- If I check "Disable registration" within Firefly it does not register but I am able to dial a destination (...) 3- If I leave registration ON, I get the 404 message
2013 Apr 09
4
Converting matrix to data frame without losing an assigned dimname
Hello All, Would like to be able to convert a matrix to a dataframe without losing an assigned dimname. Here is an example that should illustrate what I'm talking about. tableData <- state.x77[c(7, 38, 20, 46), c(7, 1, 8)] names(dimnames(tableData)) <- c("State", "") tableData State Frost Population Area Connecticut 139 3100 4862
2006 Oct 11
0
Connection denied due to security descriptor
Hi, I'm having difficulty with a share getting the above error after the first successful connection. Here's the relevant info: OS: Solaris 9 sparc Samba: 3.0.23c with Winbindd (No ADS, no PAM) Domain member server SMB.CONF: [global] log file = /usr/local/samba/var/log.%m netbios name = groucho1 server string = Test Production Server
2002 Oct 14
1
Reencode ogg/vorbis stream/file with lower bitrate?
Greetings to all, It's been rumored that subj is possible, even with no decoding/encoding the .ogg file, but simply throwing out some information from it. I just wonder: is it really possible, and if yes, if there some software capable of doing this? -- [dan@shinestar ~]$ ls -l /dev/brains ls: /dev/brains: No such file or directory --- >8 ---- List archives:
2001 Mar 11
0
PRO MARTINA - LET'S HELP MARTINA
PRO MARTINA - (English version below) Martina è una bambina di 12 anni affetta da SLERODERMIA che ha assolutamente bisogno di cure molto costose. La malattia, molto rara, condurrà questa bambina alla morte, ma c'è la possibilità di alleviare le sue sofferenze con delle terapie all'avanguardia che si possono effettuare in un centro specializzato nel Connecticut in America. La
2004 Aug 06
0
one ices, 2 streams (high/low bitrate)
Hi, I'm looking into switching from liveice to ices. I like to provide the same stream at two bitrates (56/24), which is simple from liveice. But my initial impression is that you can't do this within ices? Do you need to run two separate instances of ices with different configurations? I'd like to run only one because: 1. only one mp3 decoder runs (saves CPU on my K6-3/450) 2. the
2007 Jan 16
0
A Tribute to my Great Grandmother (Off Topic)
I realize this is off-topic, but I need to post it. I had to go up to Connecticut on January the 12th quite unexpectedly because my great-grandmother Ethel, someone I was very close to, died that morning, at 93 years old. She was an incredible woman. I was asked to be one of the pallbearers. Her ultimate goal in life, and one she fulfilled every day, was to make people laugh. She truly
2005 Jun 10
1
Re: Samba problems - looks like a bug in client
On Thursday 09 Jun 2005 18:09, you wrote: > Tell me everything you can about your setup This is a small home LAN - two boxes running Mandriva 2005LE, four assorted windows boxes and one box running Mandrake 10.0, with samba giving file and print services to the rest. The box called 'david' is the samba client that is my workhorse, and on which I am seeing the problem (although it
2008 Sep 08
2
(no subject)
Hello all, I have a very large file (280k lines) containing three comma separated variables. The first variable is a 0 or 1 depicting a pass or fail. The other two are X and Y coordinates. Is there a good way I can represent this data in a chart/plot form other than using a 3d histogram? If I need to use the histogram, should I base my chart off the example contained in the RGL package? Thanks a