Home Shoutcast server
Posted: Sat Jan 12, 2013 1:58 pm
Hi all,
I'm trying to set up a solution where I can set up a shoutcast server and pick up the streams throughout the house.
I have got so far as setting up a shoutcast server and have winamp installed on a Windows PC feeding it. This all works if I connect to the stream through another winamp using the URL http://192.168.1.99:7984.
My problem is I cannot get this to work on my xbox's, I have a .strm file that simply contains the line above but cannot get the stream to play. Here is a bit of the log file from XBMC:
Any ideas?
I'm trying to set up a solution where I can set up a shoutcast server and pick up the streams throughout the house.
I have got so far as setting up a shoutcast server and have winamp installed on a Windows PC feeding it. This all works if I connect to the stream through another winamp using the URL http://192.168.1.99:7984.
My problem is I cannot get this to work on my xbox's, I have a .strm file that simply contains the line above but cannot get the stream to play. Here is a bit of the log file from XBMC:
Code: Select all
18:23:18 M: 40128512 NOTICE: DVDPlayer: Opening: http://192.168.1.99:7984
18:23:18 M: 40345600 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:23:18 M: 39800832 NOTICE: Creating InputStream
18:23:18 M: 38907904 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 7
18:23:18 M: 38907904 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
18:23:18 M: 39010304 ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.99:7984/>
18:23:18 M: 39809024 ERROR: CDVDPlayer::OpenInputStream - error opening [http://192.168.1.99:7984]
18:23:18 M: 39809024 NOTICE: CDVDPlayer::OnExit()
18:23:18 M: 39809024 NOTICE: CDVDPlayer::OnExit() deleting input stream
18:23:18 M: 40321024 ERROR: Playlist Player: skipping unplayable item: 0, path [http://192.168.1.99:7984]
18:23:18 M: 40325120 NOTICE: CDVDPlayer::CloseFile()
18:23:18 M: 40325120 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:23:18 M: 40325120 NOTICE: DVDPlayer: waiting for threads to exit
18:23:18 M: 40325120 NOTICE: DVDPlayer: finished waiting
Any ideas?