similar to: creating a station from the ground up

Displaying 20 results from an estimated 1000 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 06
0
creating a station from the ground up
Hi bob, Well - the upload is the important number when you are talking about delivering to other people. You could quite easily run icecast on a VPS (virtual private server) - it would certainly cost you to do this. I work for a streaming media company though, and could help you set up a station - if you're interested - please e-mail me directly - not through the mailing list. Thanks,
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
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
still having problems with edcast
Ok all, I have deleted the edcast folder on my machine and reinstalled edcast. However, I can't get the mp3 encoder to install. Tim said that it should ask if you want the encoder, and I thought I selected it under the select components to install, but it isn't installing. Two additional things are happening, 1. When I open edcast, I don't see anything in the dropdown lists.
2010 Sep 25
1
Icecast2 Station with multiple scheduled DJs?
is it free and will it work with my shoutcast server? On 9/25/10, John List <johnlist at gulfbridge.net> wrote: > At WXBH-LP we had a similar need, and we solved it using mpd (music > player daemon) to coordinate our feed to icecast. > > mpd is a music player (supporting playlists, etc.) originally designed > for local network streaming, but it has several attributes that
2010 May 24
7
Icecast2 Station with multiple scheduled DJs?
I have been playing with Icecast only for a couple of days, and I am trying to figure out how to do something. I want a listener to have to only deal with one stream, but I want to be able to switch the source of that stream between multiple sources (DJs). The core idea is that the listener only deals with /live.mp3 while in the background I can problematically switch between a series of live
2008 Mar 05
3
types of vectors / lists
Hello, I am an advanced user of R. Recently I found out that apparently I do not fully understand vectors and lists fully Take this code snippet: T = c("02.03.2008 12:23", "03.03.2008 05:54") Times = strptime(T, "%d.%m.%Y %H:%M") Times # OK class(Times) # OK is.list(Times) # sort of understand and not understand that length(Times)
2008 Aug 01
1
duplicate entries on ext3 when using readdir/readdir64
Hello, I have a problem with directories that contain more than 10000 entries (Ubuntu 8.04.1) or with more than 70000 entries (RHEL 5.2). If you use readdir(3) or readdir64(3) you get one entry twice, with same name and inode. Some analyzing showed that disabling dir_index solves this problem, but I think that this is a bug in the ext3 code, as no other file-system shows this behavior.
2008 Mar 05
2
collapsing list to data.frame
Hello, Given a list with all elements having identical layout, e.g.: l = NULL l[[1]] = list(4, "hello") l[[2]] = list(7, "world") l[[3]] = list(9, " !!!! ") is there an easy way to collapse this list into a data.frame with each row being the elements of the list ? I.e. in this case I want to convert the list into a data.frame with 3 rows and 2 columns, where
2005 Sep 10
2
GotoIf Syntax to match first digits
how does a GotoIf-challenge look like to match e.g. only the first two digits? i want to strip the first two digits from an incoming pstn-call and add a zero instead so when i forward a call to a mobile the called party gets the correct number of the caller. at the moment, incoming calls from the austrian pstn are recognized as e.g. 43650123123 by asterisk, when i forward the call e.g. to a
2010 Aug 15
4
Icecast2 / edcast Initial Setup Question
Hi, I have setup Icecast2 and edcast (standalone) on an XPSP3 machine. The basic setup works. I can speak into a microphone and hear my voice from another PC on a LAN. Now I want to "stream a file" such as an mp3 podcast I made or just a song (mp3, acc etc.) or play a CD and don't know what to even search for in the mail archives, forum or Google to get help. I can't
2003 Sep 30
2
Trouble with 'NET ADS JOIN'
Hi All, Any clues as to what is causing this? I have seen similar questions asked before in regards to joining ADS domain but have not been able to find a solution to my problem. The domain is a Native mode ADS on win2k3 with signing required. Please let me know if additional info or logs are required to diagnose the problem. I did a 'net ads join ADSDOM -U
2011 Sep 05
4
Winamp streaming to icecast2
Hello, I'm trying to set up winamp to stream a live event to an icecast2 server. I've got the icecast2 server set up, and to date have streamed playlists only via ices0 or ices2, now I'm wanting to stream live using winamp. Software wise, I'm needing to use free or open source software, the icecast2 server is a Linux machine, the Winamp will be on either a Win7 or a WinXP
2015 May 13
3
Regarding edcast with icecast2.4
Hello all. So I just thought I would come in here and ask you all a couple of questions regarding edcast. First off let me tell you my situation. I am managing a radio station and my icecast server the way I have it set up the source of which the broadcaster connects to has to have a username and password for a mount point that is being passed through the server. Basically these are all
2011 Nov 25
4
Smooth Linux icecast source GUI
Hi , I'm currently helping a small french Radio they Use Edcast for now on some old Windows XP machines and it's not really reliable at all although Edcast is a great piece of free software Then they might migrate to a Linux Box , but apart from darksnow I can't find a Linux GUI that would match the graphical ease of edcast. maybe the best would be a Web frontend for DarkIce but I
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
2004 Oct 05
2
Printer name changed in samba 3.0.7
We have a strange problem when using samba 3.0.7 where a printer's name is changed to the name of the printer driver. We use samba to share out printers from a fedora core 1 system. On a windows client they initially show up accurately. When adding the windows driver from a windows client for a new shared printer the driver files get transferred just fine. However, the printer name in the
2015 May 13
1
Regarding edcast with icecast2.4
Geoff Shang: > On Wed, 13 May 2015, Jonathan wrote: > > mountpoint level security settings. The problem that I'm seeing here is > > edcast does not allow a source username to be passed through. > > Either delete the username or comment it out like so: > <!-- <username>hackme</username> --> slightly OT, but you could also consider to use butt:
2005 Feb 16
4
Dutch VOIP-PSTN provider
Hi, I read a lot about US providers that can terminate a PSTN number for you and offer IAX or SIP connectivity. Does anyone know such a company in The Netherlands ? I read about Unet. Anyone with experience with them ? Any information is welcome. -- Michiel van Baak http://lunteren.vanbaak.info michiel@vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D