Displaying 20 results from an estimated 3000 matches similar to: "Setting up a windows icecast server problem"
2005 Feb 08
1
setting up a windows icecast server
I'm having problems with setting a windows icecast server.  Below is what my icecast config file looks like.
<icecast>
    <!-- set hard limits for server usage --> 
    <limits> 
        <!-- max number of clients at a time -->
        <clients>100</clients> 
        <!-- max number of sources at a time -->
        <sources>25</sources> 
2005 Feb 08
0
setting up a windows icecast server
I'm having problems with setting a windows icecast server.  Below is what my icecast config file looks like.
<icecast>
    <!-- set hard limits for server usage --> 
    <limits> 
        <!-- max number of clients at a time -->
        <clients>100</clients> 
        <!-- max number of sources at a time -->
        <sources>25</sources> 
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>
    
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 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 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
2010 Nov 01
4
Camera MJPEG to Icecast
Dear All ...
I have AXIS camera with output mjpeg format.
I try to relay it to outside world using ffmpeg and it work
The recipe is taken from 
http://www.daantje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/
Now .. I want to do it the otherway with Icecast
I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg 
| ffmpeg2theora -a 0 -f mjpeg -o /dev/stdout |
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 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.
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 Dec 15
3
Ezstream Program Call Patch
Alrighty,
Got it patched and working (at least in my one setup).  You can pull
the patch from:
http://denetron.com/~dballenger/ezstream-program.patch
(I can post the pre-patched source too if people would like)
You'll have to add a "<filetype></filetype>" line into your config
files, just put "file" if you want it to work just by reading that
file or playlist.
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
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 Dec 11
0
Re: Create a live stream and problem in the webplayer
Hi guys ,
first of all I want to thanks to you for your reply.
My ezstream configuration it's this
<!--
   EXAMPLE: Ogg Theora playlist stream WITH reencoding and sequential 
playback
   This example streams a playlist that may contain .avi and MPEG files.
   Ezstream will use the ffmpeg2theora program to both decode and 
reencode the
   video files to Ogg Theora. The output stream
2007 Dec 17
0
Re: Create a live stream and problem in the webplayer
Hi guys ,
first of all I want to thanks to you for your reply.
My ezstream configuration it's this
<!--
   EXAMPLE: Ogg Theora playlist stream WITH reencoding and sequential 
playback
   This example streams a playlist that may contain .avi and MPEG files.
   Ezstream will use the ffmpeg2theora program to both decode and 
reencode the
   video files to Ogg Theora. The output stream
2005 Mar 29
2
Newby question
Hello!
 I'm trying to get icecast working in windows with ezstream...i know it
should be easy enough to figure out lol..i'm new to icecast. i get an error
from ezstream...cannot open playlist.m3u...I've made a text file called
playlist.m3u and put it in the web directory of icecast...is this the right
location? what do i have to put into the playlist to get it up and running?
Thank
2010 Nov 01
0
Camera MJPEG to Icecast
Not sure if you perhaps intended to obfuscate these for the purposes
of email, but in ezstream you are using a different source password to
oggfwd.
- Leo
On 1 November 2010 10:17, Bino Oetomo <bino at indoakses-online.com> wrote:
>
> Dear All ...
> I have AXIS camera with output mjpeg format.
>
> I try to relay it to outside world using ffmpeg and it work
> The recipe is
2015 Jul 12
2
Customized M3u for Icecast. Are there additional switches on XML / M3u Ezstream to override MetaData Tags in Mp3 with alternate tags
Hello. I have been streaming IceCast for about three years now and have 
run into a problem, which I hope this forum can resolve
We stream non copyright songs from independent musicians. When they 
upload their music to our site, they
upload Mp3's of which some have entered the MetaData information in the 
MP3. Problem, musicians dont always do this, leaving
the meta data very sparse.... When
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
-
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