similar to: best way to analyze statistics?

Displaying 20 results from an estimated 50000 matches similar to: "best way to analyze statistics?"

2005 Dec 27
4
Best way downsample stream from 128 to 56 on the server?
Hi! We want to over our stream in better quality (128 or 256) - but we still have listeners using ISDN ... what's the best way to create a 56'er stream from the 128er send to the server? The downsampling has to run on the debian streaming server. Greetings from Germany Philipp
2017 May 29
0
Proper way to start multiple icecast services through bash script?
Philipp, I replaced: ps -ef | grep icecast | grep -v grep | awk '{print $2}' | xargs -r kill -9 with: pkill icecast This works. I did try "pkill -HUP icecast" but it didn't seem to have intended effect of refreshing certificate. ________________________________ From: Icecast <icecast-bounces at xiph.org> on behalf of Philipp Schafft <lion at
2012 Jun 08
1
Fwd: How to best analyze dataset with zero-inflated loglinear dependent variable?
Dear netters, Sorry for cross-posting this question. I am sure R-Help is not a research methods discussion list, but we have many statisticians in the list and I would like to hear from them. Any function/package in R would be able to deal with the problem from this researcher? ---------- Forwarded message ---------- From: Heidi Bertels Date: Tue, Jun 5, 2012 at 4:31 PM Subject: How to best
2017 May 29
2
Proper way to start multiple icecast services through bash script?
Good afternoon, On Mon, 2017-05-29 at 17:35 +0300, Yahav Shasha wrote: > try this: > /usr/bin/icecast -c /etc/icecast.xml -b > /dev/null 2>&1 & > as for killing them, don't overcomplicate things, killall icecast -KILL You should never kill process with SIGKILL if not really, really needed. Using SIGKILL will not give them a chance to clean up. E.g. no flushing of
2017 Aug 29
0
Fallback stream not preventing a disconnect
Hi Erwin, Not sure if this might be related. Not sure if you are connecting the fallback to another stream or to just a file. If it is a file, then you can get buffering issues because most clients have buffers they can fill with minutes of audio. If you fall back to a file that is pushed towards the client at once, it can push a few minutes of audio in just seconds. If you set up a locally
2017 Aug 28
2
Fallback stream not preventing a disconnect
Dear Philipp, Thanks for this fast answer. I'm using "Icecast 2.3.3-kh7-20130425090916", installed on a Raspberry Pi 3 using the cononical "sudo apt-get install". The output was copied from the log file in /var/log/icecast2/error.log. Kind regards, Erwin 2017-08-28 10:06 GMT+02:00 Philipp Schafft <lion at lion.leolix.org>: > Good morning, > > On Mon,
2017 Aug 29
2
Fallback stream not preventing a disconnect
Dear Philipp, I've compiled it from source on my raspberry pi, and replaced the binary from the synaptic package manager with the compiled one. Everyting is working fine now, it seems that there is indeed a "faulty" package in the repository. I don't know who I should contact to get this fixed? Anyway, it works, but while using ogg as output stream from mopidy, I get a delay of
2015 Aug 01
0
icecast2 will not start from the /etc/init.d
Good (early[0]) morning, On Fri, 2015-07-31 at 12:11 -0400, Nick D'Angelo wrote: > Where do I set the <errorlog>-</errorlog>? > > In the /etc/init.d/icecast file? In your icecast.xml within the <logging> section. [0] I should really be sleeping at this time of day... > -----Original Message----- > From: icecast-bounces at xiph.org [mailto:icecast-bounces
2017 Aug 28
0
Fallback stream not preventing a disconnect
Good morning, On Mon, 2017-08-28 at 10:36 +0200, Erwin Pannecoucke wrote: > Dear Philipp, > > Thanks for this fast answer. > > I'm using "Icecast 2.3.3-kh7-20130425090916", installed on a Raspberry Pi 3 > using the cononical "sudo apt-get install". > > The output was copied from the log file in /var/log/icecast2/error.log. Ok. That is a
2015 Jul 31
2
icecast2 will not start from the /etc/init.d
Where do I set the <errorlog>-</errorlog>? In the /etc/init.d/icecast file? Nick D'Angelo 4Points.ca Inc President/CEO http://www.4points.ca T: 1-855-275-9713 -----Original Message----- From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Philipp Schafft Sent: Friday, July 31, 2015 10:50 AM To: Icecast streaming server user discussions Subject: Re:
2016 Jun 10
1
icecast relay server performance testing
Hi Philipp Thank you for chiming in. The only reason i use the -kh fork is because it seemed to be more recent. I had this performance issue with the regular version and tried the fork. I realize that the problem can be with the TCP stack parameters. I had no problem getting about 800Mbps between these machines when using iperf. Certainly, the workload completely different, but at least i know
2014 Dec 20
0
Multiple Instances of Icecast???/
reflum, On Mon, 2014-12-08 at 16:54 +0000, Dean Sauer wrote: > On Mon, 01 Dec 2014 23:52:35 +0000, Philipp Schafft wrote: > > > Have you set top to display threads instead of processes? > > I rebooted, one process started, after a while... back to the insane > numbers of them, and even more threads.... > > below is: > > top -H (all threads) > 1509
2015 Nov 03
0
Procedure to Install Icecast 2.4.2 in Linux
Thank's Philipp and Dmitrijs. That got it fixed. I just pointed the web and admin settings where they belong and all's working great. Thanks for the sighup help, Dmitrijs. Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers > On Nov 2, 2015, at 08:35, Philipp Schafft <lion at lion.leolix.org> wrote: > > Good afternoon, >
2015 Apr 04
0
After I enabled SSL, stream mountpoints broke
Can you remove these emails from going to my address please. From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Nathan Miller Sent: Saturday, 4 April 2015 1:42 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] After I enabled SSL, stream mountpoints broke Philipp, Thank you for your quick response. I can't believe that I
2015 Oct 14
1
Edit icecast.xml while server running
Good morning! On Tue, 2015-10-13 at 08:02 -0700, Jack Elliott 541 848 7021 wrote: > On 10/12/2015 10:23 PM, Philipp Schafft wrote: > > Good morning, > > > > On Mon, 2015-10-12 at 07:16 -0700, Jack Elliott 541 848 7021 wrote: > >> When running Icecast server on a Windows machine, I find that I can > >> edit icecast.xml while Icecast is running, but must stop
2015 Apr 04
0
After I enabled SSL, stream mountpoints broke
On 04/04/2015 02:42 AM, Nathan Miller wrote: > Philipp, > > Thank you for your quick response. I can't believe that I didn't > think of that...I guess I just assumed that it would use SSL. I'm > using Liquidsoap as my source client. Once you brought that up I > started researching whether there was a way to force Liquidsoap to use > SSL and from what I found it
2015 Nov 02
0
Procedure to Install Icecast 2.4.2 in Linux
Oops -- forgot to create the folder. Move bits and pieces in there at your convenience. Thanks! -- Jack Elliott Producer, The Point Wednesday Host, The Sunday Classics KPOV 88.9 High Desert Radio kpov.org On 11/2/2015 5:35 AM, Philipp Schafft wrote: > Good afternoon, > > On Mon, 2015-11-02 at 07:19 -0500, Jeremiah Rogers wrote: >> Sorry to reply to myself. The message says
2015 Nov 02
0
Procedure to Install Icecast 2.4.2 in Linux
Sorry to reply to myself. The message says "could not parse xslt". Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers > On Nov 2, 2015, at 05:51, Jeremiah Rogers <jeremiahzrogers at gmail.com> wrote: > > Hello Philipp. Thanks so much for the educatin about why not to build myself. > > The error I was getting, from
2010 Jul 27
2
Asterisk Gurus - What is your best Asterisk Queue Analyzer and Asterisk Log Analyzer program out there?
Hi Guys, I seem to not be able to find any good open source Asterisk Queue Analyzer and Asterisk Log Analyzer on the web. The Asterisk Queue Analyzer is to serve as the graphic tool for call center or pbx admins. It will pull the info in queue.log and in MySQL asterisk CDR to create a graphic bar or to report on each extension that received the queue calls, etc... The Asterisk Log Analyzer is
2015 Nov 02
1
Edit icecast.xml while server running
ps aux |grep icecast kill -s SIGHUP icecast_pid 03.11.2015 0:42, Jeremiah Rogers ?????: > How do I send SIGHUP? > > Jeremiah Rogers > Cell: 704-996-5334 > Email: jeremiahzrogers at gmail.com > Social Networking: /jzrogers > > >> On Oct 22, 2015, at 00:50, Philipp Schafft <lion at lion.leolix.org> wrote: >> >> Good morning, >> >>> On