similar to: creating a station from the ground up

Displaying 20 results from an estimated 5000 matches similar to: "creating a station from the ground up"

2010 May 06
0
creating a station from the ground up
Hi Bob, Well, if you plan to do it from home - it's unlikely you'll be able to support more than 3 people on a domestic internet connection, broadcasting at 128kbps.....not sure what you have, connectivity wise there. Can you run a speedtest? http://speedtest.net Regards, William On Wed, May 5, 2010 at 8:26 PM, Bob Cavanaugh <bobdavcav at comcast.net> wrote: > Hi William,
2010 May 05
3
creating a station from the ground up
Hey all, I am looking to start my own station, but don't know where do start. I have edcast, so will use that to originate my programs. However, how do I set up a server to broadcast to? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20100505/edb6e275/attachment.htm>
2000 Feb 28
1
Parser Bug Somewhere.... (PR#460)
Full_Name: John P Cavanaugh Version: .99 OS: linux Submission from: (NULL) (24.116.10.99) dataset$ema12 <- EMA (dataset$Close,12) dataset$ema26 <- EMA (dataset$Close,26) dataset$MACD_fast <- dataset$ema26 - dataset$ema12 dataset$MACD_slow <- EMA(dataset$MACD_fast,9) dataset$MACD_hist <- dataset$MACD_fast - dataset$MACD_slow # This line doesnt work!!! But... if I does work if I
2010 Aug 16
2
tools for broadcasting
Hi all, I'm sending this to both lists because I want to know what both sides of the conversation think about this. For those of you on the icecast list, can I have a recommendation on the right tool to broadcast with? If you like, I'll send you my prerecorded shows, just tell me what the best way to send those is. For the audacity list now, would it be possible to develop a broadcasting
2010 Aug 15
1
slightly offtopic, uninstalling edcast
Hi all, I have edcast on my computer, but I didn't check the box to install the mp3 encoder, and it is not installing correctly after it has been deleted from the location it is installed in. It doesn't show up in the control panel list, so can't do anything about it there. How do I completely remove edcast from my machine and start over? -------------- next part -------------- An
2012 Jul 15
1
Speedtest.mini on a local website?
I wonder if anyone has got speedtest.mini from <http://speedtest.net/mini.php> working under CentOS-6? (It's a version of speedtest that one can run on a local web-server.) It used to work for me, but hasn't for a long time (maybe several years ...) Any suggestions or elucidation gratefully received. -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090,
2018 Nov 02
0
Configure Ubuntu Server 16.04 for icecast2
Bonjour, *Upload: 282.95 Mbit/s* is going to choke at about 5 listeners * * You need a streaming server provider. https://shoutca.st/ is an example but there are many. Don't buy 5k listeners buy 100 and see how it goes. *regards* *Robert* * * * * On 22/10/18 12:03 AM, Abdelkader BKF wrote: > Hi, > Thank you so much for your reply, > I've a dedicated server in OVH, where
2015 Sep 17
0
Periodic speed test
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 17/09/15 13:05, Timothy Murphy wrote: > I run the speedtest from > <https://pypi.python.org/pypi/speedtest-cli/> quite often, and find > it very reliable. > > I'm wondering if anyone has developed a version to run the speed > test at regular intervals, say every 6 hours, and record the > results in a simple database
2018 Oct 21
4
Configure Ubuntu Server 16.04 for icecast2
Hi, Thank you so much for your reply, I've a dedicated server in OVH, where I have done speed test for the server : *bkf at xxxxx ~> speedtest-cli Retrieving speedtest.net <http://speedtest.net> configuration...Retrieving speedtest.net <http://speedtest.net> server list...Testing from OVH SAS (x.x.x.x)...Selecting best server based on latency...Hosted by fdcservers.net
2009 May 29
2
[LLVMdev] make TEST=ipodbgopt in sqlite3: problem with TCLSH
On Linux, when I run "make TEST=ipodbgopt" in MultiSource/Applications/sqlite3 I get: make[4]: Entering directory `/home/foad/llvm/poo/build/test-suite/MultiSource/Applications/sqlite3' Compiling shell.c to Output/shell.bc /home/foad/svn/llvm-project/test-suite/trunk/MultiSource/Applications/sqlite3/speedtest.tcl make[4]: execvp:
2015 Sep 17
2
Periodic speed test
I run the speedtest from <https://pypi.python.org/pypi/speedtest-cli/> quite often, and find it very reliable. I'm wondering if anyone has developed a version to run the speed test at regular intervals, say every 6 hours, and record the results in a simple database or just a file? I imagine it would be a fairly easy task to modify the Python code to do this, but it would be even easier
2009 May 29
0
[LLVMdev] make TEST=ipodbgopt in sqlite3: problem with TCLSH
On 2009-05-29 15:55, Jay Foad wrote: > On Linux, when I run "make TEST=ipodbgopt" in > MultiSource/Applications/sqlite3 I get: > > make[4]: Entering directory > `/home/foad/llvm/poo/build/test-suite/MultiSource/Applications/sqlite3' > Compiling shell.c to Output/shell.bc > /home/foad/svn/llvm-project/test-suite/trunk/MultiSource/Applications/sqlite3/speedtest.tcl
2004 Aug 06
2
Is there a guide?
Mark Hetherington wrote: > Is there a quick guide to setting up an icecast2 server? > Specifically I want something I can muck around with to test it out and put > into use later. I'd like to set up a basic icecast2 streaming server > streaming ogg streams, and either play from a play list, or preferably from > dsp so I can record microphone and whatever other sounds I am
2004 Aug 13
1
Shaping. What I thought would be simple...
Two questions here... Im using 2.0 as my NAT gw box between my cable modem and my internal home network. #1 - Shaping Implementation How would I configure shorewall to give the highest priority for traffic to & from an IP address on my internal network. Maybe Im being a bit dense, but I couldnt figure it out. #2 - SSH & Shaping Strategy Well I managed to figure out how to give ssh
2004 Dec 29
1
Bizarre DNAT problem...
Ok, ive been pulling whats left of my hair out trying to figure this one out and I give up. I seemingly simple DNAT is not working. Below is a snippet from my rules file. DNAT net loc:192.168.1.1:22 tcp 2022 DNAT net loc:192.168.1.175:22 tcp 1022 Basically Im trying to forward port 1022 on my firewall to a machine on my local network. My firewall machine is
2006 Jul 31
3
Polymorphic associations and single table inheritance
Running into an interesting problem that at first glance appears to be a bug in the AR association code. However, it''s explicitly coded this way so I''m not so sure. I have some code like this: class Address < ActiveRecord::Base belongs_to :addressable, :polymorphic => true end class Person < ActiveRecord::Base has_many :addresses, :as => :addressable,
2008 Mar 22
2
[LLVMdev] Adding SQLite3 to llvm test-suite
Hi, SQLite3 has a very simple build system, and it comes with an extensive testsuite (over 40000 tests). It hasn't shown any bugs in LLVM, but it is fairly simple to build [even turn off features via -D], and can be CPU intensive. I have integrated SQLite3 into llvm-test's build system, it is too large to send as attachment (784K), you can get it from here:
2004 Aug 06
1
Is there a guide?
Ices is pretty easy to set up. Can you be more specific than "it didn't work for me"? ml On Saturday 27 July 2002 10:03 pm, Mark Hetherington wrote: > Is there a quick guide to setting up an icecast2 server? > Specifically I want something I can muck around with to test it out and put > into use later. I'd like to set up a basic icecast2 streaming server >
2004 Dec 07
3
Network slowdown
Hello, I''m not subscribed to this list, but would like to ask a question. When I conduct a network speed test from the following location http://www.timewarnerla.com/speedtest/speedtest.asp with firewall started I get no more than 1 Mbps at best, while without one I get 4 Mbps. I have a RCA DCM325 cable modem from RoadRunner. I''m using Shorewall 2.2.0-Beta3. My OS is SuSe 9.1
2004 Dec 06
1
Network slowdown
Hello, When I conduct a network speed test from the following location http://www.timewarnerla.com/speedtest/speedtest.asp with firewall started I get no more than 1 Mbps at best, while without one I get 4 Mbps. I have a RCA DCM325 cable modem from RoadRunner. I''m using Shorewall 2.2.0-Beta3. My OS is SuSe 9.1 kernel 2.6.5-7.111.5-default running on Dell PowerEdge 400SC with 2.0 MHz