similar to: stream delay

Displaying 20 results from an estimated 5000 matches similar to: "stream delay"

2004 Sep 29
1
stream delay
I noticed that my ogg stream was 2 hours behind today. Is that a normal thing with all icecast streams? I had other people try it that have never been to that stream and they were 2 hours behind too. What is that caused from? How can that be fixed? Thanks John http://www.kqlz.org
2004 Aug 06
2
Trying to stream to a Nanocaster/2.0 server
Hi Akos, --- Akos Maroy <darkeye@tyrell.hu> wrote: > well of course, the nanocast server uses some different login > protocol > than icecast or shoutcast. is there a site for this server? maybe a > spec > on the source login protocol? then I could add support for it to > darkice Hmm.. I thought nanocaster was similar to shoutcast? I can use the shoutcast plugin for
2004 Aug 06
1
Trying to stream to a Nanocaster/2.0 server
--- Akos Maroy <darkeye@tyrell.hu> wrote: > did you try it with darkice configured for shoutcast? e.g. a > configuration section [shoutcast-0]? Yes I did, but it never connected properly. This is the message: DarkIce 0.8 live audio streamer, http://darkice.sourceforge.net Copyright (c) 2000-2002, Tyrell Hungary, http://tyrell.hu Using config file: /usr/local/etc/live365.cfg Using
2004 Aug 06
0
metadata update in the stream
See the libshout function shout_update_metadata (also see metadata.c in the ices src). This function just calls up the icecast/shoutcast server and issues a GET request in a particular format. It can be called any time. On Wednesday, 13 March 2002 at 09:36, Akos Maroy wrote: > This has come up earlier, but I don't remember a solution. > > How do I update the metadata of the stream
2004 Aug 06
0
Audio Capturing
So how would that would work? I guess I could use Darkice to broadcast the stream to a new mountpoint, and then use winamp,xmms or streamripper on another PC to attach to that mount point and save the stream to a file - kludgy but would work. I realize I could use something like waverc, but that would chew up significant disk space as I need to capture this audio (approx 2-3 hrs) at 128K VBR.
2004 Aug 06
2
Darkice memory leak
ups, sorry for fuzzy description. I use "top" to watch the running processes. It updates every 5 seconds. I am running RedHat 7.2, download from one of Redhats mirros. Haven't installed any updates of Redhat 7.2. The box is a fresh PC with Amd Athlon 1700XP, 128MB, two SoundBlaster 16 PCI using OSS drivers. Any info missing? Kristjan <p>-----Original Message----- From:
2004 Aug 06
5
no luck with streamers
The same as wtih liveice, it stops while trying to open /dev/dsp according to strace. <p><p>On Sat, 20 Apr 2002, Maroy Akos wrote: > Raúl Gutiérrez Segalés wrote: > > > > Hi, > > > > I want to stream to an Icecast server (current version) that is up and running and I have tried plenty of streamers and no go.. > > > > Any advices? I want to
2004 Aug 06
1
icecast 2 problem
Geoff Shang wrote: > > On Fri, 12 Oct 2001, Akos Maroy wrote: > > > I just tried my first production icecast 2 streaming. When I try and > > connect ogg123 to the stream, I get the following: > > > > $ ogg123 -v http://yp.tilos.hu:9000/tilos96 > > You need an .ogg extension, for starters. why would I? I don't need a .mp3 with icecast 1.x.... After
2004 Aug 06
0
Darkice memory leak
I was looking more closely on the source for Darkice. I found the code for calulating the buffersize somewhat strange. Your is snapshot taken from the init function in CastSink.cpp : int bufferSize = bitRate ? (bitRate * 1024 / 8) * bufferDuration : (128 * 1024 / 8) * bufferDuration; bufferedSink = socket ? new BufferedSink( socket,
2004 Aug 06
0
no luck with streamers
Check out if there is another application using /dev/dsp. Especially if you have Mandrake and KDE, because Mandrake set up artd (a sound server for KDE) by default. You should also check out the permissions for /dev/dsp. The user who is trying to run liveice (or whatever) must be allowed to open /dev/dsp. I hope It Help you. <p> --- Luis Gallardo. Caracas - Venezuela. Raúl Gutiérrez
2004 Aug 06
0
no luck with streamers
I have seen this behavour with my mixice streaming program too if the channels are turned down or if the line input is not set for "record". Using "aumix" or "mixer" can find out how they are set and can be used to adjust them. Tim On Sat, Apr 20, 2002 at 08:02:00AM -0400, Ra?l Guti?rrez Segal?s wrote: > The same as wtih liveice, it stops while trying to open
2004 Aug 06
0
No subject
of the time its 120 kbytes but every 3-4 time its 120 or 116 kbytes. The config file is attached. As you can see I am starting two icecast streams, one 128 kbits and one 64. It also leaks with just one stream. Thanks, Kristjan <p>-----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of Akos Maroy Sent: 8. april 2002 14:34 To: icecast@xiph.org
2005 Apr 11
0
AAC support?
We have several users using aacPlus/HE-AAC from an Orban Opticodec-PC Streaming Encoder. This is not sad. Science marches on... Icecast2 is a very good HTTP/ICY server. -greg. At 11:30 2005-04-11, Akos Maroy wrote: >on the download page for icecast, I can read in the icecast-2.2.0 >changelog that there's support for AAC: > > >AAC is added as a supported streaming format
2004 Aug 06
1
Auto Archiving function for Icecast.
A remote dump feature of icecast. Ok I'll see if I can find any info on the dump feature. Very clear description. Thanks. Raymond Akos Maroy wrote: > Raymond, > > > Does anyone know how to set up auto-archiving with icecast. I have an > > encoder coming in with a radio station. I want to create hourly mp3 > > archives of their streams that are coming to my icecast
2004 Aug 06
2
darkice problems (was Re: Propping up liveice)
I tried darkice 0.9 with icecast 1.3.12 and lame 3.91. I specified a 64k stream and similar options to what works for us with liveice. Streaming worked successfully, and I applaud darkice for being fairly simple to build and configure. But the stream sounded like mud. It was worse than our 16k mono RealAudio stream. I re-examined my config, I rebuilt everything with gcc 2.96, then with
2004 Aug 06
1
Applying dynamic compression to live audio
On Thu, 4 Apr 2002, Akos Maroy wrote: > can you tell me more about these LADSPA plugins? LADSPA stands for Linux Audio Developer's Simple Plugin API (see http://www.ladspa.org/). Basically, it was pointed out on the linux audio dev (LAD) mailing list that numerous programs were using plugin architectures and all were different. So they fleshed out a plugin API and the rest, as they say,
2004 Sep 27
0
Hello and Stream Listing
You should know not all players support OGG without plugins either. Mp3 will play in 98% of the software. I've tested it in Winamp,Media Player, Realplayer Did you remove the <!--- and the --> around the directory section? Also icecast would need access to outgoing port 80. Or it could be this from the FAQ First of all, icecast must have been built with YP support. This is
2004 Aug 06
1
Propping up liveice
lundi 27 mai 2002, 07:27:32, Akos Maroy a écrit : > Matt Boersma wrote: >> on the average of every couple weeks. I tried darkice, but it doesn't >> deal with lame correctly. So I wrote a script to resurrect liveice when > Could you elaborate on this? In what respect does darkice not deal with > lame correctly? Personnally I have those error messages repeting with
2004 Aug 06
2
livestreams, anyone have good success ?
Sounds like a sound driver issue. Might want to try the SMP version of OSS (www.opensound.com). Do other sound apps work OK? -bg > On Sat, 20 Oct 2001, Akos Maroy wrote: > > /me cries, bummer deal. > Yes, running as root. > The load was in the 'teens as I remember, I looked @ that too. > One CPU was like 15% and the other 11%, something like that. > 2.2.19ext3 #2 SMP,
2004 Aug 06
2
ICE/1.0 specs
On Friday, 08 February 2002 at 13:12, Samuel Hathaway wrote: > On Fri, 8 Feb 2002, Akos Maroy wrote: > > > Jack Moffitt wrote: > > > > > Why are you writing clients that don't use libshout? > > > > darkice doesn't use libshout either. > > > > I guess the main reason to have a protocol is that anyone can connect > > using it? >