similar to: ices question

Displaying 20 results from an estimated 2000 matches similar to: "ices question"

2004 Aug 06
0
ices question
hi, > hi folks, > after some adventures for setup an icecast server , the system is now > running, but there where some questions open: > 1. ) i use ices as streamer for the server. in some cases (i dont know why) > is ices break after an while of streaming. ices re-encode the mp3 files with > lame 3.88 to stream them. there is no hint why the stream is broken in the > log
2004 Aug 06
2
AW: ices question
hi , my guess is you connect all of the clients to the same mount point, causing icecast to interleave the data. Which is obviously not a good thing. If this is the case, then you should get the errors as soon as you start the second stream. i start any stream via sh-skript like : ./ices -B -d Radiocity -F /music/playlists/alternative.pls -m /alternative -g Alternative -h localhost -n
2009 Feb 09
2
short vpnc article
Akemi-san has suggested that I turn the following post into a wiki article. (The article would be a bit better organized, since if one bothers to follow the thread, you'll see that I found that one can use the pcf2vpnc in Dag's rpm without worrying about having a plain text password.) http://www.centos.org/modules/newbb/viewtopic.php?topic_id=18444&forum=38&post_id=67625 If
2011 Jan 08
3
Network Scanner and CentOS 5.5
I have an HP Photosmart 3210 All-in-One color printer. Printing works great, but I cannot get xsane to locate it on the local subnet. I've been to the sane site and looked at the backends. The HP 3210 is supported by hpio and there is a note that hpio is no longer needed because the functionality has been rolled int hplip. yum shows hplip is installed: hplip.x86_64 1.6.7-4.1.el5.4
2012 Jun 13
2
separate the sentence after finding a particular word
hello, I want to know ..how we can separate the sentence after finding a particular word... for example I love to watch movies of Hollywood but should not be romantic...I want to join you school but due to bad financial condition I cant.. I want output in following format I love to watch movies of Hollywood should not be romantic I want to join you school due to bad financial condition I cant
2011 Apr 04
3
Is Centos 5.5 too old fro Google Chrome?
I tried to install Google Chrome and received the dependencies error. Is Centos too old for the new Chrome or is there an older Chrome version that is compatible? Todd -- Ariste Software Petaluma, CA 94952 http://www.aristesoftware.com
2008 May 27
4
Article for wiki consideration
I've recently documented simple use of a VServer with CentOS host and guest. toracat@ said that it might be worthwhile putting on the wiki. The present article is located at http://home.nyc.rr.com/computertaijutsu/vserver.html If it does get to the wiki, I would remove the fedora section and also add a notice at the beginning of the article with dire warnings about using a non-stock kernel.
2007 Oct 24
2
functions applied to two vectors
Hi, I am very new to R, so I apologize if I have missed some trivial thing in the manuals/archives. I am trying to get rid of for loops in my code and replace them with R vector magic (with no success). Let's say I have 2 vectors of the same length: a <- c(2, 3, 7, 5) b <- c(4, 7, 8, 9) What I'd like to do is to generate a list(?) of 4 sequences using a[i] as a start indices, and
2005 Feb 07
1
install RMySQL
Hi, I've got a Dual G5 running 10.3.7 and I'm trying to install RMySQL. I've already got R up and running. When I try the command > install.packages("RMySQL") It downloads a few things and then produces the following error: --------------------------- Configuration error: Could not locate the library "libz" required by MySQL. INSTRUCTIONS: The
2001 Jun 20
1
vorbis tag for general music type?
Hi, I am wondering if vorbis has a standard tag for general music type. I don't mean pop, jazz, etc., but something more in line with describing the mood of the mucic. I am thinking of games which have a soundtrack in vorbis format which could use the user's own repository of .ogg files during gameplay, and use the tag to choose appropriate music for that part of the game. For
2003 Dec 16
11
[Bug 774] banner is displaying twice (/etc/issue)
http://bugzilla.mindrot.org/show_bug.cgi?id=774 Summary: banner is displaying twice (/etc/issue) Product: Portable OpenSSH Version: 3.7.1p1 Platform: All OS/Version: Solaris Status: NEW Severity: security Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy:
2004 Aug 06
1
Always starts playing at the beginning of a stream
Is there a way to force a client to always start playing at the beginning of a stream? Currently, the client starts from wherever ices is playing at, unfortunately, this is not ideal for my situation. Thanks in advance. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
2
AW: AW: final question: how many mountpoints can icecast handle ?
Hello Michael damn, I was afraid of that, but thanks for lightening me up (although I am in complete darkness now, after having seen the light just some days ago..) I'm looking into http streaming of the static files just now, but I came to find that there is one huge drawback: 1. when sending the stream out with icecast/shoutcast it would be possible to "push" the next song
2005 Mar 02
10
[Bug 990] OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II
http://bugzilla.mindrot.org/show_bug.cgi?id=990 Summary: OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: ssh AssignedTo: openssh-bugs at
2011 Apr 17
1
2 encrypted VG's on 1 disk - HOW?
I don't think it's a "distro related" issue, so i'm posting it here too: http://unix.stackexchange.com/questions/11289/how-to-install-fedoraubuntu-with-encrypted-vgs-on-one-disk what am i missing? why doesn't GRUB offer the 2 distros at boot, why is it only offering only 1?? why doesn't it sees the other one?? Thanks for any help...
2015 Nov 02
2
Pam_mount not working with "sec=krb5"
Hi all, this is not really a Samba question, but related, and I hope that some of you are using this and can tell me what I am doing wrong. On a member server, I can mount my shares by hand specifying "-o username=xxx,domain=yyy,password=zzz". But as soon as I put "sec=krb5" in the mount options (and leaving out the password part), I get this error: # mount error(126):
2006 Apr 23
4
Penalties of using an eval on every request
Hello RoR! I''m building a rails app for hosting multi-page surveys. I set up questionnaire, question, and question_component models. Now I''m initializing them with some data. survey.rb q1 = Question.new "q1" q1.quote "Welcome to a test of the new interviewing system." q2 = Question.new "q2" q2.quote "Do you like pie?"
2004 Jun 08
2
Error Syncing to MPEG
I am trying to relay a streamtuner Live365 stream across a ssh tunnel to a remote XP pc, where I would pick it up using winamp. I have a similar setup with a non-live365 stream routed using streamripper to port 9001 and this plays correctly in winamp For my Live365 stream, I have a RealVNC root session that is streaming the Live365 broadcast from streamtuner (using XMMS). I can see XMMS playing
2005 Jun 22
3
OT: OS X graphics tool
Hey all, Seeing the success of the OT: OS X MySQL tool thread, I thought I''d ask about the tools you guys use for your graphics editing/creating. Like many others, I too made the switch to Apple, and its been an absolute joy so far. I''m an independent contractor/consultant who''s comfort zone is in making admin websites to manage data. With this role comes making little
2007 Mar 03
3
configure actionmailer to recieve email on localhost?
hi, is there a way i can configure my localhost to receive email using smtp? i can out emails fine but now would like to test/get-to-know how to handle incoming emails. if on my localhost:3000, do i do anything like below? ActionMailer::Base.server_settings = { :address=>''smtp.yourserver.com'', # default: localhost :port=>''25'',