Rocket Streaming Blog

Streaming Audio News and Tips


RSAS Logo RSAS for Windows Released

We're pleased to announce RSAS for Windows is now available for download. Rocket Streaming Audio Server (RSAS) is a high capacity streaming audio webserver for broadcasting low latency live audio, and is now available for both Windows and Linux.

The Windows edition of RSAS includes a brand new user interface for easy configuration and monitoring, offering a simplified experience out-of-the-box to save you time. RSAS also installs as a background service on Windows, and is optimized for server environments.

Download RSAS 0.1.8 for Windows today.

RSAS for Windows screenshot
The main window in RSAS for Windows. See all your streams and logs at a glance.
RSAS for Windows screenshot RSAS for Windows screenshot
Configuration screens in RSAS for Windows.

RSAS for Windows FAQ

How's the performance?

Performance of RSAS on Windows is excellent and is at least on par with performance on Linux. We've load tested RSAS on Windows and it can easily do 100,000+ concurrent listeners on a modern desktop processor. We'll have more details in an upcoming blog post about benchmarks.

Does it have the same features as the Linux version?

Yes, every feature is supported. The only difference is that configuration changes can only be applied by restarting the server on Windows, as opposed to using the SIGHUP signal on Linux, which allows hot reloading.

The Windows version additionally installs itself as a proper background service, which starts on boot and automatically restarts itself if needed.

Lastly, RSAS for Windows includes an easy user interface for configuration and monitoring, which is only available on Windows.

What versions of Windows is RSAS compatible with?

RSAS for Windows is compatible with Windows 7, 8, 8.1 and Windows 10. It is also compatible with Windows Server 2012, 2016, 2019 and up.

About RSAS

RSAS is a streaming audio server for broadcasting high quality streaming audio over the web. RSAS offers broadcasters lower latency, high scalability, and excellent compatibility with encoders and players. RSAS is compatible with popular codecs like MP3, AAC, AAC+, Ogg Opus, and Ogg FLAC, and supports in-stream metadata for displaying Now Playing information to your listeners.

Read more about RSAS and why we created it.

RSAS Logo RSAS 0.1.8 Released

We're pleased to announce RSAS 0.1.8 is now available for download. Rocket Streaming Audio Server (RSAS) is a streaming audio webserver designed for low latency and high capacity audio streaming.

Get RSAS 0.1.8 today from our downloads page.

What's new in RSAS 0.1.8?

  • Performance optimizations:
    • Significantly reduced memory usage for listeners connecting by HTTP. In our anecdotal testing, memory usage while serving 37,000 listeners decreased from 1.2 GB to a paltry 74 MB (!)
    • Lower CPU usage
    • Improved logging performance (multi-threading) - Logging has been completely rewritten to improve performance in this version.
  • Support for 96 kHz Ogg FLAC streaming
  • Bugfixes:
    • Fixed a bug where Ogg and FLAC relays could become choppy after reconnecting to the origin stream
    • Relaying streams that are missing metadata now works.
    • Improved compatibility with older streaming encoders that still use the ICE/1.0 protocol.
    • Replace invalid UTF-8 characters on status pages
  • New Linux packages: We've added packages for Debian 9 and 10, as well as Ubuntu 16.04.

Benchmarks Coming Soon

We frequently benchmark RSAS against other streaming servers, to make sure performance is good and to help understand the impact of adding new features. We're working on putting together some numbers to share in a future blog post, but so far the performance numbers are great and we think you'll be pleased with this latest RSAS update.

If anyone has questions about RSAS scalability or high capacity streaming, please get in touch!

Why Logging Performance Matters

You might be wondering why we spent time optimizing the speed of our logging in this release, which is a decidedly unglorified task. As part of our load testing of RSAS and other streaming servers, we ramp up about 40,000 listeners on a server. During one of our tests, we force half these listeners to drop off instantly, and see what the impact on the other listeners is.

You wouldn't think listeners dropping off should have any impact on remaining listeners, but handling new connections and disconnections is one of the most CPU intensive operations of any streaming server. For example, if 15,000 listeners disconnect instantly, your streaming server needs to write 15,000 lines to it's access.log file. This can be problematic because writing to the log can block the entire application, which means other listeners might momentarily get starved of audio, and hear a dropout. If the server blocks for long enough, it's even possible for other listeners to timeout, resulting in a cascading failure.

