Displaying 20 results from an estimated 1100 matches similar to: "Persistent audio streams?"
2005 Jan 26
1
Persistent audio streams?
On Sunday 23 January 2005 12:08, you wrote:
> The question is, why are the clients dropping? It could be your net
> flaking out. I've even heard of some ISPs cutting connections every
> 24 hours. 
Bingo. The stream drops at exactly midnight every night. Right on schedule. I 
expected better, especially since I'm paying extra for a business-level DSL 
connection.
I guess I
2005 Jan 22
2
Persistent audio streams?
My apologies if this is a stupid question, or has been covered in detail 
somewhere that I haven't found yet. I have spent a while looking around. I'm 
new to streaming audio, but I do know a thing or two about TCP/IP networking.
I'm working with a local public radio station. They have a remote transmitter 
located about a hundred miles away, to serve another community. Right now 
2012 Mar 19
1
Using plaintext auth and SSL
I'm working with a company that presently has a Linux mailserver which all 
users have (no shell) accounts on. Mail is accessed via pop3 with plaintext 
authentication. They want to move to a system using imap with SSL. I'm 
building them a new server. I'd like to offer both for a while so we can work 
the bugs out and migrate users over to SSL imap over time. It appears that in 
order
2005 Jan 24
2
Sound card recommendation?
Can anyone recommend a good high-end sound card to use on a streaming server? 
Basically all I need are two channels, a good 96 kHz sampling chip, and it 
needs to run on Linux.
-- 
Jeff Simmons                                   jsimmons@goblin.punk.net
     Simmons Consulting - Network Engineering, Administration, Security
