Hello , I need to now how to get a mount path and password ,so I could broadcast can anyone help thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20061107/364f0e9c/attachment.htm>
icecast-bounces at xiph.org schrieb am 07.11.2006 08:22:55:> Hello , I need to now how to get a mount path and password ,so I > could broadcast can anyone help thanks.Hi, Have you already installed an icecast server on your machine? If so just add the following lines to your icecast.xml, restart the server, setup your streaming client and stream! <mount> <mount-name>/mount_path</mount-name> <username>source</username> <password>password</password> </mount> Hope that helps... best, Andreas
the 'mount path' is the place where the musics must be? .. I need to know here to put the mp3 that will be streamed. thanks.. Andreas Hierling escreveu:> icecast-bounces@xiph.org schrieb am 07.11.2006 08:22:55: > >> Hello , I need to now how to get a mount path and password ,so I >> could broadcast can anyone help thanks. > > > Hi, > > Have you already installed an icecast server on your machine? If so just > add the following lines to your icecast.xml, restart the server, setup your > streaming client and stream! > > <mount> > <mount-name>/mount_path</mount-name> > <username>source</username> > <password>password</password> > </mount> > > > > Hope that helps... > > best, > > Andreas > > > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >