Search found 2554 matches
- Thu Feb 12, 2009 5:58 pm
- Forum: Radio Toolbox
- Topic: Special characters
- Replies: 7
- Views: 12054
Re: Special characters
Can you post a url to your stream? I am currently testing unicode support in the new Radio Toolbox application.
- Thu Feb 12, 2009 9:55 am
- Forum: General Discussion
- Topic: How can I send the song name from shoutcast?
- Replies: 1
- Views: 33668
Re: How can I send the song name from shoutcast?
You need to urlencode the song name but otherwise your url is correct. You'll know it is successful if the server returns nothing back to you and just closes the connection.
- Wed Feb 11, 2009 2:53 pm
- Forum: Audio Streaming
- Topic: ogg stream meta int / stream title?
- Replies: 1
- Views: 32898
Re: ogg stream meta int / stream title?
The song information is embedded in the ogg tags, they come in as part of the stream unlike the icy meta data method. So you have to parse the stream.
- Mon Feb 09, 2009 7:07 pm
- Forum: Radio Toolbox
- Topic: RTB crashes (like few times a hour)
- Replies: 4
- Views: 10339
Re: RTB crashes (like few times a hour)
Well the solution is a new Radio Toolbox. I am pursuing this option. The old one would just require way too much updating to accommodate special characters. The good thing is that the solution I am looking into now would make Radio Toolbox work in multiple environments without much effort on the ...
- Tue Jan 20, 2009 7:38 pm
- Forum: Radio Toolbox
- Topic: [Solved] RTB Template White Flash on Refresh
- Replies: 4
- Views: 6815
Re: RTB Template White Flash on Refresh
I don't really have any examples of exact code but here is an example of how Ajax works.
http://www.captain.at/howto-ajax-process-xml.php
http://www.captain.at/howto-ajax-process-xml.php
- Mon Jan 19, 2009 1:54 pm
- Forum: Radio Toolbox
- Topic: [Solved] RTB Template White Flash on Refresh
- Replies: 4
- Views: 6815
Re: RTB Template White Flash on Refresh
You'll need to use AJax to avoid that. Just have the template upload an xml document and use AJax to update the proper areas of the html display.
- Thu Jan 15, 2009 1:40 pm
- Forum: Steamcast
- Topic: Multiple sources/Ip
- Replies: 1
- Views: 7440
Re: Multiple sources/Ip
I am not sure I understand the quesiton, steamcast will only bind to 2 ports at once, the secondary is only for shoutcast source encoders.
As to the second question, you can use the ServIP config item to control what IP steamcast chooses to bind to.
As to the second question, you can use the ServIP config item to control what IP steamcast chooses to bind to.
- Wed Jan 14, 2009 11:31 am
- Forum: Steamcast
- Topic: Windows 7 and Steamcast
- Replies: 2
- Views: 9786
Re: Windows 7 and Steamcast
i've got the beta windows 7 just need to install it. I am probably not going to take any actions regarding anything until they fully release it.
- Wed Jan 07, 2009 5:47 pm
- Forum: Radio Toolbox
- Topic: How can I update directory listing?
- Replies: 2
- Views: 7528
Re: How can I update directory listing?
That directory is going to be getting an overhaul soon including giving you the ability to make changes to it. The tune-in link is just outdated. It was part of a verification cron I had running but it fails under the new php stuff. I am opting to spend my time rewriting that stuff rather then ...
- Wed Jan 07, 2009 5:45 pm
- Forum: Radio Toolbox
- Topic: Getting Listed on Live Audio/Video question
- Replies: 1
- Views: 5267
Re: Getting Listed on Live Audio/Video question
If it supports Icecast2 directories then you can list.
http://www.radiotoolbox.com/steamcast/getlisted.php
http://www.radiotoolbox.com/steamcast/getlisted.php
- Wed Jan 07, 2009 5:43 pm
- Forum: General Discussion
- Topic: sam broadcaster statistic relay
- Replies: 1
- Views: 34549
Re: sam broadcaster statistic relay
Your router may not support routing your external IP that way.
Re: noob help
There are a few encoders out there specifically designed for linux streaming. sc_trans is a shoutcast solution. http://www.icecast.org/ezstream.php is a icecast solution. Both will work for steamcast.
Re: noob help
The on demand feature will not make a station. You will need to use a source encoder if you want to stream them as a station.
- Mon Dec 15, 2008 12:11 pm
- Forum: Steamcast
- Topic: ezstreamer + steamcast no luck so far
- Replies: 3
- Views: 9575
Re: ezstreamer + steamcast no luck so far
Change the port in the source encoder to 8000. Not sure why you have 8001 there. 8001 by default is for shoutcast source clients.