Search found 153 matches

by Max
Tue Feb 14, 2023 10:00 am
Forum: Steamcast
Topic: Steamcast 1.1.0 Beta
Replies: 21
Views: 324336

Re: Steamcast 1.1.0 Beta

Hi, I've been traveling internationally for work so I've been unavailable the past week and a half or so. The issues Steamcast is having is having me largely look at doing a rewrite. Since it appears certain compilers are unhappy about optimizations I put into Steamcast that worked on older versions...
by Max
Wed Jan 11, 2023 4:51 pm
Forum: Radio Toolbox
Topic: Win7: Could not establish trust relationship
Replies: 9
Views: 25764

Re: Win7: Could not establish trust relationship

So Radio Toolbox is written in C#. Which uses .NET Framework libraries (version 4.5) to work. These libraries are what actually turn RTB's code into something that can do anything. So if the libraries are out of date they can present random issues. There also then use libraries that are a part of Wi...
by Max
Wed Jan 11, 2023 3:26 am
Forum: Radio Toolbox
Topic: Win7: Could not establish trust relationship
Replies: 9
Views: 25764

Re: Win7: Could not establish trust relationship

The SSL error would be due to that Icecast server requiring SSL settings that Windows 7's .NET Framework cannot provide.

Which version of Icecast and is it modified in any way?
by Max
Tue Jan 10, 2023 9:23 am
Forum: Radio Toolbox
Topic: Win7: Could not establish trust relationship
Replies: 9
Views: 25764

Re: Win7: Could not establish trust relationship

These links may provide a possible fix. This one directly relates to the certificate provider we use (LetsEncrypt). https://superuser.com/questions/1679135/dst-root-ca-x3-expiration-on-windows7-which-update-i-need-to-install-are-there This one directly relates to the error message you got in some wa...
by Max
Thu Dec 22, 2022 7:08 am
Forum: Radio Toolbox
Topic: Why don't some stations work?
Replies: 4
Views: 8646

Re: Why don't some stations work?

So the first one is obviously a modified Icecast KH. Radio Toolbox does try to support KH, but since it is open source it can be modified freely. So any provider can modify the stats page, or otherwise block access to the stats pages. The second one doesn't identify what it is. So the reason tracks ...
by Max
Thu Nov 24, 2022 10:02 pm
Forum: Steamcast
Topic: Steamcast 1.1.0 Beta
Replies: 21
Views: 324336

Re: Steamcast 1.1.0 Beta

Yeah, I"m still working on it. But I'm still running into issues with the compilers doing different things depending on which compiler which causes different bugs.

I'm really thinking of an overhaul. But we'll see. Right now I got work piled high, so I gotta get the paying job done first.
by Max
Thu Oct 20, 2022 4:25 am
Forum: Steamcast
Topic: Steamcast 1.1.0 Beta
Replies: 21
Views: 324336

Re: Steamcast 1.1.0 Beta

So looking at the code there is a bit that is still looking for the PortBase in various places (the default if not found is 8000). I'll try to work on a version that fixes this this weekend.
by Max
Tue Oct 18, 2022 11:54 am
Forum: Steamcast
Topic: Steamcast 1.1.0 Beta
Replies: 21
Views: 324336

Re: Steamcast 1.1.0 Beta

Hi, PortBase is replaced with Listen . Since we now have two types of ports to listen to. A normal unencrypted port ( Listen ) and an encrypted port ( ListenTLS ). The Listen configuration option can now also listen to specific IPs the machine may have as well, which is why naming it PortBase no lon...
by Max
Sun Oct 16, 2022 8:38 pm
Forum: Steamcast
Topic: Steamcast 1.1.0 Beta
Replies: 21
Views: 324336

Re: Steamcast 1.1.0 Beta

Hi, So for windows SSL, the steamcast.conf configurations still apply. Just with a Windows directory. For an ACME client you'll have to find one via this list and refer to their documentation. For the YP issue, did you change your port from 8000? What Listen entries do you have in your steamcast.con...
by Max
Fri Mar 18, 2022 7:03 pm
Forum: Steamcast
Topic: Steamcast 1.1.0 Beta
Replies: 21
Views: 324336

Re: Steamcast 1.1.0 Beta

Well from internal testing we've only had an issue around the stats page due to a bug in GCC's implementation of std::atomic.

So I've been trying different versions of GCC and Clang. Each introduces a different bug. Its really odd to say the least.
by Max
Wed Sep 22, 2021 7:03 am
Forum: Steamcast
Topic: Steamcast 1.1.0 Beta
Replies: 21
Views: 324336

Steamcast 1.1.0 Beta

Hi, We are pleased to announce Steamcast 1.1.0 Beta. This beta is mainly focused on providing SSL capabilities to Steamcast as the wider internet has moved towards SSL being a requirement of continued connectivity. Right now this beta provides the ability to specify a folder to be used when serving ...
by Max
Mon Jun 21, 2021 6:43 am
Forum: Steamcast
Topic: Reverse Proxying
Replies: 1
Views: 7328

Re: Reverse Proxying

It currently does not. However, it will show all headers sent by a client, including the X-Forwarded-For header on the client info page. I'm guessing you are wanting to trust certain IPs for the purposes of X-Forwarded-For. I can see about adding this into the next version. Currently there is only o...
by Max
Mon Nov 16, 2020 12:35 pm
Forum: Steamcast
Topic: What's new?
Replies: 24
Views: 51655

Re: What's new?

I think I've identified what could be causing this crash and it'll be fixed in the next version.
by Max
Mon Aug 10, 2020 9:58 am
Forum: Steamcast
Topic: What's new?
Replies: 24
Views: 51655

Re: What's new?

No, running Steamcast as a service is just so that'll run in the background so you don't have to be logged in.
by Max
Mon May 11, 2020 7:27 pm
Forum: Steamcast
Topic: What's new?
Replies: 24
Views: 51655

Re: What's new?

You might setup having Wireshark running constantly with a ring buffer. If the system crashes then the ring buffer would stop around the crash. Hopefully capturing what caused it. To note: Steamcast should not be causing your system to crash. As any Windows NT based system is designed to limit the i...