"You guys, I don't hear any noise. Are you sure you're
2005 Mar 01
2
How much CPU horsepower?
I'm building a server. It will be using icecast and ices2. Sound quality will 
be Q=5, and I'll need to set a max bitrate. It will be running full duplex, 
with both incoming and outgoing streams, using an M-Audio Delta 44 (96 kHz 
sampling rate) sound card.
How much CPU am I going to need?
Thanks in advance for any advice.
-- 
Jeff Simmons                                   jsimmons at
2007 Oct 22
0
24/7/365 ogg-vorbis client
Don't know if this is the proper place for this question ...
I'm setting up an audio stream from a public radio station's studios to a 
remote transmitter. We're using icecast for the server, and it's performed 
remarkably well (it's been up for over two years now).
I need a client for the remote location. Requirements are it must run on 
linux, come up at boot, operate
2005 May 08
1
ices0 and ices2 on /dev/dsp?
Simple newbie question (if I had the necessary hardware, I'd just try it).
Can I run both ices0 and ices2 simultaneously, point them at the same source 
(/dev/dsp) and then use icecast to broadcast both ogg vorbis and MP3 streams?
 
-- 
Jeff Simmons                                   jsimmons@goblin.punk.net
     Simmons Consulting - Network Engineering, Administration, Security
"You
2007 Oct 24
2
24/7/365 ogg-vorbis client
Don't know if this is the proper place for this question ...
I'm setting up an audio stream from a public radio station's studios to a 
remote transmitter. We're using icecast for the server, and it's performed 
remarkably well (it's been up for over two years now).
I need a client for the remote location. Requirements are it must run on 
linux, come up at boot, operate
2005 Oct 17
1
Dovecot v1.0a3 on OpenBSD 3.7
I've been trying to get Dovecot 1.0a3 running on OpenBSD 3.7, with little 
luck. I'm getting the following:
Oct 16 17:00:50 mailtest dovecot: 
pop3(testuser):open(/var/mail/.temp.mail.mailtest.com.7078.43c0f93e9fecb54a) 
failed: Permission denied
Oct 16 17:00:50 mailtest dovecot: pop3(testuser): file_lock_dotlock() failed 
with mbox file /var/mail/testuser: Permission denied
Oct 16
2007 Jun 06
1
Permanent stream
Hi, all. I'm setting up a system that streams audio from a public radio studio 
to it's transmitter on a mountaintop via a wireless IP link. The stream is a 
high quality ogg-vorbis stream (around 200 kbps). The server (icecast) is 
working perfectly.
The client (I'm using ogg123) has to connect 24/7/365, but it occasionally 
(maybe every couple of days) looses the stream and stops.
2005 Oct 04
1
Changing pop3_uidl_format
I recently set up an OpenBSD - Dovecot mail server for a client. Naturally 
(according to Murphy's Law) they want to use Outlook 2003, pop3s, and leave 
messages on the server. And just as naturally, the UIDLs don't seem to be 
working, and when they download mail, they get EVERY email stored on the 
server, not just the new ones.
Other than switching them over to IMAP, I found the
2013 Jul 04
3
odd inconsistency with nfs
I'm having an interesting/odd problem with nfs (I think). We recently 
(Monday/Tuesday) upgraded our file server from an ancient redhat 7.3 
system to a shiny new centos 6.4 system. We don't see any issues between 
the other centos boxes, but things get a bit weird when we start 
mounting on the old solaris clients.
The initial symptom was that the 'tab complete' wasn't
2009 Jul 18
1
[LLVMdev] speed and code size issues
I'd look at  if_spppsubr.o, which is big in the llvm directories and  
doesn't appear in the gcc directory listings at all (I assume the  
listings were fed through tail or something, but there's clearly a  
sizeable difference there)
On Jul 17, 2009, at 5:41 PMPDT, Daniel Dunbar wrote:
> On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote:
>> On
2004 Oct 04
1
BUG: ssh-agent unlinks sockets/files it doesn't own.
I've noticed a problem in the openssh sources.  It can most easily be
replicated as follows:
> [rich at goblin] sl=1 ~
> 01:05:47$ ssh-agent -a ~/.ssh/agent.sock 
> SSH_AUTH_SOCK=/home/rich/.ssh/agent.sock; export SSH_AUTH_SOCK;
> SSH_AGENT_PID=553; export SSH_AGENT_PID;
> echo Agent pid 553;
> 
> [rich at goblin] sl=1 ~
> 01:05:50$ ssh-agent -a ~/.ssh/agent.sock 
2010 May 16
0
[PATCH v2 3/3] vga16fb, drm: vga16fb->drm handoff
let vga16fb claim 0xA0000+0x10000 region as its aperture;
drm drivers don't use it, so we have to detect it and kick
vga16fb manually - but only if drm is driving the primary card
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
Cc: James Simmons <jsimmons at infradead.org>
Cc: Dave Airlie <airlied at redhat.com>
Cc: Ben Skeggs <bskeggs at redhat.com>
---
no
2005 Oct 24
3
Unable to use forms after login generator
I''m using rails 1.8 and login generator 1.1. I''m using rails to manage the
contents of my website. I decided to put an admin page for the content
management. For the sake of convenience, I used Login Generator. Now when I go
to edit or create new content (for now, just posts), it gives me the following
error (this one is for new posts):
NoMethodError in Goblin#new
Showing
2009 Jul 18
0
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote:
> On Fri, Jul 17, 2009 at 04:41:55PM -0700, Eli Friedman wrote:
>> On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote:
>> > This seems to go against notes such as
>> > http://clang.llvm.org/features.html#performance
>> > which claim clang is signifcantly
2000 Jun 22
0
Standard genres for the "Genre" Field?
It might be a good idea to have a list of standard genres that are 
suggested for use in the Genre field, just so that (polished) encoders 
can give the user a list to pick from when encoding a song, instead of 
making the user come up with one their own. This might seem like an 
encoder issue at first, but if two different encoders use two different 
names for a specific genre it's going to
2012 Mar 24
0
The review of Earth fission - Task design Dave'Fargo'Kosak
As the the first review series of "WoW: the earth fission", we invited the chief task of WoW: theesigner Dave "Fargo" Kosak to discuss with you about his views on the mission design about earth fission.
Q: And we will talk about the advantages and disadvantages in the region of 80-85 level?
We aim to create the global catastrophe atmosphere; we apportioned the top region to
2001 Jul 02
5
Nullsoft Vorbis Decoder v.1.11a Bug Report
Hi, there.
While waiting for the encoder RC1, I will report some minor problems
I experienced with Peter's Winamp decoder.
First, I am using Nullsoft Vorbis Decoder v.1.11a with Winamp v.2.76
on Windows 98 SE.
1. When the buttons of Playlist Editor are extended, the part extended
in playlist screen seems to be flickering when an Ogg file is being played.
2. I check the option of