Page 1 of 1

Redirect radio stream?

PostPosted: Mon Oct 06, 2008 10:37 pm
by AndyD
I discovered subSonic for the first time the other day.....OMG what a sweet piece of software. Congrats Sindre, this is a beaut!

Can radio stations be made to stream from SubSonic? i.e. the original stream is on a port number I can't get to from work, can SubSonic stream it to me on Subsonic's port?

Oh, and can SubSonic run from an Apache folder rather than hogging a port all to it's self? ;)

Oh, one last question. What is the memory setting for in SubSonic.exe? Mine is set to 64mb but subsoni.exe has 160mb according to taskmanager!?

Re: Redirect radio stream?

PostPosted: Tue Oct 07, 2008 7:01 am
by sindre_mehus
AndyD wrote:Can radio stations be made to stream from SubSonic? i.e. the original stream is on a port number I can't get to from work, can SubSonic stream it to me on Subsonic's port?

No, sorry.

Oh, and can SubSonic run from an Apache folder rather than hogging a port all to it's self? ;)

I guess you can use the war version of Subsonic, deploy it in Tomcat, and configure Apache to forward Subsonic http requests to Tomcat.

Oh, one last question. What is the memory setting for in SubSonic.exe? Mine is set to 64mb but subsoni.exe has 160mb according to taskmanager!?

That's the maximum Java heap size. As you pointed out, the process will use more "native" memory. Java will allocate memory for other things, including a stack for each thread.

Regards,
Sindre