similar to: Straming question with ezstream

Displaying 20 results from an estimated 7000 matches similar to: "Straming question with ezstream"

2007 Jun 19
1
m3u list - encode/decode?
I'm now trying to use an m3u formatted list to pass to ezstream rather than stdin. Since all of my audio files are in .wav format, and I have oggenc, I see no reason to decode them before ogg encoding them. Is there a configuration I can use to make this happen? I tried omitting the decode parameter and ezstream complained. Here is what I have now: <ezstream>
2006 Jun 18
1
Unexpected ezstream exit
Hi, I've been working on a customized version of ezstream and I've been noticing that with a particular setup after playing particular tracks ezstream terminates. I say terminates because there are no error messages, it just exits. I've tried this on both my version and the stock version available via icecast.org just be certain and it happens with both versions. I'm
2007 Jun 19
0
m3u list - encode/decode?
I'm now trying to use an m3u formatted list to pass to ezstream rather than stdin. Since all of my audio files are in .wav format, and I have oggenc, I see no reason to decode them before ogg encoding them. Is there a configuration I can use to make this happen? I tried omitting the decode parameter and ezstream complained. Here is what I have now: <ezstream>
2007 Jun 16
0
Fw: Conceptual problem?
Hi, Stupid thing should have gone to the list. Argh. Geoff. ----- Original Message ----- Hi, Excuse the non-delimited quotes, am using Windows temporarily. ----- Original Message ----- From: "Tod Thomas" <tod at creekroadconsulting.com> To: "Geoff Shang" <geoff at QuiteLikely.com> Cc: <icecast at xiph.org> Sent: Saturday, June 16, 2007 9:13 PM
2007 Sep 06
0
Ezstream and AAC+ ?
Hi I'm new to this list, so please forgive me if I ask a dumb question! I know that AACplus is a dirty word here but.... I'm trying to make comparisons between live streams of OGG and AACplus at different bitrates. The only way I've found of streaming AAC+ so far from Linux is by running Winamp under wine and sending this to my Icecast2 server. This sort of works, but is hardly
2007 Jun 16
1
Conceptual problem?
Geoff Shang wrote: > Hi, > > I'd think it'd be easy enough to get Ezstream to do what you want, possibly > using sox to do the appropriate decoding. Then you could encode as ogg or > mp3 as required. I might end up going in that direction. > Not sure what you mean by "output to the mount defined in icecast.xml". > Mounts in Icecast don't refer to
2005 Jan 08
0
eztream broken pipe, 0.2.0 doesnt compile
Well, I see ezstream 0.2.0 is downloadable, so I downloaded it and tried to compile. Unfortunately it won't compile for me. The configure script runs fine. Here's the output of make. Joel make all-recursive make[1]: Entering directory `/home/jbebel/ezstream-0.2.0' Making all in src make[2]: Entering directory `/home/jbebel/ezstream-0.2.0/src' source='ezstream.c'
2005 Jan 14
2
ezstream keeps getting glibc error on song
Hello everyone, I just setup an mp3 streaming server on an old laptop I had laying around using icecast and ezstream. The problem I am having is that when ezstream gets to a certain song in a playlist I get the error "*** glibc detected *** free(): invalid next size (fast): 0x080576e0 ***". I'm not sure if it is doing this because of the song number it is or if it is a
2015 Oct 08
2
EZStream: Can it stream a URL?
Additional to my earlier post, I was also thinking of a single broadcast relay, but it's not possible to start it and stop it on demand. One way around this might be to load a special Icecast XML with the relay in it at the program's broadcast time, then reload the regular one when the relayed program ends. Klugey, but it could work I suppose. On Thu, 08 Oct 2015 06:20:47 +0000, you
2005 Dec 13
1
seamless looping mp3 files to icecast
Hello, The previous message seems to confirm that I'm posting to the right place - apologies if not. I have a project where I'm streaming live software-generated PCM audio to icecast via ices 2.0 stdinpcm - this works great for ogg vorbis (thanks very much guys!) I haven't been able to find a stdin-based solution for PCM->mp3->icecast, is there one? From the docs, it looks
2015 Oct 09
0
EZStream: Can it stream a URL?
reflum, On Thu, 2015-10-08 at 14:52 -0400, Steve Matzura wrote: > Additional to my earlier post, I was also thinking of a single > broadcast relay, but it's not possible to start it and stop it on > demand. One way around this might be to load a special Icecast XML > with the relay in it at the program's broadcast time, then reload the > regular one when the relayed program
2006 Jun 26
0
converting mp3's to aac+ or ogg
Hi, I'll attach my ezstream.xml file to illustrate how ezstream can be "programmed" to do various on-the-fly re-encodings. The basic idea is to treat each <encdec> section as a pair of cmd-line tools: implying a *ix pipe connects the output of the <decode> cmd to the input of the <encode> cmd. The stdout of the <encode> cmd is fed back to ezstream for
2005 Feb 21
2
theora streaming problem...
hi everyone! i'm playing around with theora streaming for the linux audio conference 2005 (http://lac.zkm.de). i checked out svn.xiph.org/trunk, built all ogg, vorbis, speex and theora related libs from scratch, then pulled icecast-2.2.0. three issues: [1] icecast runs fine as always, but when i do cat myvideo.ogg | oggfwd myhost 8000 mypasswd /test.ogg, the stream dies after a few
2015 Dec 10
1
Extending Icecast 2.4.X against Ezstream (Run External Script or Integrate Ezstream Source)
Good evening, I am extending Icecast 2.4.x in a project that intends to use ezstream many times during the Icecast execution life cycle. At the point when I "start up" ezstream, I am faced with a dilemma of whether I should just integrate the ezstream source code into my project and program directly to the procedures, or whether I should just use shell scripts to control ezstream.
2015 Jul 22
1
Trouble with EZStream
The following behavior began about a day ago. NO changes have been made to the Fedora 20 (Heizenbug) system on which these things run. For no obvious or accountable reason, EZStream has stopped streaming. Here's a copy of the output from the ezstream command itself: # ezstream -c "/home/admin/ezstream/dn.xml" ezstream: Connected to http://localhost:8000/broadband ezstream: Streaming
2004 Aug 06
0
Update ezstream playlist 'on the fly'
Jappe: I've just added this functionality to ezstream. You can now send ezstream a SIGHUP and it will re-read the currently processing playlist file (it will currently do nothing if you are reading from stdin). In this case ezstream will keep track of the last track played and will reposition to that track (if it exists in the new playlist, otherwise it will just restart at the
2005 Jan 15
0
A few more ezstream questions
At 01:58 PM 1/14/2005, you wrote: >I know you guys are tired of me asking questions. I promise it will slow >down soon. But I have a few more questions about ezstream. > >1. How can I redirect the ezstream output to a file? Every time I give >ezstream a pipe or redirection of the command line, it doesn't output >anything at all? I've had ezstream 0.1.2 shut down
2004 Aug 06
0
new utility - ezstream
On Saturday 31 January 2004 08:27, oddsock wrote: > At 03:07 PM 1/30/2004, you wrote: > >Thanks for your work on this oddsock. It's a major feature that's been > >missing from the Win32 environment. I presume you will be offering a > > Win32 binary on your site at some stage. > > why sure! http://www.icecast.org:8082/files/ezstream_win32_0.1.0_setup.exe >
2005 Mar 16
0
ezstream
ezstream is only for streaming files and playlists. Not live audio. Darkice (ogg and mp3), ices2 (ogg only), or liveice (I think mp3 only, but never used it) are better choices for doing live audio. ezstream is designed to be really simple, so it surprises me that re-encoding was included in it at all. ezstream can only stream one source to one icecast server/mountpoint. To my knowledge the
2015 Oct 07
4
EZStream: Can it stream a URL?
Got'ny good ideas for doing that then? I want to connect to a stream for restreaming, for lack of a better term. On Mon, 5 Oct 2015 14:41:08 +0100 (BST), you wrote: >On Mon, 5 Oct 2015, Steve Matzura wrote: > >> If I put a URL in the M3U file, will EZStream stream it through >> Icecast? > >No. EZStream is meant to be pretty basic. > >Geoff. >