Search found 2554 matches
- Wed Jan 04, 2017 12:43 pm
- Forum: Radio Toolbox
- Topic: Icecast2 no listener numbers
- Replies: 29
- Views: 1077876
Re: Icecast2 no listener numbers
No update yet, had to focus on other projects a bit more than anticipated.
I hope to have an update soon.
I hope to have an update soon.
- Wed Jan 04, 2017 12:41 pm
- Forum: Radio Toolbox
- Topic: Shoutcast listeners
- Replies: 8
- Views: 20043
Re: Shoutcast listeners
It looks like you might have used incorrect login credentials. Try restarting Radio Toolbox.
- Mon Dec 19, 2016 5:50 pm
- Forum: Radio Toolbox
- Topic: Radio Toolbox crashes on Add Stream
- Replies: 5
- Views: 12794
Re: Radio Toolbox crashes on Add Stream
It's a C# universal build so it will run on either platform. If your system is 32bit it should claim to be running in 32bit mode. Try completely uninstalling and reinstalling the build.
Also how are you adding the stream? Are you using context menu, pasting or loading a playlist?
Also how are you adding the stream? Are you using context menu, pasting or loading a playlist?
- Mon Dec 19, 2016 4:53 pm
- Forum: Radio Toolbox
- Topic: Radio Toolbox crashes on Add Stream
- Replies: 5
- Views: 12794
Re: Radio Toolbox crashes on Add Stream
Which version are you running?
- Mon Dec 12, 2016 8:09 pm
- Forum: Radio Toolbox
- Topic: on the listerners tab i have a place for username
- Replies: 4
- Views: 11259
Re: on the listerners tab i have a place for username
Expand the detail pane up by clicking the line above the tabs and holding and dragging up.
The password field is there it is just below the fold. Definitely a bug that it shows no scroll bar.
The password field is there it is just below the fold. Definitely a bug that it shows no scroll bar.
- Mon Dec 12, 2016 6:47 pm
- Forum: Radio Toolbox
- Topic: on the listerners tab i have a place for username
- Replies: 4
- Views: 11259
Re: on the listerners tab i have a place for username
Can you take a screen shot and upload it here for us to see?
- Mon Dec 12, 2016 6:46 pm
- Forum: Radio Toolbox
- Topic: General information for Newbee
- Replies: 15
- Views: 42973
Re: General information for Newbee
For your Radio Toolbox account go to Tools -> Options
If you are trying to put in your SHOUTcast Server details you do that on the Listeners tab. Go to View -> Details and then select Listeners from the tab below.
If you are trying to put in your SHOUTcast Server details you do that on the Listeners tab. Go to View -> Details and then select Listeners from the tab below.
- Sat Dec 10, 2016 12:15 pm
- Forum: Audio Streaming
- Topic: Off Shore Server Use
- Replies: 1
- Views: 31049
Re: Off Shore Server Use
The biggest issue I can think of is packet latency will be much higher which, if the transatlantic pipelines experience any issues, could be a source for buffering and slow starts for those across the pond.
- Mon Nov 14, 2016 2:06 pm
- Forum: Radio Toolbox
- Topic: No listeners with radionomy
- Replies: 6
- Views: 15679
Re: No listeners with radionomy
No, please make sure that you supplied the credentials that radionomy gave you. It will not just work since radionomy keeps their stats sheet behind credentials.
Additionally, as far as we are aware, Radionomy uses a modified version of Icecast2 not SHOUTcast.
Additionally, as far as we are aware, Radionomy uses a modified version of Icecast2 not SHOUTcast.
- Wed Oct 26, 2016 4:31 pm
- Forum: Radio Toolbox
- Topic: No listeners with radionomy
- Replies: 6
- Views: 15679
Re: No listeners with radionomy
Radionomy support was added in 2015. If it is no longer working then please let me know, the api might have changed. We will need an updated api doc from them to get it working again.
- Wed Oct 19, 2016 3:50 pm
- Forum: Radio Toolbox
- Topic: Icecast2 no listener numbers
- Replies: 29
- Views: 1077876
Re: Icecast2 no listener numbers
My hope is to have a new version that resolves this issue available in November.
- Sun Oct 02, 2016 8:21 am
- Forum: Radio Toolbox
- Topic: Stream Test Audio Analyzer
- Replies: 0
- Views: 58894
Stream Test Audio Analyzer
HI All,
Another update has been released for the Stream Test service. Audio analyzer will use the snapshot from your stream test to check volume levels and signal quality and make recommendations on ways to improve the sound of your station. Right now the service is in beta but will soon be fully ...
Another update has been released for the Stream Test service. Audio analyzer will use the snapshot from your stream test to check volume levels and signal quality and make recommendations on ways to improve the sound of your station. Right now the service is in beta but will soon be fully ...
- Tue Sep 27, 2016 3:36 pm
- Forum: Radio Toolbox
- Topic: Radio Toolbox App
- Replies: 0
- Views: 59226
Radio Toolbox App
Hello All,
We are working on a new Radio Toolbox Google App that will be available for Android.
We need people to test out the app. If you have any interest in being a beta tester for this new app drop us a line .
Additionally if there is anything you would like to see in this app. Let us know ...
We are working on a new Radio Toolbox Google App that will be available for Android.
We need people to test out the app. If you have any interest in being a beta tester for this new app drop us a line .
Additionally if there is anything you would like to see in this app. Let us know ...
- Thu Sep 15, 2016 10:01 am
- Forum: Steamcast
- Topic: Does this kick CentovaCast's Ass?
- Replies: 7
- Views: 64890
Re: Does this kick CentovaCast's Ass?
Well in the OGG world things are a bit different since the container is responsible for the meta data The Url meta data substitution would be a solution for mp3 and aac ICY streams and would look something like this:
/admin/metadata?mount=/live&mode=updinfo&artist=ACDC&song=Back+In+Black&album=Back ...
/admin/metadata?mount=/live&mode=updinfo&artist=ACDC&song=Back+In+Black&album=Back ...
- Thu Sep 15, 2016 8:54 am
- Forum: Steamcast
- Topic: Does this kick CentovaCast's Ass?
- Replies: 7
- Views: 64890
Re: Does this kick CentovaCast's Ass?
Actually with OGG, this is possible today.
I can't seem to understand how to make this work with BUTT. I have the source code for BUTT, and when I dig into the Ogg Vorbis c++ files, it appears it only processes metadata of artist & title. But since I have the source code, I can modify it and ...