Re: [GINI-user] How to Feed MP3's to GINI.
Status: Inactive
Brought to you by:
elmi2
From: monsta <mo...@us...> - 2003-03-11 08:20:10
|
hi, you can feed GINI with the ginifeed utility. first you have to create a playlist file with 'ls *.mp3 > playlist.txt' or 'find . -type f -name "*.mp3" > playlist.txt'. GINI by default binds to port 8000, this is the port you need to specify in ginifeed too (8000 by default in ginifeed too). so, let's assume you have your playlist, and you run GINI already. you can feed with ginifeed like this: 'ginifeed -p playlist.txt -m something.mp3' this way you'll have a stream in GINI called something.mp3, you can access it with an url 'http://yourhost:8000/something.mp3' with the audio players. for more info on options and feeding tricks please refer to the manual pages. cheers, Krisztian Pifko On Mon, 2003-03-10 at 07:14, Hari Mukkapati wrote: > I have just installed the GINI Streaming server. I dont know how to > feed the MP3s to GINI Server. Can somebody please let me know how to > feed the MP3's to the GINI. and also let me know how i can access this > broadcasting from the web. > > -Hari |