Rakotomandimby Mihamina
2005-Oct-17 11:28 UTC
[Icecast] 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 serveurs d?di?s: http://www.google.fr/search?q=aspo+infogerance+serveur
if you are getting this error, then you have either mistyped THEORA in your ezstream config file or you are not using the latest (0.2) version of ezstream. 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. oddsock At 01:35 PM 10/17/2005, Rakotomandimby Mihamina wrote:> > >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 serveurs d?di?s: >http://www.google.fr/search?q=aspo+infogerance+serveur > >_______________________________________________ >Icecast mailing list >Icecast@xiph.org >http://lists.xiph.org/mailman/listinfo/icecast
Rakotomandimby Mihamina
2005-Oct-17 14:43 UTC
[Icecast] 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. ################################################################# <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> <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 [...] ############################################################# Launching ezstream in the command line interface: $ ezstream -c /etc/ezstream_1.xml Connecting to http://taloha.rktmb.org:8000/telegasy.ogg...SUCCESS. Streaming /home/mihamina/disk2/video/clips/antsa_an'i_kristy_haleloiah.ogg Opening file (/home/mihamina/disk2/video/clips/antsa_an'i_kristy_haleloiah.mpeg.ogg) Input does not appear to be an Ogg Vorbis bitstream. No metadata support. Songinfo is (antsa_an'i_kristy_haleloiah.mpeg) I guess ezstream expect a vorbis file. That may be my problem? No? -- Administration & Formation ? l'administration de serveurs d?di?s: http://www.google.fr/search?q=aspo+infogerance+serveur