In this latest update, we've boosted logging performance switching to asynchronous logging with a backlog. This means no matter how many listeners are connecting or disconnecting, RSAS won't block on logging and other listeners won't be affected. This is key for delivering a smooth experience on high capacity audio streams.

What's next?

We're juggling a number of new features in development, and if you need any of these features for your online audio streaming, please let us know and we'll do our best to prioritize it:

  • Windows version (coming very soon!)
  • HLS
  • Icecast-compatible status page
  • Customizable error pages
  • Even lower latency

Looking for other features? RSAS development is driven by your feedback, so get in touch and let us know how we can help your online audio streaming.

RSAS Logo Introducing Rocket Streaming Audio Server

We're pleased to introduce the Rocket Streaming Audio Server (RSAS), our new software to deliver high quality streaming audio over the web. RSAS offers broadcasters lower latency, excellent compatibility with encoders and players, and compatibility with popular codecs like MP3, AAC, AAC+, Ogg Opus, and Ogg FLAC. Our live streaming metadata, and compatibility with HTML5 Media Source Extensions make it easier to build better in-browser players for radio too. We're excited to offer broadcasters this new streaming server software as an alternative to Icecast and SHOUTcast, giving professional radio stations the stability they need to stream online.

Drop-in Icecast Replacement

To make things easy, RSAS is designed as a "drop-in replacement" for Icecast, meaning it's compatible with your existing Icecast configuration file, encoder, and players. It even writes logs in the same format, for compatibility with listener statistics or reporting software. If you're encountering bugs or crashes with Icecast, you can easily switch over to RSAS and try it out. Read more about migrating from Icecast to RSAS.

SHOUTcast Alternative

SHOUTcast users might have noticed that SHOUTcast is now charging a monthly fee for features that were previously free, and has locked down their free version of SHOUTcast to only be compatible with 128 kbps MP3 streams, removed backup URLs, and imposed other restrictions.

We have good news for small broadcasters - The Free Edition of RSAS has no codec or bitrate restrictions, and serves up to 100 concurrent listeners. You can broadcast AAC or even lossless Ogg FLAC, with fallback streams, for free, making RSAS a great alternative to SHOUTcast.

Read more about migrating from SHOUTcast to RSAS.

Why we built Rocket Streaming Audio Server

We developed RSAS after running into several major issues with Icecast and Icecast-KH that became apparent at the scale that the Radio Mast Streaming Network operates at. We're obsessed with reliability, and our up-to-the-minute monitoring detected subtle issues that were leading to a worse listener experience. Coincidentally, many of our Rocket Broadcaster users approached us after running into similar problems and were looking for a new alternative to Icecast or SHOUTcast.

We decided to forge our own streaming server software internally for Radio Mast to deliver on our vision of a rock-solid global streaming audio CDN, and RSAS was born. Keeping compatibility with Icecast ensured migrating our infrastructure was easy and seamless, and invisible to our broadcasters and listeners (beyond the reliability improvements).

We're excited to share our new streaming technology with the wider broadcasting community, and aim to use the combination of our streaming audio encoder and RSAS to deliver solutions to some long-standing problems with online streaming audio. Keep watching this blog for more news in the future.

📡 Downloads and Getting Started

RSAS is available today as a free download for Linux, and can handle up to 100 concurrent listeners.

An RSAS Pro license can handle up to 1 million concurrent listeners, and is available starting today from our shop.

RSAS for Windows is currently available as a private beta. Please send us an email if you'd like to try it out. (We're currently developing a user interface for RSAS for Windows to make administration easy, but the streaming server itself is complete.)

We recommend taking a quick skim over our documentation after you download RSAS. If you don't already have an Icecast installation, you'll need to create a configuration file, and you can start with one of our examples.

📝 FAQ

Is this an Icecast fork? Why not just contribute to Icecast?

