Search found 156 matches

by Max
Mon Aug 20, 2018 7:22 pm
Forum: Steamcast
Topic: source can't connect Shoutcast v2, only legacy v1
Replies: 3
Views: 36499

Re: source can't connect Shoutcast v2, only legacy v1

There would have to be a standardized method for it. Something that is open and has popular encoder support.

Right now I'm not aware of any such standard so currently we don't have any plans for that.
by Max
Sun Aug 19, 2018 1:22 pm
Forum: Steamcast
Topic: source can't connect Shoutcast v2, only legacy v1
Replies: 3
Views: 36499

Re: source can't connect Shoutcast v2, only legacy v1

Steamcast does not support Ultravox. The DSP plugin when you choose v2 forces Ultravox. Ultravox is a proprietary format that AOL tried to push when it still held Nullsoft. At this point I think its just in legacy support mode for Shoutcast anyway.
by Max
Thu Aug 16, 2018 2:04 pm
Forum: General Discussion
Topic: Stream Calculator appears dead
Replies: 2
Views: 40757

Re: Stream Calculator appears dead

You just fill out the first two fields. There is no submit button. The bandwidth will be automatically updated based on that.
by Max
Thu Aug 16, 2018 12:11 am
Forum: Steamcast
Topic: Next update with SSL
Replies: 2
Views: 34362

Re: Next update with SSL

SSL support is still planned.
by Max
Thu Aug 16, 2018 12:09 am
Forum: Steamcast
Topic: Hi, will you continue to support and update SteamCast?
Replies: 2
Views: 33037

Re: Hi, will you continue to support and update SteamCast?

Its still being worked on but it is slower going because of other demands for our time. We tend to only release an update once all the work we have set for a version has been completed.
by Max
Tue May 29, 2018 11:47 am
Forum: Steamcast
Topic: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)
Replies: 18
Views: 113123

Re: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)

You'll have to wait while we build a VM to match what your using so we can see what is happening.
by Max
Tue May 29, 2018 2:26 am
Forum: Steamcast
Topic: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)
Replies: 18
Views: 113123

Re: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)

We will need to see how the source is attempting to connect to Steamcast and why Steamcast thinks of it as a listener rather than a source.
by Max
Tue May 22, 2018 1:55 am
Forum: Steamcast
Topic: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)
Replies: 18
Views: 113123

Re: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)

We really just needed the direct applications you are using with Steamcast such as the source/encoder.

Also, what operating system are you using?
by Max
Sun May 20, 2018 5:25 am
Forum: Steamcast
Topic: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)
Replies: 18
Views: 113123

Re: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)

Hi,

We will never ask for access to your VPS. Nor will we accept such access.

What we'll need to know is what applications and versions of said applications you are using. Also what operating system are you using?
by Max
Sat May 19, 2018 4:19 pm
Forum: Steamcast
Topic: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)
Replies: 18
Views: 113123

Re: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)

We may have to test if your source is doing something new. It should try to push ICE protocol for sending the source. But it appears Steamcast believes its trying to instead listen to the stream instead.
by Max
Fri May 18, 2018 6:32 am
Forum: Steamcast
Topic: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)
Replies: 18
Views: 113123

Re: Problem connecting to steamcast from local network. (Steamcast + Ezstream or Ices)

Well, it appears my original post was then correct. The warning there is stating that some other program on your machine is using port 8000 and 8001. Are you sure there aren't multiple instances of Steamcast running? Or that another program doesn't have those ports?
by Max
Mon Apr 23, 2018 5:30 pm
Forum: Radio Toolbox
Topic: Stream - notifier track titel change by mail
Replies: 8
Views: 40021

Re: Stream - notifier track titel change by mail

Hi,

Its listed in the Notifier's dialog as "Audio Check Result Change".

There isn't a template for it so you'll have to write your own.

The variables are:
%_STATION_AUDIO_CHECK_SUCCESS_% - Replaces with "Success" or "Failure"
%_STATION_AUDIO_DBV_RIGHT_% - dBV Right
%_STATION_AUDIO_DBV_LEFT ...
by Max
Mon Apr 23, 2018 1:36 pm
Forum: Radio Toolbox
Topic: Stream - notifier track titel change by mail
Replies: 8
Views: 40021

Re: Stream - notifier track titel change by mail

Hi,

Regarding using GMail. I was able to use GMail SMTP just fine now.

It appears you have to use the TLS port (587) instead of the SSL port.

So in your notifier you should have it set to:
SMTP Server: smtp.gmail.com
SMTP Port: 587
Use SSL: Checked.

Edit: Also to note, if you use two factor ...
by Max
Mon Apr 23, 2018 1:26 pm
Forum: Radio Toolbox
Topic: Stream - notifier track titel change by mail
Replies: 8
Views: 40021

Re: Stream - notifier track titel change by mail

Hi,

Most likely this is caused by the SMTP rejecting the message. Restrictions on SMTP have become more severe in recent times due to spammers.

I will add some code to Radio Toolbox to recognize these conditions and let you know of it. Right now the current release doesn't recognize when the SMTP ...