LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Shout onlien music streaming feed (https://www.linuxquestions.org/questions/linux-software-2/shout-onlien-music-streaming-feed-110126/)

rmanocha 10-29-2003 06:58 PM

Shout onlien music streaming feed
 
hi!
I am trying to get icecast working at home for an online music streaming feed.
i installed icecast...configured it and started it without any problems.
I then installed the shout stream feeder and configured it. i then made a playlist following an online howto using the command:
find [mp3 directory] -name -print > playlist and put this file in the loacation where the shout script looks for it(/usr/local/icecast/etc).
when i start the shout script giving it my host name it starts up fine but then tries to resolve the files but is not able to do that(i have attached what happen below).
i would really appreciate if someone could help me.
./shout manocha.dnsalias.org
Shout version 0.8.0 - www.icecast.org

Connected: [manocha.dnsalias.org:8000\default]

[[mp3 directory]/alice deejay - better of alone.mp3]
[6:52] Size: 6604301 Bitrate: 128000 (84670 bytes/dot)


it just remains at this...i get a couple of exclamation marks after this and then i shut it down once i cannot take it ne longer.
is it normal for it to take so long or is there somethig wrong?
also could you suggest some other feeder if there is one which is better than shout.
thanks

unSpawn 11-04-2003 04:50 PM

Can you verbose error reporting or start the app in debug mode to find more info?
Does the application have access rights to the mp3 directory and files?
Is it a quoting issue (like in "find [mp3 directory] -type f -name "*.mp3"-printf "\"%p\"\n" > playlist")?


All times are GMT -5. The time now is 09:00 PM.