No, RSAS was written from scratch in C++, and is not an Icecast fork. We opted to build our own server because the Icecast project has a different set of priorities from what broadcasters have been asking for. For example, Icecast doesn't officially support MP3 or AAC, and the developers are hostile towards those codecs (1, 2) for over a decade.

On the other hand, we've made supporting the two most popular codecs in the world our top priority for RSAS, so even advanced features like relays and fallback streams work great with MP3 and AAC.


What are some specific problems you ran into with Icecast and Icecast-KH?

For starters, on-demand relays are completely broken in Icecast and Icecast-KH, making it difficult to build a bandwidth-efficient CDN with Icecast. Relays with Icecast also add large latency (10 seconds or more per server), so having multiple relays pull from each other compounds your latency, leading to massive latencies (eg. 45 seconds) between the broadcaster and the listener. This is a common downside of existing streaming audio CDNs today, and we designed RSAS to eliminate the relay latency, so each server only adds about 1 second (or less) of latency.

Poor support for AAC overall was another factor (eg. fallbacks with AACs kick listeners).

There's also this unfortunate tendency for "certain old versions" of Icecast or Icecast-KH to be the magic stable versions that everybody uses, but only the people "in the know" know what they are. Often, the newest version would crash or have memory leaks. The lack of quality control has lead to major features like FLV wrapping being quietly broken in the latest release of Icecast-KH (kh10 to kh12). The confusing, undocumented, divergence of Iceast and Icecast-KH (where's a comparison?) has left the two projects with different levels of compatibility, stability, security, and maintenance, none of which is clear or apparent at all to users.

As developers of broadcast software for radio, people trust us to deliver rock solid solutions that run for years without intervention. Based on our experience running dozens of streaming servers for many years, the disarray of the Icecast and Icecast-KH projects, and even SHOUTcast, has made them incapable of delivering the reliability broadcasters need. It's our job to deliver software that lets you focus on running your radio station, and not worry about your servers, and that's exactly what RSAS does.


How is RSAS better than Icecast?

Even from our first release, there's a couple key advantages of RSAS over Icecast:

  • Lower latency - RSAS uses a different networking model under the hood to accelerate delivery of audio to your listeners, leading to lower latencies, usually around 4 seconds. We're working on making this adaptable and automatically tune itself in the future for even lower latenices.
  • Easy Streaming Metadata - Getting live metadata from your stream onto your website is easier with RSAS, as it offers push / streaming metadata that you can easily read from JavaScript.
  • Consistent Metadata Support - RSAS supports in-stream ICY metadata across all codecs. We've heard from broadcasters that the lack of ICY metadata support in Icecast has hindered Opus and FLAC adoption and made integration with players more difficult.

For more information, we've made a more detailed comparison between Icecast and RSAS in our guide to migration from Icecast to RSAS.


Why would I pay for RSAS Pro?

Besides raising the listener limit, an RSAS Pro license gives you the peace of mind of running supported software. That means if you find a bug or have a problem, we're here to help you and solve it. Our paid licensing model for RSAS allows us to dedicate developers to the project and deliver a high quality product and support that you can count on.

Other free streaming servers are "community supported", which is a nice way of saying "not supported". If you find a bug in Icecast, there's no dedicated developers available to fix it. Your radio station's problems are at the whim of whenever one of their developers gets around to fixing it.

If you're serious about your radio station, especially commercial radio, RSAS Pro is for you.


Is there a hosted option for RSAS?


📧 Feedback and Feature Suggestions

Got an idea you'd like to see in our streaming audio server? We'd love to hear from you. We're actively working on the next set of features and your feedback will help us prioritize our roadmap.

Rocket Broadcaster Logo Rocket Broadcaster 1.2.14 Released: Metadata from more Radio Automation and Bugfixes

Rocket Broadcaster 1.2.14 is now out! This new release can ingest metadata from even more radio automation software, and includes a number of bugfixes. We'd like to thank many of our customers for working with us to develop metadata support for these additional automation systems.

Here's what's new in this release:

PRO Capture Metadata from RCS Zetta, RadioBOSS, Arrakis Digilink Xtreme (Live365 XML), Audisi GML, and iMediaTouch

