search for: sourcepassword

Displaying 18 results from an estimated 18 matches for "sourcepassword".

Did you mean: source_password
2005 Feb 09
1
Setting up a windows icecast server problem
...ction but I can't play music. I am using ezstream and below is some code from the ezstream config file. Do I need to include some code with in the regular icecast config file that points to the ezstream directory. <url>http://www.chris-on-the-web.com:8000/cwradio</url> <sourcepassword>abc123</sourcepassword> <format>MP3</format> <filename>playlist.m3u</filename> above I have a folder named cwradio which is within the ezstream directory and the folder contains the playlist.m3u file. If I type in http://www.chris-on-the-web.com:8000/cwra...
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 14
1
Ez-Stream and Error
...stream that is OggTheora. The output stream settings (bitrate, channels, etc.) are controlled by the parameters to ffmpeg2theora. (see the decode setting for the THEORA format later in this file). --> <ezstream> <url>http://xxx:8000/theora.ogg</url> <sourcepassword>xxx</sourcepassword> <!-- This is what form your output will take. If you are reencoding, this is the format to reencode to, if not then you need to make sure all your input files are in this format. --> <format>THEORA</format> <...
2010 Nov 01
4
Camera MJPEG to Icecast
...er station. I also tried to forward the ffmeg2theora output using ezstream with : ezstream -c ./matamerapi.xml .... same result , the mountpoint is not listed. My xml for ezstream is below : -----START---- <ezstream> <url>http://192.168.10.232:8000/matamerapi</url> <sourcepassword>bino262</sourcepassword> <format>THEORA</format> <filename>stdin</filename> <stream_once>1</stream_once> <svrinfoname>My Stream</svrinfoname> <svrinfourl>http://www.oddsock.org</svrinfourl> <svrinfogenre...
2005 Oct 17
1
source for Ogg//Theora + ezstream.
...cast. 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. ################################################################# <ezstream> <url>http://taloha.rktmb.org:8000/telegasy.ogg</url> <sourcepassword>xxxxxxxxxxxxx</sourcepassword> <format>THEORA</format> <filename>/home/mihamina/disk2/video/lisitra.m3u</filename> <svrinfoname>Rakotomandimby test TV</svrinfoname> <svrinfourl>http://www.rktmb.org/</svrinfourl> <svrin...
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
2007 Jun 19
0
m3u list - encode/decode?
...genc, 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> <url>http://localhost:8000/vorbis.ogg</url> <sourcepassword>hackme</sourcepassword> <!-- Since the reencoding feature is enabled below, <format /> sets the output format of the stream. --> <format>VORBIS</format> <filename>list.m3u</filename> <!-- Enable playlist shuff...
2010 Nov 01
0
Camera MJPEG to Icecast
...d the ffmeg2theora output using ezstream with : > ezstream -c ./matamerapi.xml .... same result , the mountpoint is not > listed. > > My xml for ezstream is below : > -----START---- > <ezstream> > ? ?<url>http://192.168.10.232:8000/matamerapi</url> > ? ?<sourcepassword>bino262</sourcepassword> > ? ?<format>THEORA</format> > ? ?<filename>stdin</filename> > ? ?<stream_once>1</stream_once> > ? ?<svrinfoname>My Stream</svrinfoname> > ? ?<svrinfourl>http://www.oddsock.org</svrinfourl>...
2005 Dec 15
0
Ezstream Program Call Patch
...program to fetch the media file path from. > > If some people could give it a whirl and make sure it works in other > setups I would appreciate it. > But can't load the script with this kind of config : <ezstream> <url>http://$SERVER:$PORT/$POINT</url> <sourcepassword>$PASSWORD</sourcepassword> <format>$TYPE</format> <filetype>script</filetype> <filename>/home/$USER/stream/ezstream_feed.sh</filename> <svrinfoname>$POINT @ $RADIO, $TOWN ($DESRIPTION)</svrinfoname> <svrinfourl>$WEBSITE&l...
2007 Dec 11
0
Re: Create a live stream and problem in the webplayer
...MPEG files. Ezstream will use the ffmpeg2theora program to both decode and reencode the video files to Ogg Theora. The output stream settings are controlled via the paramters to ffmpeg2theora. --> <ezstream> <url>http://localhost:8000/testmount.ogg</url> <sourcepassword>hackme</sourcepassword> <!-- Since the reencoding feature is enabled below, <format /> sets the output format of the stream. --> <format>THEORA</format> <filename>/root/Desktop/Scaletta.m3u</filename> <!-- Pla...
2007 Dec 17
0
Re: Create a live stream and problem in the webplayer
...MPEG files. Ezstream will use the ffmpeg2theora program to both decode and reencode the video files to Ogg Theora. The output stream settings are controlled via the paramters to ffmpeg2theora. --> <ezstream> <url>http://localhost:8000/testmount.ogg</url> <sourcepassword>hackme</sourcepassword> <!-- Since the reencoding feature is enabled below, <format /> sets the output format of the stream. --> <format>THEORA</format> <filename>/root/Desktop/Scaletta.m3u</filename> <!-- Pla...
2005 Jan 19
3
ezstream question
...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 something like this: <ezstream> <url>http://localhost:8000/stream.mp3</url> <sourcepassword>*</sourcepassword> <format>MP3</format> <filename>stdin</filename> <svrinfoname>INFONAME</svrinfoname> <svrinfourl>INFO</svrinfourl> <svrinfogenre>RockNRoll</svrinfogenre> <svrinfodescription>INFODESC...
2005 Feb 08
0
setting up a windows icecast server
...le is for a input playlist that must contain all MP3 files. ezstream will perform NO reencoding, and the destination stream bitrate, channels, etc. will be those of the input files --> <ezstream> <url>http://www.chris-on-the-web.com:8000/cwradio</url> <sourcepassword>macmichael01</sourcepassword> <format>MP3</format> <filename>playlist.m3u</filename> <!-- The following settings are used to describe your stream to the server. It's up to you to make sure the bitrate/quality/samplerate/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 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 (SendePause)</svrinfoname> <svrinfourl>http://radio.chatlabel.de</svrinfourl> <svrinfogenre>gemischt</svrinfogenre>...
2005 Feb 08
1
setting up a windows icecast server
...le is for a input playlist that must contain all MP3 files. ezstream will perform NO reencoding, and the destination stream bitrate, channels, etc. will be those of the input files --> <ezstream> <url>http://www.chris-on-the-web.com:8000/cwradio</url> <sourcepassword>macmichael01</sourcepassword> <format>MP3</format> <filename>playlist.m3u</filename> <!-- The following settings are used to describe your stream to the server. It's up to you to make sure the bitrate/quality/samplerate/channels...
2007 Jun 19
1
m3u list - encode/decode?
...genc, 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> <url>http://localhost:8000/vorbis.ogg</url> <sourcepassword>hackme</sourcepassword> <!-- Since the reencoding feature is enabled below, <format /> sets the output format of the stream. --> <format>VORBIS</format> <filename>list.m3u</filename> <!-- Enable playlist shuff...
2005 Jan 13
4
ezstream reencode
...de 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> <format>MP3</format> <filename>playlist.m3u</filename> <svrinfoname>Radio.Chatlabel.de (SendePause)</svrinfoname> <svrinfourl>http://radio.chatlabel.de</svrinfourl> <svrinfogenre>gemischt</svrinfogenre>...