search for: ezstream

Displaying 20 results from an estimated 315 matches for "ezstream".

Did you mean: zstream
2005 Jan 05
2
eztream broken pipe
I discovered an interesting problem with ezstream. I'm using version 1.2. I see 2 is listed on the website but appears to be a broken link. Otherwise I'd try it to see if it exhibits the same problem. I'm using ezstream as a fallback mount for a radio station. It plays a 30 second ogg file over and over. The ogg file is just...
2005 Jan 14
2
A few more ezstream questions
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 on me after several hours and I was hoping to retrieve an error message or something so I...
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 d...
2004 Aug 06
3
Update ezstream playlist 'on the fly'
Hi, I'm using ezstream to stream a list of mp3 files to my icecast2 server which works great. I'm using a m3u playlist file which ezstream reads when it starts and rereads when it loops. The problem is that this playlist is quite long and I would like to be able to inject a song last minute some where in the play...
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 cont...
2015 Mar 24
5
EZStream 0.5.6 Says No Such Share Object
On Fedora 20 (Heizenbug), when the command: /usr/local/bin/ezstream -q -c "{some-file}.xml" is executed, the error message: /usr/loca/bin/ezstream: error while loading shared library: libtag_c.so.0; cannot open shared object file: no such file or directory is displayed. "find" shows it's in /usr/lib64, which is a link to /usr/lib64/libtag...
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...
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 ``Democracy Now! - Democracy Now! Tuesday, July 21, 2015'' MPEG Audio De...
2006 Apr 20
2
using ezstream with stdin
I'm having a hard time not getting mp3 data to ezstream via stdin fast enough. The vb.net application I'm writing, ezstream and icecast are all running on the same machine (Widows XP). Some where in the process, a buffer empties out and that results in a drop out when you are listening. Usually the dropout happens at a song change. At first I w...
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 problem with ezstream. I...
2005 Jan 09
1
eztream broken pipe, 0.2.0 doesnt compile
At 10:21 PM 1/8/2005, you wrote: >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 > >ezstream.c:406: warning: unused variable `ret' >ezstream.c: In function `main': >...
2015 Mar 25
1
EZStream 0.5.6 Says No Such Share Object
On Wed, Mar 25, 2015 at 09:43:20AM -0400, Steve Matzura wrote: > I ridded myself of the 32-bit and install the 64-bit version of > EZStream on Fedora 20 (Heizenbug). The RPM doesn't offer 0.6.0, but no > matter, I'm sorry, the previous ezstream RPM package maintainer did not registered the package for monitoring new releases, so Fedora still delivers older version. However I upgraded the package yesterday, so after few days...
2005 Oct 17
2
source for Ogg//Theora + ezstream.
> >Icecast only > >streams the audio part of the video file. > sounds like you didn't have theora installed when you built icecast. Check > the config.log for your compile, and you'll probably see that theora > support was disabled. In the general section of the ezstream configuration file (before of <encode> ... </encode>), setting <format> to THEORA makes an error. Format unknown. As welll as I dont use encoding, I must specify the format outside of encode... How should I do it? -- Administration & Formation ? l'administration de serv...
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, othe...
2005 Dec 12
1
Ezstream
Greetings, I'm currently working on a program which utilizes Ezstream and Icecast2 (http://r404.sf.net). This project operates off a binary file generating the next file to be played, eztream had the funcalitiy required (mp3 -> ogg support on the fly) and seemed simple enough so I'm writing the modifications to ezstream to support getting the path off of a bi...
2005 Mar 16
2
ezstream
On Fri, 2005-03-04 at 09:46 +1100, Michael Smith wrote: ... > Compared to ices2, ezstream is very simple - easy to set up, easy to > use. It's also much, much less featureful. ezstream supports some > formats that ices2 doesn't, though. It also runs on some platforms > that ices2 doesn't (notably windows). > > If you really need mp3, you might also consider i...
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 on me after several >hours and I was hoping to retrieve an error message...
2010 Sep 24
2
ezstream for video
> Nicecast is really nice but I don't like spending $$$ when perfectly > suitable > stuff is free. LadioCast if you want to go GUI, or grab ezstream from > MacPorts > and run it under the hood. The latter is what I prefer. I use a mix of > icecast2, > ezstream, and streamripper run off of at jobs. Thanks for the ezstream tip. The good thing for me is that it looks like it streams ogg vorbis, for streaming video through icecast2....
2005 Jan 13
4
ezstream reencode
hi, i want to reencode our ezstream. but it dosent work. mdplay and lame are installed on the server. the config for ezstream is in the bottom of this mail. i dont understand the problem. have you any ieda ? have a lot of thanks my config: <ezstream> <url>http://localhost:8000/backup</url> <sourcepassword&...
2005 Jan 19
3
ezstream question
Hello, I can't seem to understand - how am I supposed to make ezstreams conf file to get ezstream to reencode the stream it gets in stdin, and send it to port streamreencoded.mp3 and also send it as not encoded to stream.mp3 ? The input is MP3, out should be MP3 - one notice - I do not have a sound card on the server - is it still possible ? >From what I read, it...