Displaying 20 results from an estimated 10000 matches similar to: "new utility - ezstream"
2004 Aug 06
0
new utility - ezstream
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.
Regards,
Ross Levis
=====================================
StationPlaylist.com
http://www.stationplaylist.com
Low-cost music scheduling, live assist & automation software for
radio broadcasting, internet
2004 Aug 06
2
new utility - ezstream
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
also, a note of mention, reading from stdin seems to be broken on win32,
but works
2005 Jan 19
1
ezstream question
At 08:22 AM 1/19/2005, you wrote:
>Oddsock, have you had any thoughts about having multiple outputs from a
>single streamTranscoder instance? I'm currently runing two instances,
>both transcoding the same stream, and it occured to me that it should be
>at least theoretically possible to have one decode stage rather than
>having to have two.
it's certainly something
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>*****</sourcepassword>
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 binary.
My question, who
2005 Jan 19
2
ezstream question
Geoff Shang said:
> Hi:
>
> I don't think you'll be able to do this with EZStream, I don't think it has
> the capability to send more than one stream instance, but I could be
> wrong.
>
> Also, the reencode isn't going to match your standard input, as it's
> looking for files ending in .mp3 which of course standard input won't do.
>
> Geoff.
2005 Jan 14
1
Ez-Stream and Error
Hi....i will becam here an error under EZStream(Win32)
"Unknown format THEORA, passing right on through!
Unable to open file pipe:"...
Im usung the ffmpeg2theora-0.12.exe
here the XML File
Greets
<!-- This example is for a input playlist that can contain
avi and mpg (video) files files and a output stream that
is OggTheora. The output stream settings (bitrate, channels,
2005 Oct 19
2
IceS & Ogg/Theora
On Tue, 2005-10-18 at 22:44 -0500, oddsock wrote:
> ezstream will read from stdin if you use "stdin" as the <filename> in your
> conf file.
What kind of data does it expect on stdin? just a file name? how will it
trigger/request another filename when the current one is over?
Thank you for your contributions :-)
--
Administration & Formation ? l'administration
de
2004 Sep 14
2
Questions on setting up icecast
At 04:14 AM 9/14/2004, you wrote:
>JLB wrote:
>>Sorry, gang. The FAQ didn't seem to answer me, nor did Googling...
>>I merely want a simple solution to do the following:
>>I am setting up a streaming server for in-house use.
>>I want it to broadcast the RAW MP3 DATA from my actual MP3 files, as I
>>listen to them in xmms.
>>In other words, I DO NOT want:
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 playlist. I have two options at the
moment to do this:
- restart ezstream
-
2004 Sep 14
3
Questions on setting up icecast
yep, they simply forward the bitstream to icecast. And in general, bitrate
changes are handled by most listening clients, although very few I have
found (if any) can handle samplerate changes appropriately.
oddsock
At 10:03 AM 9/14/2004, you wrote:
>You mentioned these programs and their "no-reencoding" mode. Can they
>handle collections of MP3s of different bitrate?
>
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
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
2005 Jan 10
2
ezstream is streaming differently bitrate to config file
hi together, our e zastream is streaming the bitrate that is original
in the mp3 file. but in the config i have 24. have you any idea ?
thank you
<ezstream>
<url>http://localhost:8010/backup</url>
<sourcepassword>+++</sourcepassword>
<format>MP3</format>
<filename>playlist.m3u</filename>
<svrinfoname>Radio.Chatlabel.de
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 is supposed to be
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
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>
2007 Oct 29
4
What's best practice for serving multiple formats from a remote icecast server?
We are running an icecast2 server in conjunction with our LPFM radio
station and need a little advice.
We have been serving a single 128k ogg stream from a remote server and
would like to make additional formats available (e.g. mp3, lower
bandwidth, etc.)
I would think this has been done a few thousand times and there would be
a "best practice" but I can't find it.
Our basic
2005 Jan 14
2
ezstream reencode
On Friday, 14 January 2005 at 09:26, Carsten Henkel wrote:
> Guten Tag Carsten Henkel,
>
> Am Freitag, 14. Januar 2005 um 08:59 schrieben Sie:
>
> CH> what is the alternate to ezstream for streaming without a gui ?
>
> is ices0.4 a good choice to stream & reencode playlists ?
I think so. :)
I'd be surprised if it ran on windows though.
2005 Oct 17
1
source for Ogg//Theora + ezstream.
On Mon, 2005-10-17 at 13:36 -0500, oddsock wrote:
> even if you aren't re-encoding, you still need to tell ezstream what
> content-type to use (via the <format> setting) when connecting to icecast.
The subtype of the stream is told as Vorbis in the icecast stats page.
I provide you the content of my simple ezstream config file.