similar to: Alrighty.. ALMOST there! :)

Displaying 20 results from an estimated 9000 matches similar to: "Alrighty.. ALMOST there! :)"

2004 Aug 06
0
Alrighty.. ALMOST there! :)
One thing that has to be done for MP3 file streaming is to send out a stream only as fast as the bit rate of the file or the re-sampled bit-rate. If you go too fast, the Icecast relay and player will drop bytes in order to catch up. If you go too slow you will get pauses. I wrote an MP3 file streaming perl script. The program sends out 1 second of a stream and then waits for a second to pass
2004 Aug 06
1
FW: Dropping clients between songs
Actually, it was a coincidence that it was between songs... after trying again, my Winamp list the stream, and I looked in the icecast.log file and saw this: [03/May/2001:19:34:43] [8:Source Thread] Kicking client 11 [192.168.1.4] [Too ma ny errors (client not receiving data fast enough)] [listener], connected for 2 m inutes and 9 seconds, 1866136 bytes transfered. 0 clients connected Is this
2017 Feb 17
2
Turn on SIP debugging from DialPlan
The SIP trace will be adequate but this is on a remote system with limited disk space. I would love to turn on debugging while making the troublesome calls, then turn it off afterward. Tcpdump is great, but starting it and stopping it and keeping all that data would still be an issue. d On Fri, Feb 17, 2017 at 4:56 PM, Tim Pozar <pozar at lns.com> wrote: > Why not capture the packets
2004 Aug 06
2
multiple liveice sources
Hmm... I haven't had that problem with the KPFA servers. I just run two different configuration files. From my rc.local file... echo Starting local icecast servers /usr/local/icecast/bin/icecast -c /usr/local/icecast/conf/icecast.kpfa.conf -b > /dev/null 2>&1 /usr/local/icecast/bin/icecast -c /usr/local/icecast/conf/icecast.kpfb.conf -b > /dev/null 2>&1 Tim On Mon, Sep
2004 Aug 06
2
broadcast FM radio
Hi. I want to broadcast FM radio. Can i pass data directly from my radio card to livecast and finally to my server, or must i pass data in the sound card after the radio card and before liveice? Thanks in advance, Bertrand. -------------- Jusqu'à 60 heures gratuites pour toute souscription à l'un des nouveaux Forfaits Liberty Surf
2004 Aug 06
2
do darkice and shout play together well
Mixice (www.lns.com/papers/mixice) does. I have it running on FreeBSD 4.x machines for KKSF, KPFA, KFCF, etc. for a live MP3 stream (icecast 1.x.x). I will have an OGG version of it soon as we have some demand for better quality streams. Tim On Thu, Nov 07, 2002 at 09:36:16PM -0500, Jim wrote: > ok then what runs reliably on a freeBSD system? ices? > > On Thursday, November 7, 2002,
2004 Aug 06
2
DarkIce
Well I read the instructions this time...duh... I've got Redhat 7.1...followed the instructions in the INSTALL.lame file for Redhat. I don't have gcc3 installed I guess cause it still failed. Matt >>> darkeye@tyrell.hu 9/19/01 12:53:37 PM >>> On Wed, 19 Sep 2001, Matthew Mencel wrote: > Other Live streamers??? Will the new Ices2 work with Icecast 1.3.11? Is it
2004 Aug 06
3
Sorting File List
Hello folks, I was wondering if there was a way to have the file listing displayed by (http://v-man.ca:8000/file) sorted in alphabetical order? My playlists are in alphabetical order, but I am playing them randomly on the mountpoint. With this is mind, I am assuming that icecast is serving up the playlist as it has been given it by ices. Any thoughts? Gary. v-man.ca:8000 <p>--- >8
2004 Aug 06
3
Gain control
How are people doing gain control, out of curiosity? I know boxes exist (anyone have names and mfrs?) that ride the gain for big radio stations, ensuring that there is no distortion and raising the volume of songs recorded at a lower volume. I'd probably buy one if I knew what to buy. ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org Now Playing at:
2004 Aug 06
2
I am a Idiot
> I am going to shout one more question out in the air, is it LiveICE i use to > let ICECAST stream mp3's from a file ? Nothing let's icecast stream mp3s from a file. Icecast always(1) gets it's input from a socket, generally via some 'source' program like ices, liveice, shout, etc. Now, as for which source you want, that depends on how you are streaming. If you are
2004 Aug 06
2
Broadcasting w/o server
Ok, there are cool complex products such as SHOUTcast and icecast, but is there some simplier solution? What i need is simple plugin, allowing other guys in home LAN listen the same thing that i do? I do not want to download/install/setup one more program such as server. I do not need complex things. Just one and very simple - share my current winamp sound. --- >8 ---- List archives:
2004 Aug 06
1
FreeBSD - 2 soundcards?
Hello, does anyone have experience of running two or more sound cards in a FreeBSD machine? I'm using liveice/icecast to stream radio stations, and I'd like to get several in one box. I realise a BSD list would be a better place for this, but who else but streaming folk would ever think about multiple sound cards? After installing a second card, when I makedev snd1, it creates all the
2004 Aug 06
3
do darkice and shout play together well
At 10:35 AM 7/11/2002 -0500, you wrote: >im resetting up a server for a college radio station and for the new >box we got a decent processor and maxed out the RAM so in addition to >the 2 live encoded streams i want to add 2 prerecorded stream, 1 with >bands that have played live on the air and one of public affairs show, >and i was wondering if darkice and shout will play
2004 Aug 06
3
Taking output from lame and streaming it
Hi list, OK, I have managed to get somewhere, but now I am really stuck. I have taken the audio from esound and piped it to lame with something like <p>esdmon | lame -h -b 32 -x - - | o I have this nicely encoded mp3 stream being piped to stdout, and from there I have no idea how to get it to the icecast server. I dare say it could be done quite painlessly with libshout but I have no
2004 Aug 06
3
Remote Telecasts?
All -- Does anyone have experience doing remote live broadcasts over Icecast? My thought is to use a Dell laptop running Windows (yeah, I know ;-), digitize locally to 16khz, and pump the output to a remote Linux box. Has anyone done something like this before? Thoughts? Issues? Thanks, Roy --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2017 Nov 08
4
Gapless concatenation of Opus frames
Hi! Short version of my question: How to produce Opus frames which can be safely concatenated and how to embed them into a WebM file? Long version: I'm currently implementing a web-based audio player which streams audio as opus/WebM using the HTML5 media source extensions. Currently, the server decodes a set of input files to a fixed RAW audio format (stereo, 48000 kHz) and encodes the
2020 Jul 24
4
Remove ANSI colour trings from log files only
Hi, Is there a way to drop the ANSI colour strings from log files? In particular, I've got JSON logging throwing logs over to ES, but they have the ANSI colour escape sequences. Ideally I don't want to lose coloured logs from the console though, and I can't "see" a way to do this. Ast 16 at the moment… Andrew -------------- next part -------------- An HTML attachment was
2017 Nov 13
3
Gapless concatenation of Opus frames
Hi Jean-Mark, thank you for your answer! Yes, you understood my question correctly. I was just about to compose a reply to my original question, where I described how I solved my problem. As you've already suggested, I've switched to Ogg/Opus, which is better supported, but does not work with the Media Source Extensions. I'll have a look whether disabling prediction will help with
2017 Nov 16
2
Gapless concatenation of Opus frames
Hi all, I finally understand how lipopusenc is capable of producing chainable Opus files (in contrast to my program), and I managed to successfully implement the method [1]. Essentially, the last frame of a file is marked as a "keyframe" by disabling prediction for this frame in libopus. This encoded keyframe frame is then copied in verbatim to the next file, with the pre-skip set to
2004 Aug 06
5
multiple liveice sources
Hi, I am trying to stream two different sources with two soundcards using liveice and icecast, all from single Linux box. Can anyone tell me if this is possible? I tried creating two sets in the liveice config file where I specified different devices. No erros but the latter source was streamed on both mount points. Running two instances of liveice talking to one instance of icecast failed.