similar to: Icecast source encoder that can handle http streams?

Displaying 20 results from an estimated 300 matches similar to: "Icecast source encoder that can handle http streams?"

2007 Feb 27
2
Icecast source encoder that can handle http streams?
This might be a workable alternative, but it sounds like I would have to have a connection to the remote radio station all the time, even when I'm not actively relaying it. I have to pay for bandwidth overages at my hosting center, so it would be better if I could avoid streaming from the other station needlessly. It sounds like LiquidSoap may be the way to go for me. I'm going
2007 Feb 27
0
Icecast source encoder that can handle http streams?
Owen Mehegan skrev: > I need to set up an icecast server which will stream out local MP3s > sometimes and relay another internet radio station at other times. In > order to do this, it seems like the icecast relay support won't help > me - there's no way to turn that on and off without changing the > icecast config and restarting the server. The only external icecast
2010 Feb 16
2
OT- Using TR-069
Hi, Phone vendors (Snom, Thomson-Technicolor, ...) are on the way to support TR-069 (see http://en.wikipedia.org/wiki/TR-069). Has someone experienced with TR-069 ? What do you think of this protocol set ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100216/2cbda4a8/attachment.htm
2008 Jun 12
5
[RFC][PATCH 0/3] configfs: Miscellaneous fixes
Hi, The following patches fix few bugs/APIs in configfs. The third one depends on the patch introducing configfs_dirent_lock previously submitted in http://lkml.org/lkml/2008/6/12/232 Louis -- Dr Louis Rilling Kerlabs Skype: louis.rilling Batiment Germanium Phone: (+33|0) 6 80 89 08 23 80 avenue des Buttes de Coesmes http://www.kerlabs.com/ 35700 Rennes
2007 May 31
3
where to get list of all ActiveRecord classes
Anybody know how to get a list of all your model classes from a rails environment? I''d like to do something like "ActiveRecord::Base.subclasses" but that gives me: pcollins@horatio:~/proj/foobox$ script/console Loading development environment. >> ActiveRecord::Base.subclasses NoMethodError: protected method `subclasses'' called ... Anybody know how to do
2006 May 26
3
Breakdowns in has_many abstraction
I discovered an interesting aspect of has_many behavior that I''m struggling to work around. I''m not sure if I''m doing something wrong, or if it''s a legitimate bug, or if it''s an inherent part of Rails that I just have to learn to deal with. It boils down to these two problems: - changes in collection objects (i.e. models that belong_to a container
2003 Apr 03
2
Printing zero as dot
I'm pretty sure I've seen some examples of a function printing zero entries in a matrix as dots, but I'm not able to find it now... Any suggestions...? Thanks in advance. (Of course, I might have dreamt of such a function...) Best, Giovanni -- __________________________________________________ [ ] [ Giovanni Petris
2012 Jan 26
1
(no subject)
Dear Rhelp, When I try to plot a barplot, I get the following message: Error in plot.new() : figure margins too large What does this mean and how can I fix it? I appreciate your help, Horatio Gates [[alternative HTML version deleted]]
2018 Jan 03
2
Dovecot panic for one user after upgrading
The EC2 instance that I run Dovecot on (personal mail server) was forcibly "retired" yesterday, and as a result I ended up rebuilding from backups. In the process I switched from Ubuntu Precise to Ubuntu Xenial (12.04 to 16.04), and this in turn caused me to upgrade Dovecot from 2.0.19 to 2.0.22. Now, although accessing mail seems to work OK using my various clients, I am seeing
2006 Apr 22
3
How to use Rails and REST
Hi, I just wrote an article on how to easily create a REST API for Ruby on Rails applications: http://www.xml.com/pub/a/2006/04/19/rest-on-rails.html It describes how to create everything from the ground up and includes information on testing your API too. -- Thanks, Dan Kubb
2014 Jan 21
1
how to provision asterisk's phonebook to Polycom vVX310's
Hi, Am running a freepbx install and created trunks, extensions and groups. Now I'd like to hand out the Asterisk phonebook to the phones (all VVX 310's). Is there an easy way to do this? Best, Stanley
2001 Nov 08
1
Permission problem in message command with guest ftp user
I haven't seen this posted so I will add one more reason why the message command may not work: Permissions. I have this in my [global]: message command = /bin/bash -c 'cat %s | mutt -s You_logged_on jlh;rm %s' & This never would work and I never could figure out why. Turns out that I have guest user ftp, who for security reasons doesn't have much in the way of write
2004 Mar 17
3
OGG Versus MP3
Hello, Why Ogg compression and quality are better than Mp3 ? I'm studing Ogg Vorbis and Mp3 codecs for my thesis. Can you help me ? Tank you very much. Cristian Gagliardi. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the
2004 Mar 17
3
OGG Versus MP3
Hello, Why Ogg compression and quality are better than Mp3 ? I'm studing Ogg Vorbis and Mp3 codecs for my thesis. Can you help me ? Tank you very much. Cristian Gagliardi. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the
2005 May 16
6
etherboot & multiboot
I''ve now given up trying to get grub working with my particular e1000 adapter, I''ve tried all the patches and all I can get is something that works a little bit but never past the grub menu. I''m sure I read something somewhere about a tool which would combine a multiboot image + modules into a single bootable item which could be loaded by lilo, and am hoping that the
2005 Jul 12
10
Computer algebra in R - would that be an idea??
>From time to time people request symbolic computations beyond what D() and deriv() etc can provide. A brief look at the internet shows that there are many more or less developed computer algebra packages freely available. Therefore, I wondered if it would be an idea to try to 'integrate' one of these packages in R, which I guess can be done in more or less elegant ways... I do not know
2002 Dec 10
2
names<- bug, and incompatibility with c() (PR#2358)
When assigning names to particular elements of hitherto-unnamed vectors, there is inconsistent behaviour depending on whether the element being named is the last one: test> mm <- 1:3 test> names( mm)[1] <- 'y' Error in "names<-.default"(*tmp*, value = "y") : names attribute must be the same length as the vector test> names( mm)[2] <-
2003 Dec 19
2
Mac OS X Keychain Support
Hello, I'm a Mac OS X user, and I got tired of typing my password every time I want to login, but didn't want to use ssh-agent and the like. So, I grabbed the code for OpenSSH 3.7p1, and made some modifications which allow passwords to be stored and recalled from the OS X Keychain. The reason I'm posting to this list is that I'd like to make these modifications available to
2008 Mar 28
3
Two phones fail to agree on codec, asterisk at fault?
Hi list, I am faced by a situation where I am trying to make a softphone and a Siemens C450IP talk to each other. Both are hooked up directly to the same asterisk, in the same IP net. - a softphone runs on 192.168.14.3 - the C450IP is at 192.168.14.30 - asterisk runs on the machine known as 192.168.14.1 I am running Asterisk 1.4.11, backported to Debian Etch by Xorcom. If I set
2002 Nov 27
6
"attrib +R myowndir" fails to write-protect my own dir
A trivial case: executing the following DOS command from the prompt line on a Win2K SP3: %windir%\system32\attrib.exe +R H:\dir can't set the R(eadonly) flag on my home dirs (2.2.7): drwxrwsr-x 4 me users 4096 Nov 27 17:59 . drwxr-sr-x 2 me users 4096 Nov 27 17:59 dir -r--r--r-- 1 me users 0 Nov 27 17:59 empty.txt drwxr-sr-x 2 me users 4096 Nov 27 17:27