Rocket Broadcaster Pro can now receive and parse metadata from a slew of new radio automation suites, including:

  • RCS Zetta
  • RadioBOSS
  • Arrakis Digilink Xtreme (via the Live365 XML export)
  • Audisi GML
  • iMediaTouch (LMIV format).


Rocket Broadcaster can read metadata from the applications via TCP, UDP, or via an XML file (depending on the automation software).

For a full list of radio automation software and formats that Rocket Broadcaster can ingest and embed in your stream, see our list of Compatible Radio Automation Systems.

Other Automation Software

Need to ingest metadata from other automation software? Let us know and we'll do our best to support it.

Other Recent Improvements and Bugfixes
  • Fixed a rare crash that could occur if you edited your stream settings during a reconnect.
  • Opus: Fixed invalid Opus samplerates being allowed, and force hard CBR mode.
  • Shoutcast 1: Fixed extra \r\n being sent when connecting via Shoutcast 1 Legacy protocol.
  • Shoutcast 1: Fixed Shoutcast 1 (non-Legacy) protocol not being able to connect with SID > 1.
  • Shoutcast 2: Improved timeout behaviour for Shoutcast 2 protocol.
  • Shoutcast 2: Fixed Shoutcast 2 encoding of special HTML/XML characters.
  • Metadata: Improved UTF-16 metadata compatibility.
  • Metadata: Read multi-line TCP metadata.
  • FLAC bitrate is reported as 1500 kbps, to avoid confusion.
  • Fixed spurious "your streams have pending changes" message.
  • Minor soundcard compatibility improvements.
Download the Update

Rocket Broadcaster Logo Rocket Broadcaster 1.2.6 Released

Rocket Broadcaster 1.2.6 is now available for download. This release contains an important bugfix for the "Text File" metadata ingestion method.

We recommend upgrading to this release if you're using the "Text File" metadata capture method and your file is on a network share.

Changes in this release:
  • Bugfix: Text File metadata ingestion reworked for better resilience when the file is on a network share. (Falls back to polling once per second.) Prior to this update, temporary unavailability of the network share could result in the metadata no longer refreshing.
  • Added an option to ignore blank text files.
  • Liquid Compass metadata: Added support for ingesting Liquid Compass metadata (tilda separated fields).
  • Omnia metadata: Added support for ingesting Omnia "line parser" and XML metadata formats.
  • Character encodings - The character encoding of ingested metadata can now be specified. This can fix garbled characters with non-Latin characters.
  • Bugfix: Fixed a spurious "You have unapplied changes..." message.
  • Bugfix: Opus encoder was incompatible with some Windows installations.
  • Bugfix: Fixed duplicate metadata with Shoutcast 1 Legacy protocol.

Also included are a slew of improvements to soundcard compatibility:

  • Improved compatibility of "Other Applications" audio capture.
  • Fixed a rare issue causing the wrong "Other Applications" device to be opened under certain circumstances.
  • Added "Device Default" as the default samplerate. This improves hotplugging compatibility and is the recommended option.
  • Disabling audio input device - Added an option to disable the audio input device, to improve compatibility on PCs with no input devices.
  • Improved error messages when there's no available audio input or output devices.
Download the Update
  • Free Edition - Download the latest update here!
  • Pro Edition - If you're a Pro Edition user, click the download link in your purchase confirmation email again to get the latest update, or visit My Products in our shop.

Documentation Updates

We've been busy rolling out updates to our Rocket Broadcaster Documentation, including a new series of Best Practices articles on how to get the most out of your Rocket Broadcaster.

Can't find something in the docs? Please let us know! We're looking forward continuing to expand our documentation.


What's New at Radio Mast?

We've also been expanding our Radio Mast streaming audio platform. We've upgraded our stream hosting to use new high performance streaming server software that we developed in-house. We couldn't achieve the high uptime and low-latencies we required with Icecast or Shoutcast, so we built our own streaming server software, which is a drop-in replacement for Icecast. (Looking for an Icecast or Shoutcast alternative? Send us an email and let's talk!)

We also recently launched Listener Statistics for Radio Mast streaming, as well as lower prices and flexible pay-as-you-go billing.

Need radio stream hosting? Start streaming for just $5 / month.

