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 serveurs d?di?s: http://www.google.fr/search?q=aspo+infogerance+serveur
I guess I misunderstood what you were looking for.. ezstream reads *raw data* from stdin, not filenames. You configure ezstream with whatever type of media you are sending in (Vorbis, Theora, etc)...It certainly wont read filenames from stdin. oddsock At 04:44 AM 10/19/2005, Rakotomandimby Mihamina wrote:>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 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
On Wed, 2005-10-19 at 08:04 -0500, oddsock wrote:> I guess I misunderstood what you were looking for.. ezstream reads *raw > data* from stdin, not filenames. You configure ezstream with whatever type > of media you are sending in (Vorbis, Theora, etc)...It certainly wont read > filenames from stdin.http://www.oddsock.org/guides/video.php shows that: <ezstream> <url>http://192.168.6.1:8000/testmount.ogg</url> <sourcepassword>hackme</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>OGG</format> <filename>tracks.m3u</filename> ... So, <filename> takes a file list... -- Administration & Formation ? l'administration de serveurs d?di?s: http://www.google.fr/search?q=aspo+infogerance+serveur