search for: svrinfopublic

Displaying 16 results from an estimated 16 matches for "svrinfopublic".

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.
2007 Dec 11
0
Re: Create a live stream and problem in the webplayer
...<svrinfodescription>This is a stream description</svrinfodescription> <svrinfobitrate>200</svrinfobitrate> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <!-- A missing or commented out <svrinfopublic /> element means no advertising on YP for this broadcast: --> <!-- <svrinfopublic>1</svrinfopublic> --> <reencode> <!-- Enable the reencoding feature: --> <enable>1</enable> <!-- Each <encde...
2007 Dec 17
0
Re: Create a live stream and problem in the webplayer
...<svrinfodescription>This is a stream description</svrinfodescription> <svrinfobitrate>200</svrinfobitrate> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <!-- A missing or commented out <svrinfopublic /> element means no advertising on YP for this broadcast: --> <!-- <svrinfopublic>1</svrinfopublic> --> <reencode> <!-- Enable the reencoding feature: --> <enable>1</enable> <!-- Each <encde...
2005 Jan 14
1
Ez-Stream and Error
...infobitrate>128</svrinfobitrate> <!-- Quality is only applicable to ogg vorbis streams --> <!-- <svrinfoquality>1.0</svrinfoquality> --> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>1</svrinfopublic> <reencode> <enable>1</enable> <!-- Each encdec block specifies a pair of programs used for decoding and encoding of the stream. If reencoding is enabled, then all input files must be first decoded before...
2010 Nov 01
4
Camera MJPEG to Icecast
...ename> <stream_once>1</stream_once> <svrinfoname>My Stream</svrinfoname> <svrinfourl>http://www.oddsock.org</svrinfourl> <svrinfogenre>Other</svrinfogenre> <svrinfodescription>Mata Merapi</svrinfodescription> <svrinfopublic>0</svrinfopublic> </ezstream> ----STOP------- Kindlyplease give me your enlightment to fix this problem Sincerely -bino-
2005 Oct 17
1
source for Ogg//Theora + ezstream.
...t;svrinfoname>Rakotomandimby test TV</svrinfoname> <svrinfourl>http://www.rktmb.org/</svrinfourl> <svrinfogenre>Madagascar Information</svrinfogenre> <svrinfodescription>Test phase for the moment, with video clips</svrinfodescription> <svrinfopublic>1</svrinfopublic> <reencode> <enable>0</enable> </reencode> </ezstream> ################################################################## ######################## Icecast stats page ################# [...] subtype: Vorbis [...] #############...
2007 Jun 19
0
m3u list - encode/decode?
...ate>88</svrinfobitrate> <svrinfoquality>1.5</svrinfoquality> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <!-- Allow the server to advertise the stream on a public YP directory: --> <svrinfopublic>0</svrinfopublic> <reencode> <!-- Enable the reencoding feature: --> <enable>1</enable> <!-- Each <encdec /> element specifies a pair of programs to be used for decoding and encoding, respectively, an...
2010 Nov 01
0
Camera MJPEG to Icecast
...ream_once>1</stream_once> > ? ?<svrinfoname>My Stream</svrinfoname> > ? ?<svrinfourl>http://www.oddsock.org</svrinfourl> > ? ?<svrinfogenre>Other</svrinfogenre> > ? ?<svrinfodescription>Mata Merapi</svrinfodescription> > ? ?<svrinfopublic>0</svrinfopublic> > </ezstream> > ----STOP------- > > Kindlyplease give me your enlightment to fix this problem > > Sincerely > -bino- > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.o...
2005 Dec 15
0
Ezstream Program Call Patch
...<svrinfogenre>$GENRE</svrinfogenre> <svrinfodescription>$DESRIPTION</svrinfodescription> <svrinfobitrate>$RATE</svrinfobitrate> <svrinfochannels>$VOICES</svrinfochannels> <svrinfosamplerate>$FSAMPLING</svrinfosamplerate> <svrinfopublic>$PUBLIC</svrinfopublic> </ezstream> It makes : Connecting to http://xxxxxxxxxxxxxxxx...SUCCESS. Streaming /home/xxxxxx/stream/ezstream_feed.sh Opening file (/home/xxxxxx/stream/ezstream_feed.sh) Songinfo is (ezstream_feed) Streaming /home/xxxxxxx/stream/ezstream_feed.sh Opening fil...
2005 Jan 19
3
ezstream question
...> <svrinfogenre>RockNRoll</svrinfogenre> <svrinfodescription>INFODESC</svrinfodescription> <svrinfobitrate>64</svrinfobitrate> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>1</svrinfopublic> <reencode> <enable>1</enable> <encdec> <format>MP3</format> <match>.mp3</match> <decode>madplay -o raw:- "@T@"</decode>...
2005 Feb 08
0
setting up a windows icecast server
...bitrate>128</svrinfobitrate> <!-- Quality is only applicable to ogg vorbis streams --> <!-- <svrinfoquality>1.0</svrinfoquality> --> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>1</svrinfopublic> </ezstream> Please help me solve this problem!! Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050208/a7af6e3c/attachment-0001.html
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
...re> <svrinfodescription>Das Radio von ChatLabel.de</svrinfodescription> <svrinfobitrate>24</svrinfobitrate> <svrinfoquality>4.0</svrinfoquality> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>0</svrinfopublic> </ezstream> -- Mit freundlichen Gr?ssen Carsten Henkel mailto:carsten@chatlabel.de Die meisten Menschen wenden mehr Zeit und Kraft daran, um die Probleme herumzureden, als sie anzupacken. (Henry Ford I.) dieser Text ist zuf?llig ge...
2005 Feb 08
1
setting up a windows icecast server
...bitrate>128</svrinfobitrate> <!-- Quality is only applicable to ogg vorbis streams --> <!-- <svrinfoquality>1.0</svrinfoquality> --> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>1</svrinfopublic> </ezstream> Please help me solve this problem!! Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050208/f0ee0bbe/attachment.htm
2007 Jun 19
1
m3u list - encode/decode?
...ate>88</svrinfobitrate> <svrinfoquality>1.5</svrinfoquality> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <!-- Allow the server to advertise the stream on a public YP directory: --> <svrinfopublic>0</svrinfopublic> <reencode> <!-- Enable the reencoding feature: --> <enable>1</enable> <!-- Each <encdec /> element specifies a pair of programs to be used for decoding and encoding, respectively, an...
2005 Jan 13
4
ezstream reencode
...re> <svrinfodescription>Das Radio von CHatLabel.de</svrinfodescription> <svrinfobitrate>64</svrinfobitrate> <svrinfoquality>4.0</svrinfoquality> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>0</svrinfopublic> <reencode> <enable>1</enable> <encdec> <!-- Support for MP3 decoding via madplay, and encoding via LAME --> <format>MP3</format> <match>.mp3</match>...