Rocket Broadcaster Logo Rocket Broadcaster 1.2, now with Shoutcast 2 support

We're pleased to announce the release of Rocket Broadcaster 1.2! This new update focuses on improving compatibility with Shoutcast servers, but also includes a number of other useful refinements.

Here's what's new in Rocket Broadcaster 1.2:

PRO Shoutcast 2 Support

Rocket Broadcaster Pro can now stream to Shoutcast 2 servers using the Shoutcast 2 protocol (also known as Ultravox 2.1). Providing the best performance with Shoutcast 2 servers, this new protocol also supports adding station artwork to your stream.

The Free Edition of Rocket can stream using this protocol for up to 30 minutes, so everybody can try it out.

Improved Shoutcast 1.x Support

While we were at it, we also improved our existing Shoutcast 1.x protocol support, which can be used on both Shoutcast 1 and 2 servers. This is a little confusing, but it turns out there's really three separate variants of the Shoutcast protocol and so we've split them up inside Rocket:

  • Shoutcast 1 (Legacy) - Compatible with Shoutcast 1.x servers only. Does not support the SID or DJ username field.
  • Shoutcast 1 - An extension that's compatible with Shoutcast 2.x servers only. Adds the SID and DJ username fields.
  • Shoutcast 2 - A completely different protocol that provides slightly better performance, and supports more metadata. Supports SID, DJ username, and station artwork.

Rocket Broadcaster Pro now supports all of these. However, we did discover a couple quirks in the Shoutcast 2 software during testing, so if you're setting up your own server, be sure to read our Streaming Server Compatibility Notes.

Other New Features and Bugfixes:
  • Accidentally unplugged your USB soundcard? No problem - Rocket now detects an unplugged sound device and automatically restarts streaming when it's plugged back in.
  • Improved reliability of the "Window Title" metadata capture method. Fixes not being able to grab metadata from VLC.
  • Added an option in the preferences to show a large label on the window with the project name, to make it easier to identify what's being broadcast in multi-instance setups.
  • Improved audio device error handling
  • Fixed advanced metadata fields not saving.
  • Duplicate metadata is now ignored when captured from an external source (TCP/UDP/Text File)
  • Text file metadata capture: Blank text files are now ignored.
  • The feedback dialog no longer prompts if the application exits during system shutdown or for multi-instance setups.
  • Fixed a benign error message after automated Windows restarts.
  • Fixed text file browse dialog filter being applied incorrectly.
Download the Update
  • Free Edition - Download the latest update here!
  • Pro Edition - If you're a Pro Edition user, click the download link in your purchase confirmation email again to get the latest update, or visit My Products in our shop.

What's Next?

We're already cooking up even more new features for next year: Stay tuned for the next update!

Rocket Broadcaster Logo New Documentation and Studio Support

We're excited to unveil a couple of new things we've been working on recently:


Get Support with Rocket Broadcaster Studio

Thousands of radio stations around the globe depend on Rocket Broadcaster to power their streaming 24/7. To better support these stations, we're now offering email and telephone support through a support subscription called Rocket Broadcaster Studio Support.

Some of the benefits of a Studio Support subscription are:

  • Email and telephone support - Get help with installation, configuration, and troubleshooting.
  • Backup PC license - Install Studio on a backup encoder PC. Studio licenses includes an extra seat for this.
  • Always up to date - The latest version of Studio is always available to subscribers.
  • Avoiding the risk of running an unsupported streaming encoder - Get help when you need it.
Have questions about Rocket Broadcaster Studio Support? We'd love to hear from you.


New Documentation Site

We're pleased to unveil our brand new Documentation website. The new site contains reference documentation, how-to guides, and a detailed set of technical specifications for Rocket Broadcaster.

Can't find something in the docs? Please let us know! We're looking forward continuing to expand our documentation.


Radio Mast Logo Introducing Radio Mast - The Internet Radio Infrastructure Platform

Since our launch two years ago, Rocket Broadcaster has seen enthusiastic adoption. Our software is now used by over 1,000 radio stations in more than 100 countries across the globe, many of which are streaming 24/7. Our customers have collectively broadcast more than 150,000 hours of radio using Rocket Broadcaster.

