Search found 154 matches

by Lane
Sun Mar 27, 2022 11:43 am
Forum: Steamcast
Topic: iOS and Mac OSX
Replies: 13
Views: 94593

Re: iOS and Mac OSX

Interesting that using port 80 works. That's not an option for me unfortunately.

I've been trying to get Safari on both macOS and iOS to receive from steamcast. Reading this I guess it's not possible for my situation. Darn! Steamcast was always my fav streamer.
by Lane
Thu Mar 17, 2022 4:19 pm
Forum: Steamcast
Topic: Steamcast 1.1.0 Beta
Replies: 21
Views: 755672

Re: Steamcast 1.1.0 Beta

Wowsers. It seems I was last here around 7 years ago. I was just wondering how 1.1.0 Beta is working out for people.
by Lane
Sat Dec 12, 2009 9:00 am
Forum: Steamcast
Topic: steamcast in difrentes ports
Replies: 3
Views: 12685

Re: steamcast in difrentes ports

How is running more than one instance of steamcast unstable?
by Lane
Thu Jun 11, 2009 9:04 am
Forum: Steamcast
Topic: Steamcast and Debian Lenny
Replies: 2
Views: 10391

Re: Steamcast and Debian Lenny

you need a -c argument in the command when you specify custom .conf file.

example:
./steamcast -c /some/config/file/steamcast.conf
by Lane
Thu May 28, 2009 12:04 pm
Forum: Steamcast
Topic: steamcast in difrentes ports
Replies: 3
Views: 12685

Re: steamcast in difrentes ports

you set up a different config file for each port you want to have. then you run steamcast once for each of those configs. If you use 3 configs/ports, you're running steamcast 3 times, once for each config. make sense?
by Lane
Sat Nov 15, 2008 9:04 am
Forum: Steamcast
Topic: SrcIP not working as expected
Replies: 3
Views: 14981

Re: SrcIP not working as expected

I thought I'd follow up to say that if I stick to shoutcast style connections, I get the behaviour I expect. What I'm actually doing is having two instances of steamcast running on the same port. One has ServIP set to localhost, and SrcIP set to the public IP. The other steamcast is reversed. DJ's ...
by Lane
Thu Nov 13, 2008 8:09 am
Forum: Steamcast
Topic: SrcIP not working as expected
Replies: 3
Views: 14981

Re: SrcIP not working as expected

Thanks for explaining that. I didn't realise it wouldn't work with an icecast type connection. Testing it now with a shoutcast type.
by Lane
Tue Nov 11, 2008 8:14 pm
Forum: Steamcast
Topic: SrcIP not working as expected
Replies: 3
Views: 14981

SrcIP not working as expected

tested with the linux version on a couple different systems. this is my first try at limiting access for a special circumstance. doesn't appear to allow access as I understand it should.

instead of SrcIP determining where I can connect through, it seems ServIP does. If I set SrcIP to 127.0.0.1, I ...
by Lane
Tue Oct 28, 2008 9:24 am
Forum: Steamcast
Topic: max of 70 listeners until problems
Replies: 10
Views: 35121

Re: max of 70 listeners until problems

hmm, rewrite sounds kinda like it will be a looooong wait for that one. :)

I remember you had concerns keeping it closed source in order to maintain it's integrity for shoutcast directory listing. Would having the base server open source impact on that?
by Lane
Sun Oct 26, 2008 9:58 pm
Forum: Steamcast
Topic: max of 70 listeners until problems
Replies: 10
Views: 35121

Re: max of 70 listeners until problems

yep. looks like.

# uname -a
Linux joshdnix 2.6.18-92.1.13.el5xen #1 SMP Wed Sep 24 20:01:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
by Lane
Sat Oct 25, 2008 10:11 am
Forum: Steamcast
Topic: max of 70 listeners until problems
Replies: 10
Views: 35121

Re: max of 70 listeners until problems

quick update. tested with the buff set to 100. no change in behaviour. get above 70, and it no longer keeps the buffer full in the player, and rebuffers start happening.
by Lane
Thu Oct 23, 2008 7:31 pm
Forum: Steamcast
Topic: max of 70 listeners until problems
Replies: 10
Views: 35121

Re: max of 70 listeners until problems

This is the /proc/cpuinfo

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
stepping : 6
cpu MHz : 2992.812
cache size : 6144 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
fpu : yes
fpu_exception : yes
cpuid level ...
by Lane
Thu Oct 23, 2008 3:49 pm
Forum: Steamcast
Topic: max of 70 listeners until problems
Replies: 10
Views: 35121

Re: max of 70 listeners until problems

Actually, before you say it, I'll say. :) We'll do a test with a larger SourceBuffUtil value. We're going for interactive though, so want as long as possible a value. Do you think this is a factor here?
by Lane
Thu Oct 23, 2008 3:41 pm
Forum: Steamcast
Topic: max of 70 listeners until problems
Replies: 10
Views: 35121

max of 70 listeners until problems

Hi Jay,

Running steamcast on a centos 5 virtual server. We're finding we get up to 69 listeners without any issues on a relay mount. Above 69, the stream no longer feeds steadily. I have a program that shows the level of the buffer, and it starts dropping. Eventually, it empties, and rebuffers ...
by Lane
Sun Sep 07, 2008 2:50 pm
Forum: Steamcast
Topic: I'm Considering steamcast instead of icecast. I got some Q's
Replies: 4
Views: 14406

It doesn't directly do those things to my knowledge (If I'm mistaken, someone please correct me), but they can be easily done with external programs/scripts.

For recording, there is a command line program called http://streamripper.sourceforge.net/. Wrap your own control script around that, and it ...