Through our collaborations with broadcasters and radio networks across the world, we've seen broadcast engineers grapple with all sorts of new problems that streaming on the internet brings to traditional terrestrial radio stations. We've also seen that while the demands of keeping your radio station on the air 24/7 are similar for large and small radio stations, broadcasters don't always have access to the same tools and technologies to help them stay on the air. This led us to think about how we could help support radio broadcasters by increasing access to software tools.

As of today, we're officially unveiling a new platform to simplify internet radio infrastructure for broadcast engineers:

Radio Mast (radiomast.io).

Radio Mast Logo (http://radiomast.io)

We're excited to share some of the new tools we've developed for you on Radio Mast:

Stream Uptime Monitoring with Real-Time Alerts

Staying on the air is critical for any internet radio station, so we're pleased to announce that broadcasters can now monitor their internet radio stream, through Radio Mast. When you sign up, Radio Mast will test your radio stream every minute and immediately email you if a problem is detected. Radio Mast will also keep a history of uptime events and try to troubleshoot outages for you, to help get you back on-air sooner.

Silence detection and monitoring for multiple stations or streams are available on our Pro plans.

For more information, visit Stream Monitoring on Radio Mast for an overview, or read our new platform documentation for the full details.

Internet Radio Monitoring: Get real-time alerts when your stream goes down with Radio Mast.
Remote Configuration for Rocket Broadcaster

Everybody has to leave the studio sometime, so we've come up with a way to let you remotely access and configure Rocket Broadcaster. If you administer multiple encoders across a radio network, you'll have experienced the challenges of getting all your stream settings correct and in sync, especially if your radio stations are geographically separated. By centrally managing your Rocket installations on Radio Mast, you can save yourself setup time and make future maintenance easier.

Starting with our recent Rocket Broadcaster 1.1.14 release, you can now remotely edit your stream settings, view the status of your streams, and toggle your broadcast via Radio Mast.

Learn more about Remote Encoder Management on Radio Mast.

We'd love to expand Rocket Broadcaster's remote control capabilities in the future, so if there's other functionality you'd like to see, please send us your ideas!

Remotely control and configure Rocket Broadcaster installations with Radio Mast.
Streaming CDN BETA

Lastly, we've also created an Icecast-compatible streaming network that provides geographically redundant servers for excellent reliability and compatibility. Our CDN lets you instantly create new internet radio streams that you can broadcast to with Rocket Broadcaster or any other Icecast-compatible software.

We're launching our Streaming CDN as a public beta to get early feedback about what features you'd like to see. Our free plan lets anyone stream to up to 5 listeners, so sign up and try it out today.


Visit Radiomast.io and sign up for free.


What's Next?

We're continuing to work on the next Rocket Broadcaster release, as part of our mission to make it the best internet radio broadcast encoder for any streaming service. We're also continuing to build out more features for Radio Mast, so stay tuned!

Rocket Broadcaster Logo Rocket Broadcaster 1.1.14: Multi Instance, Metadata, and Remote Control

We're pleased to announce the release of Rocket Broadcaster 1.1.14! This update includes another round of improvements and bugfixes, that were again made in close collaboration with many of our terrestrial broadcast customers. Your continued feedback keeps us going, so thank you!

PRO Capture Metadata from RCS Nexgen Digital and Scott Studios SS32

Rocket Broadcaster Pro can now receive XML metadata from the RCS Nexgen Digital radio automation software. We've also added support for receiving metadata from SS32, via our new Metadata TCP Client. We've found SS32 works best in "Host Mode", and we've added a TCP client in Rocket Broadcaster to support it.

Other Automation Software

Need to ingest metadata from other automation software? Let us know and we'll do our best to support it.

PRO Multiple Instances on one PC

You can now officially run multiple instances of Rocket Broadcaster Pro on one PC. Multiple instances of Rocket can be used to stream separate audio for different stations, if you've purchased multiple licenses.

To set up extra instances, click Help->License->Add Additional Installation... in the menu in Rocket.

PRO Remote Control and Monitoring through Radio Mast

Do you ever need to change your stream settings or check on Rocket Broadcaster while you're away from the studio?
With our new Radio Mast platform, you now can. If you run a radio network, Radio Mast lets you centrally manage and monitor your Rocket Broadcaster installations to save you time, from anywhere in the world.

To get started, sign up with Radio Mast today.

Compact View

A new compact user interface mode has been added. This is especially useful if you're running multiple instances of Rocket on one PC and you want to fit all the windows on one monitor.

The new optional compact view in Rocket Broadcaster lets you fit more instances on one monitor.
Other Recent Improvements and Bugfixes
  • Revamped AAC encoder, now with support for the HE-AAC v1 codec.
  • Added ability to restart individual streams (right-click on a stream and select "Restart")
  • Added a hint when you have changes to your streams that are unapplied.
  • Revamped stream panel - The mount and hostname are now visible for each stream.
  • Simplified the set up of multiple installations on one PC - (Help->License->Add Additional Installation...)
  • Improved soundcard compatibility
  • During a Windows reboot, Rocket will no longer show any prompts.
  • If your PC reboots after a Windows Update, Rocket will now automatically start back up.
  • If no username is specified for Icecast streams, it now defaults to "source" (by convention of the protocol).
  • iMediaTouch track durations are also available as a nice human-readable string via the %DurationHuman% template variable.
  • Bugfix: Recording devices now refresh immediately when changing the Audio API setting in the preferences.
  • Bugfix: Reconnection logic improved.
  • Bugfix: Ignore GENERICMSG tags in TRE XML metadata.
Download the Update
  • Free Edition - Download the latest update here!
  • Pro Edition - If you're a Pro Edition user, click the download link in your purchase confirmation email again to get the latest update.
What's next?

Here's what's on our roadmap:

  • Shoutcast 2 support
  • Expanded support options for terrestrial broadcasters
  • More thorough documentation

Lastly, your feedback is what helps drive Rocket Broadcaster development. If you're looking for a missing feature, or have ideas for how we can make Rocket Broadcaster even better, please let us know!

Rocket Broadcaster Logo Rocket Broadcaster 1.1.12: Lower Latency and More Metadata

We're pleased to announce the release of Rocket Broadcaster 1.1.12! This is another cumulative update, including performance improvements, bugfixes, and a couple new features. These new changes were designed in close collaboration with a number of FM and digital broadcast stations, and we'd like to thank our amazing broadcaster community for their feedback and direction.

Lower Latency, Improved Performance

This new update significantly lowers the audio latency throughout the application, improving performance and synchronization between your audio stream and metadata. Broadcasters who have in-stream advertisements triggered by metadata will see a marked improvement in timing synchronization and precision.

PRO Capture Metadata from iMediaTouch, WideOrbit Automation for Radio, and The Radio Experience

Rocket Broadcaster Pro can now receive XML metadata from the radio automation software used by many FM broadcasters, keeping your stream metadata in sync with your broadcast. Metadata updates sent by UDP are now supported too.
Need to ingest metadata from other automation software? Let us know and we'll do our best to support it.

Other Recent Improvements and Bugfixes
  • Metadata read from a text file can now be in any of the supported formats.
  • Metadata sent to Icecast can now be customized to use any extra metadata parsed from XML via TCP/UDP. (Added the "Output Format" tab in the Metadata Capture window.)
  • Added option to remove your Pro license from a computer (Help->License->Remove License...)
  • Reduced soundcard latency, and latency between stream audio and metadata.
  • Added ability to receive metadata via UDP, for compatibility with more automation systems.
  • Added support for receiving XML metadata from iMediaTouch, WideOrbit Automation for Radio, and The Radio Experience.
  • Bugfix: Fixed automatic reconnection to Shoutcast servers failing during adverse network conditions.
  • Bugfix: Improved compatibility with certain VST plugins.
  • Bugfix: Improved compatibility with certain soundcards.
Download the Update
  • Free Edition - Download the latest update here!
  • Pro Edition - If you're a Pro Edition user, click the download link in your purchase confirmation email again to get the latest update.

Lastly, your feedback is what helps drive Rocket Broadcaster development. If you're looking for a missing feature, or have ideas for how we can make Rocket Broadcaster even better, please let us know!