Skip to main content

Owncast v0.0.12

· 11 min read

This release has a handful of features, big and small, to improve the overall Owncast experience, primarily around the core streaming and chat functionality.

Chat User Menu

This new dropdown menu should help clarify how you change your name, as it was not always clear to all viewers how to do so.

Stream Notifications

To assist streamers in automating their live stream announcements, some new ways to notify your viewers and your community have been added.

  • Browser push notifications
  • Discord
  • Twitter

Of course the existing "Follow" Fediverse functionality still is the more robust way for a viewer to be notified when you're streaming, as it allows you to send out messages to your followers and allow them to perform some "social" functionality, but with the goal of meeting viewers where they already are, these channels have been added.

Stream Health and overall Playback Performance

Using the new Stream Health page in the admin you can monitor the overall playback performance of your stream. While it can't be guaranteed to detect all issues with all players, it should be able to give you relative confidence when things are going well, and help you identity specific issues that you can resolve when troubleshooting.

It should be noted that only those who are viewing your stream via the Owncast web interface, and only those not using Webkit-based browsers, will have their detailed metrics available. The page will tell you what percentage of the viewers are represented in the numbers.

Authentication

Some options for chat user authentication have been added. This allows people to reclaim their identity when people move between browsers, devices, or prefer to use Owncast using private browsing features. This is especially useful if you are a moderator and want to reclaim your moderation role, but in general it's for anybody who wants to have a stable identity in chat. It's not required, and most casual viewers should probably never have to take advantage of it unless they especially want to.

As a secondary benefit, those who choose to authenticate will have their chat display name locked to their identity and others cannot use it. This should hopefully be a good compromise between locking all display names and locking no display names. However this is still just a display attribute and there's nothing stopping people from creating names that may look similar to yours.

Authenticated users will have a checkmark next to their name in chat.

There are two different ways you can authenticate with Owncast chat, allowing you to restore your identity between browsers.

IndieAuth

IndieAuth is a decentralized identity protocol that allows an individual's web site to become its own identity provider. Owncast itself, is now an IndieAuth provider you can use to authenticate against Owncast instances, or any other site that supports IndieAuth.

Fediverse Auth

For Owncast instances with Fediverse functionality enabled you can be sent a one-time-password that works similarly to when you log in with your phone number on different services. You can use this code to authenticate with Owncast chat. You must allow direct/private messages on your Fediverse account from the Owncast instance.

Chat Banning via IP

Users that have been banned from chat will now have their IP address automatically blocked. You can remove IP address blocks from the admin separately from the user ban.

Established chat user mode

Enabling this mode will stop newly created chat users from being able to chat. It should be seen as an "anti-troll mode" that you can turn on if some new people drop by your chat just to harass and annoy.

Prometheus Metrics

You can now optionally use a Prometheus metrics server to monitor your Owncast instance. You can add /api/admin/prometheus to your Prometheus configuration to consume the metrics.

Experimental Lower Latency Playback

Some viewers may enable a new, experimental, feature in the player settings for streams that can benefit from lower latency playback. If you find yourself getting excessive buffering or playback issues with your stream after turning it on it's suggested you not use it at this time. It would also be appreciated if you find issues to let us know what stream you're using this with so we can continue to improve the feature.

Only viewers using the Owncast web interface and not using a webkit-powered browser will have this feature available. A stable and fast stream is required for this feature to perform its intended function.

What's next?

If all goes according to plan this will be the last update before releasing a rewrite of the Owncast web interface. This will allow the project to move faster on the frontend going forward, so big features on the roadmap can be worked on.

Work is already in progress, but it'll be a long road to feature parity. I hope you'll be patient as the frontend is focused on this next time around.

This update will impact most users, so as time goes on I'll make sure to update everyone on what to expect, and optionally how to prepare to take advantage of the new features.

Changelog

[0.0.12] - 2022-07-09

Upgrade instructions from 0.0.11

  1. Stop the service from running. If you're using a pre-installed image through a hosting provider, or setup Owncast to run under systemd you can probably just simply run systemctl stop owncast.
  2. Change to the directory where Owncast is installed on your server. On pre-installed environments it may be in /opt/owncast/owncast.
  3. If you’ve customized your web interface in any way you will want to back up the files you’ve changed or customized.
  4. Re-run the installer as the user you run Owncast under. For example if you are running owncast as the user "owncast": su -c "curl https://owncast.online/install.sh |bash" owncast
  5. Restart the service. If you're running under systemd systemctl start owncast.

Major updates

Added

  • Option to disable join messages in chat #1582

  • Can set separately set the chat server host #1378

  • Prometheus compatible metrics endpoint #1303

  • Opttionally show geo location data from video viewers #1477

  • Extend the viewers timeline #1478

  • Add a small indicator visually showing a message is from a bot/external service #1172

  • IP banning of users #1534

  • Add videotoolbox codec for macOS #1771

  • Video playback health and performance metrics #793

  • Experimental lower latency playback mode #837

  • Auto-poster for some 3rd party notification channels #1609

  • Web push notifications #1656

  • Owncast can function as an Indieauth provider. #1272

  • Authenticated users' display names are no longer available to others. #1810

  • Add “services” and “metadata” to NodeInfo/2.0 #1922

  • manifest - Add fullscreen mode/change name #1934

  • Troll/Established chat user Mode (like +m on IRC) #1587

  • Chat auth using the Fediverse #1774

Breaking Changes

  • API endpoint rename: "integrations/chat/updatemessagevisibility" -> /api/integrations/chat/messagevisibility #1966

Changed

  • Auto-select old text when changing display name. #1754

  • Change cachebust param to random string to support CDNs #1781

  • Change CMD to ENTRYPOINT in Dockerfile #1831

  • Replace hide chat toggle and username change form with chat user dropdown #1648

  • changed followers tab to 24 per page #1855

Fixed

  • Selecting an emoji immediately when visiting page without focusing text input ignores selection #1419

  • Fix exception when using emoji input in chrome #1782

  • Framerate slider is broken. Can only select lowest and highest values. #1791

  • Fix stat components in hardware admin page #1815

  • The "no" button in the codec confirmation popup does nothing #1809

  • Issue: chat unscrollabe on some resize operations #1830

  • Fix datastore cache warming not firing #1889

  • fix the server name in nodeinfo/2.0 #1907

  • "invalid cross-device link" error when running on a different filesystem #1768

  • [bug] Follow request from GoToSocial causes nil pointer exception #1955

  • Fix API documentation "integrations/chat/updatemessagevisibility" -> /api/integrations/chat/messagevisibility #1966

  • Remove doubled paragraphs around stream title for Fediverse messages. #1927

  • Prevent CSS class injection and directory traversal via custom emojis #1772

  • HLS segment name collision when using the lowest latency buffer option #1778

  • Remote Fediverse servers are caching the instance logo even after its changed, add a cachebust. #1776

  • Remote Fediverse preview images get cached, add a cachebust #1777

  • Viewer chart Y axis strings are formatted weird #1816

  • Cursor when composing chat message appears on the right-hand side of the text field in Firefox #1561

  • Unable to follow an Owncast account from Misskey #1690

Removed

  • Remove support for uploading SVG logos #1773

Thank you to our contributors!

The contributors for v0.0.12 were: funkyhippo, tsmethurst, MFTabriz, t1enne, cr0ax, hufman, zerodytrash, lfuelling and gabek. We also thank all of the fantastic people helping out in the Owncast chat answering questions, testing and providing feedback.

Thank you to our financial supporters!

A huge thanks to those giving us to the resources to run servers, have testing environments, host collaboration tools, pay for 3rd party services to test with and the means to experiment with new ideas we wouldn't be able to do otherwise.

Our project sponsors Noblestreet, Okta and hexploitation.

And our fantastic donors Simon Michalke, rootbeerdan, Luka Prinčič, Kyle Bronsdon, Flaki, Raffael Rehberger, Joel Bradshaw, Paul Lindner, Real Targeted Traffic, TargetedVisitors, Incognito, nebunez, Merlin, Teklynk, Ole, PlayBox Technology, Guest and Guest.


Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.12-linux-32bit.zipDownload (17.7 MB)
owncast-0.0.12-linux-64bit.zipDownload (18.5 MB)
owncast-0.0.12-linux-arm64.zipDownload (17.5 MB)
owncast-0.0.12-linux-arm7.zipDownload (17.9 MB)
owncast-0.0.12-macOS-64bit.zipDownload (19.2 MB)

Owncast v0.0.11

· 8 min read

Welcome to The Fediverse!

With Owncast v0.0.11 your server can optionally become a part of the Fediverse, an interconnected, but completely independent network of servers where people can discover your stream and get notified of when you go live. Some popular Fediverse services are Mastodon and Pleroma but many services that make up the Fediverse can start to receive posts from your Owncast server.

With this ability, it gives you something pretty cool: the ability for people to follow your server, share it with their own followers. Your followers now show in a new "Followers" tab in the interface, and as people interact with your server by following, sharing and liking, it will show up in the chat so your biggest supporters get highlighted.

You'll automatically let your followers know each time you go live, and you can send them messages from the admin letting them know about your future streaming plans.

This functionality, of course, is disabled by default, as Owncast always wants you to be completely private out of the box. It's up to you to enable this in the admin under the new "Social" config section. But if you'd prefer, you can turn on social "Private Mode" where you have to manually approve each follower that wants to know about your streams, and in that case they will be unable to share your server with others.

We look forward to continued features being built now that federation with Owncast is enabled.

A huge thank you to NLnet for funding the development of Owncast Federation through the NGI0 Discovery Fund.

Note: The Fediverse is the wild west, and while people have been running with this functionality for some time in testing, we don't know what you'll run into. Please let us know if you discover any issues or any services that are not being compatible with Owncast or causing problems with your server.

Moderators

Long requested, and now finally here. You can assign moderator privileges to yourself, and any of your chat members and they will have the ability to remove chat messages and ban users directly from the chat, without having to go into the Admin.

Of course this relies on people keeping their identity between visits to your chat, so those that use private browsing to visit your server will be seen as a completely different chat participant each time, and will no longer have their moderator privileges unless you re-grant them.

Changelog

[0.0.11] - 2022-03-05

Upgrade instructions from 0.0.10

  1. Stop the service from running. If you're using a pre-installed image through a hosting provider, or setup Owncast to run under systemd you can probably just simply run systemctl stop owncast.
  2. Change to the directory where Owncast is installed on your server.
  3. If you’ve customized your web interface in any way you will want to back up the files you’ve changed or customized.
  4. Re-run the installer as the user you run Owncast under. For example if you are running owncast as the user "owncast": su -c "curl https://owncast.online/install.sh |bash" owncast
  5. Restart the service. If you're running under systemd systemctl start owncast.

Major updates

Added

  • Promote chat participants to moderators #499

  • Additional target framerates #1138

  • Support path-based S3 storage #1495

  • Inline UI to allow people to perform moderation actions within chat #1291

  • Add a recommendation in the admin to add a second, lower quality if only one is set #1491

  • Add support for checking the local filesystem for static resources #1507

  • Add list of moderators in user admin #1511

  • New admin section for managing ActivityPub settings. #1210

  • Set a short cache expiration on some APIs #1530

  • Add Matrix chat client(s) user agent to our bot list #1581

  • Return user scopes as a part of the chat history API #1586

  • Add admin support for manually composing a post to fediverse followers #1610

  • Set username via optional request headers #1365

  • Add Rocket.Chat to our bot user-agent list #1639

  • Add user icon in header next to user name change form #1655

  • Add alternative configurable list of default usernames #1497

  • Add steam as a Social Platform #1501

Changed

  • Replace redirect of /embed URLs to random html files and instead return content directly #1281

  • refactor: move from io/ioutil to io and os packages #1546

  • Increase the number of HLS segments in a playlist to increase stability #1552

  • Increase the max size of the chat welcome message #1595

  • Change styling for chat message links #1551

  • "Disable chat" setting is confusing #1330

  • Build outbound webhook execution queue #1510

  • Limit "external site requested your logo" warning message #1668

Fixed

  • Binding to ::1 fails: too many colons in address #1398

  • Fix possible crash on stream disconnect #1439

  • Fix hashes for standalone video/chat #1472

  • Fix Windows support #1377

  • When a ban occurs not all messages by that user are visibly removed #1350

  • OMX codec no longer showing friendly name and description in admin #1521

  • doing a ctrl+c to copy something closes the chat panel #1201

  • Messages Sent column in admin should either center the value or make column narrower #1580

  • Fix where banned user cannot be added back #1518

Thank you to our contributors!

The contributors for v0.0.11 were: jeyemwey, krashanoff, controlfreakstudio, gingervitis, f35f0ef9d0e827dae86552d3899f78fc, UXShawrk, MFTabriz and gabek. We also thank all of the fantastic people helping out in the Owncast chat answering questions, testing and providing feedback.

Thank you to our financial supporters!

A huge thanks to those giving us to the resources to run servers, have testing environments, host collaboration tools, pay for 3rd party services to test with and the means to experiment with new ideas we wouldn't be able to do otherwise.

Our project sponsors Noblestreet and Okta.

And our fantastic donors Simon Michalke, rootbeerdan, Luka Prinčič, Kyle Bronsdon, Robin, Flaki, Joel Bradshaw, Paul Lindner, Real Targeted Traffic, TargetedVisitors, Tom Hansen, pwxlwrk, Incognito, Niels Digital, nebunez and Merlin.


Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.11-linux-32bit.zipDownload (13.5 MB)
owncast-0.0.11-linux-64bit.zipDownload (14.4 MB)
owncast-0.0.11-linux-arm64.zipDownload (13.6 MB)
owncast-0.0.11-linux-arm7.zipDownload (13.7 MB)
owncast-0.0.11-macOS-64bit.zipDownload (15.1 MB)

Owncast v0.0.10

· 2 min read

This is a hot fix to resolve an issue using external S3 compatible storage in v0.0.9: #1455

There are no other changes and this only impacts those using that feature. See the release notes for v0.0.9 for details around the previous release.

Upgrade instructions from 0.0.9

  1. Stop the service from running. If you're using a pre-installed image through a hosting provider, or setup Owncast to run under systemd you can probably just simply run systemctl stop owncast.
  2. Change to the directory where Owncast is installed on your server.
  3. If you’ve customized your web interface in any way you will want to back up the files you’ve changed or customized.
  4. Re-run the installer as the user you run Owncast under. For example if you are running owncast as the user "owncast": su -c "curl https://owncast.online/install.sh |bash" owncast
  5. Restart the service. If you're running under systemd systemctl start owncast.

Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.10-linux-32bit.zipDownload (13.7 MB)
owncast-0.0.10-linux-64bit.zipDownload (14.1 MB)
owncast-0.0.10-linux-arm64.zipDownload (13.6 MB)
owncast-0.0.10-linux-arm7.zipDownload (13.6 MB)
owncast-0.0.10-macOS-64bit.zipDownload (14.7 MB)

Owncast v0.0.9

· 5 min read

Owncast v0.0.9 is a smaller release with a handful of tweaks and fixes. There's not a lot of user-facing changes this time around, but take a look through the below changes and see if there's anything that might impact you.

One thing that might make your life more convenient going forward is instead of putting in the full video URL /hls/stream.m3u8 when viewing an Owncast stream in an external video player (MPV, Quicktime, VLC) you can just put your root URL to your Owncast server.

[0.0.9] - 2021-09-26

Upgrade instructions from 0.0.8

  1. Stop the service from running. If you're using a pre-installed image through a hosting provider, or setup Owncast to run under systemd you can probably just simply run systemctl stop owncast.
  2. Change to the directory where Owncast is installed on your server.
  3. If you’ve customized your web interface in any way you will want to back up the files you’ve changed or customized.
  4. Re-run the installer as the user you run Owncast under. For example if you are running owncast as the user "owncast": su -c "curl https://owncast.online/install.sh |bash" owncast
  5. Restart the service. If you're running under systemd systemctl start owncast.

Major updates

Added

  • Add support for loading the root owncast URL directly in 3rd party video applications. #1356

  • Add proper landing page for browsers without the JS support #1139

  • Create external API to enable sending a message directly to a client instead of publicly #1316

Breaking Changes

  • No longer exit after successful stream key change via the CLI argument #1355

Changed

  • Auto expand the "Utilities" menu item in admin if an Owncast update is available #1299

  • Increase the sensitivity of the chat rate limiter #1349

  • Make the emoji directory configurable #1174

  • Stop logging 404s to the admin logs #1341

  • Mark viewer as active when downloading an HLS playlist #1343

  • Simplify where HLS segments live on the filesystem so they always live in data #875

  • In the admin don't show the connected client count if we're not showing a list of the clients #1306

  • Do not show user joined chat message if user has recently joined #1406

Fixed

  • Chat disables when stream ends instead of 5 minutes later #1268

  • GeoIP support not working with 0.0.8 #1304

  • Previous display names are not being displayed in the admin user modal #1277

  • Re-joining chat in the 5min window after disconnect shows the chat as disabled #1311

  • Set a value for player maxPlaylistRetries in the player #1335

  • Markdown rendering ends up with excessive spacing with lists #1315

  • Improve chat auto-scrolling #1324

  • Fix Windows tests #1376

  • Fix transcoding error text #1381

  • Potential local client security problem(s) when pasting DOM elements into chat #1357

  • Fixed USER_JOINED webhooks to have the correct event type name. #1302

  • Fix building on FreeBSD #1243

Thank you to our contributors!

The contributors for v0.0.9 were: MFTabriz, unclearParadigm, gabek, RhnSharma, sytranvn and ooa113y. We also thank all of the fantastic people helping out in the Owncast chat answering questions, testing and providing feedback.

Thank you to our financial supporters!

A huge thanks to those giving us to the resources to run servers, have testing environments, host collaboration tools, pay for 3rd party services to test with and the means to experiment with new ideas we wouldn't be able to do otherwise.

Our project sponsors Noblestreet and Okta.

And our fantastic donors Simon Michalke, rootbeerdan, Luka Prinčič, Kyle Bronsdon, Robin, Flaki, Joel Bradshaw and Paul Lindner.


Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.9-linux-32bit.zipDownload (13.7 MB)
owncast-0.0.9-linux-64bit.zipDownload (14.1 MB)
owncast-0.0.9-linux-arm64.zipDownload (13.6 MB)
owncast-0.0.9-linux-arm7.zipDownload (13.6 MB)
owncast-0.0.9-macOS-64bit.zipDownload (14.7 MB)

Owncast v0.0.8

· 10 min read

Owncast v0.0.8 features a rewrite of the chat system to improve performance, stability, and user moderation along with changes intended to reduce unauthorized access to chat and its history.

As with all updates it also includes many fixes and improvements to continue improving the self-hosted streaming experience. Please read through the below release notes and let us know what you think about this release. Your feedback drives the roadmap of Owncast, and we want to build the things that are most useful to you.

Here are some notable chat updates you may be interested in:

Moderation

While Owncast has had existing support for hiding chat messages, this new release is the first time you can ban an entire user from chat. By visiting the new Chat -> Users admin page and seeing the list of currently connected chat users, you can press the "Ban" button to disconnect them from chat, hide all their messages, and ban that user from reconnecting.

Disabling chat

Turning off chat in the settings previously would hide the chat UI from your viewers, but the chat functionality still was enabled behind the scenes. Now if you turn it off chat is no longer supported. Because you can turn off chat completely the number of viewers is no longer counted by the number of people connected to chat, instead it is counted separately.

Chat usernames

Under the new Chat settings page in the admin you can add a list of names or words you don't want to allow people to use in their chat usernames. This way you can stop people from having fake names like "Admin" to mislead people.

Also, default usernames are no longer "UserXX", but instead a randomly generated string.

Chat connection limits

Previously we didn't suggest more than 1,000 people to be connected to the Owncast chat, but with this revision it's been tested to many times that, though you may see more or less depending on your server and how it's configured. In general most people should no longer be limited in chat capacity.

Custom chat emoji

You can now input, and autocomplete, custom emoji in chat by typing :emojiname:. Hover over emoji in the chat to see the name of it. By typing part of an emoji, such as :dancing and hitting tab it will attempt to auto-complete it for you just like it does with usernames when you type @user and tab.

New standalone embeddable chat

There's now a standalone chat interface located at /embed/chat/readwrite that you can embed in an iframe anywhere you like, allowing you to easily have the full chat in a custom interface that you design.

This is also useful for streamers who just want to bring up a full-screen chat to use when streaming.

Changelog

[0.0.8] - 2021-08-11

Upgrade instructions from 0.0.7

  1. Stop the service from running. If you're using a pre-installed image through a hosting provider, or setup Owncast to run under systemd you can probably just simply run systemctl stop owncast.
  2. Change to the directory where Owncast is installed on your server. In a pre-installed hosting scenario it's likely in /opt/owncast.
  3. If you’ve customized your web interface in any way you will want to back up the files you’ve changed or customized.
  4. Re-run the installer as the user you run Owncast under. For example if you are running owncast as the user "owncast": su -c "curl https://owncast.online/install.sh |bash" owncast
  5. Restart the service. If you're running under systemd systemctl start owncast.

Breaking changes

As noted previously, two APIs will no longer be available:

  • /api/integrations/chat/user is no longer supported, removing the ability to send a chat message as arbitrary users. #1092

  • /api/chat is no longer publicly available. #1085

Major updates

Added

  • Allow binding the web server port to a specific address #981

  • Add Linux ARM64 release #1053

  • Add send button for the chat in mobile environments #1081

  • Add support for blocking specific chat usernames #782

  • Allow the customization of the logging path #1040

  • Chat refactor + persistent backing chat users #1163

  • Add support for blocking a chat user #1096

  • Update API to send chat messages as a specific bot/integration via their access token #1092

  • add target="_blank" to custom user content before rendering #1220

  • Support text input of :emoji:, and show the title of emoji in title attribute #480

  • Provide command line option for setting the RTMP listening port #1001

  • Offline Web UI: Display when the last time there was a stream #1111

  • You can specify the directory to save backups to #1099

  • Add standalone chat with ability to send messages #531

Changed

  • Replace viewer counting with a simple ping instead of websocket connections #790

  • Remove blank space when no external actions are rendered #1119

  • Don't show the viewer count in the embed player when offline #1088

  • Collapse news content in the admin home page #1137

  • Don't send user joined notification if chat/stream is disabled #1224

  • Hide viewer count when offline #1091

  • Do not keep an unlimited backlog of chat history in the database #1152

  • Lock down /api/chat from external access #1085

  • Do not try to connect to the websocket if chat is disabled #1135

  • Keep persistent logs on disk #908

  • Hopefully be able to run on Windows now #390

  • Atomically save the thumbnail and preview Gif #1279

Fixed

  • Description text with a URL doesn't auto linkify #1010

  • System messages with URLs aren't auto-linked #1009

  • Default stream output name is longer than the maximum allowed length #1037

  • Admin viewers table doesn't wrap properly and exceeds width of the window #1024

  • Width of the admin viewers page adjusts with the content of the viewers table #842

  • "other" social handle URL doesn't appear in admin view #998

  • Error editing "other" type social handle #1008

  • Instability when using Restream #999

  • Typing in the emoji search box triggers player keyboard shortcuts #1025

  • Player video quality setting icon is sometimes not centered #1044

  • Fix rtmp secret validation to allow / (#1069) #1070

  • Fix crash in datastore cache #1067

  • Narrow screens break 3rd party content modals #1020

  • The sort order of player video qualities is buggy #1132

  • Change to Configuration → Storage → Optional Settings does not enable Save button #1108

  • Don't allow people to set their instance name to an empty string (or only whitespace) #967

  • og:description tag is blank in HTML headers when sharing an Owncast link #1184

  • Stop the chat from animating away when chat is disabled #1007

  • Don't remove non-existing files if video config changed while online #1147

  • Admin hardware values default to "undefined", should just default to zero #874

  • Better feedback when Storage Endpoint is invalid #1000

  • Cache-Control header is wrong when using S3 #1047

  • Streaming URL on main admin page is missing the port #1049

  • Admin chat message moderation UI selected state is a bad color #1120

Removed

  • Remove config file migrator #1023

  • Remove YouTube embedding in the chat #1079

  • Remove the unnecessary websocket connection from the embed player #1164

  • /api/integrations/chat/user is no longer supported, removing the ability to send a chat message as arbitrary users. #1092

  • /api/chat is no longer publicly available. #1085

  • Websocket is no longer publicly available.

Thank you to our contributors!

The contributors for v0.0.8 were: muesli, jeyemwey, rAcHekLoS, geekgonecrazy, gingervitis, gabek, Patil2099, thilobillerbeck, soham4abc, leuc, tomleb, RhnSharma, MFTabriz, jyggiz and nodomain. We also thank all of the fantastic people helping out in the Owncast chat answering questions, testing and providing feedback.

Thank you to our financial supporters!

A huge thanks to those giving us to the resources to run servers, have testing environments, host collaboration tools, pay for 3rd party services to test with and the means to experiment with new ideas we wouldn't be able to do otherwise.

Our project sponsors Noblestreet, Okta, and our fantastic donors Simon Michalke, rootbeerdan, Luka Prinčič, Kyle Bronsdon, Guest, Robin, Flaki, ha2tim Gye-Nyame, Raffael Rehberger, Chaim Krause, Guest and Jnktn.tv.


Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.8-linux-32bit.zipDownload (13.4 MB)
owncast-0.0.8-linux-64bit.zipDownload (13.8 MB)
owncast-0.0.8-linux-arm64.zipDownload (13.3 MB)
owncast-0.0.8-linux-arm7.zipDownload (13.3 MB)
owncast-0.0.8-macOS-64bit.zipDownload (14.4 MB)

Owncast v0.0.7

· 8 min read

This release focuses on a handful of things that should improve the day to day usage of Owncast. The biggest being the ability to use hardware accelerated video codecs and free up your CPU if you're running on dedicated hardware. This is great for people who are hosting from home, even on things like a Raspberry Pi. Other additions people have asked for such as being able to upload your logo directly from the admin, hiding chat, custom CSS, being able to manually select a video stream quality from the player and more are included in this update. Read the below changelog for more details.

Upgrade instructions from 0.0.6

  1. Stop the service from running via whatever method you have Owncast running.
  2. Download the updated Owncast release for your platform.
  3. Move the zip file of 0.0.7 to your previous install location.
  4. If you've customized your web interface in any way you will want to back up the files you've changed or customized.
  5. Unzip the file, allowing it to overwrite old files.
  6. Restart the service.

Beta: The Owncast installer has support for upgrades, but this functionality is new. So feel free to give it a try by re-running it in your Owncast directory.

For installing from scratch, see the Quickstart.

Breaking changes

  • Remote images will no longer be supported in chat. There were more cons than pros to have this, so it has been removed.
  • Values around the Latency Buffer have been changed and a setting you selected in a previous release may not result in the exact same functionality as we continue to tweak the values for best performance.

Major updates

Hardware + Additional Codec support

This release adds initial support for using different video codecs in your encoding. If you have hardware, drivers, and software that supports it, you might be able to use VA-API, NVENC (nvidia) or OpenMAX (Raspberry Pi) codecs. Read more about the effort involved and the requisite software you will need to have installed in our documentation.

News in the admin

We added a general purpose place to put information that may be of interest to people operating Owncast instances. Since we're not focused on having a social media presence, we wanted a simple way to reach out to people running Owncast if there's anything useful or important. This simply pulls a static RSS feed from our web site that is hosted on Github pages, so we have no logs of this request. Additionally we wipe out the referrer value in this request. Feel free to reach out if you have any concerns.

More detailed logging

To assist people in troubleshooting things that go wrong, this release offers more detailed logging around video. You may see more warnings than you're used to seeing, and generally if your server is functioning properly you can ignore them. However, feel free to reach out if you are seeing warnings that you're finding unhelpful and we will make sure those warnings are cleared up in future releases.

Others

  • You can now give stream output variants names and they'll be displayed in the player for viewers to manually select.
  • 3rd party content modal for building your own simple UI that can be popped up within the Owncast web page.
  • Chat can be hidden.
  • You can upload your logo via the admin.
  • You can do some basic CSS overrides via the admin.

Changelog

[0.0.7] - 2021-05-15

Added

  • Multiple codec selection for hardware accelerated encoding #892, #336
  • Ability to select quality from web player #655
  • Add name to stream output variants #743
  • Allow system messages to utilize full html for styling #747
  • Allow admins to disable the chat #472
  • 3rd party actions + content modal #679
  • Add noreferrer to all Owncast and Owncast-admin links to owncast.online documentation #822
  • Add ability to upload logo via the admin #716
  • Show initial loading spinner on the player #848
  • Show news/updates in the admin #865
  • Provide RTMP URL in the admin page next to the stream key #861
  • Detect if ffmpeg is installed via snap #762
  • Add more user-facing helpful error messages from the transcoder #763
  • Add css page styling form in the admin #718
  • Add explicit FLoC opt-out headers in all http responses #939
  • Running OwnCast with webserverport will save that port in the config #860
  • Page loading background/splash image #849
  • Extend keyboard controls #670
  • Make transparency of message bubbles overridable via CSS #910

Fixed

  • Guard against instance continuing to ping the directory API after stream has ended #600
  • Changing the Sever URL in the admin should not appear to reset Name and About #854
  • Chat message type check can cause crash #856
  • Admin development: Broken images #798
  • Admin social handles interface can span wider than its container #845
  • Use a unique path for the fifo pipe to allow multiple copies to run on a single machine #883
  • Resolve an issue impacting chat moderation not hiding messages #809
  • Fix issue where local hls storage may not exist if number of output streams changed #940
  • Play button would display over the header bar when scrolling #951

Changed

  • Chat welcome message is now customizable, but empty/disabled by default #723

Removed

  • Limit image loading to only come from the local server. No more remote images in chat. #756

Notes about future releases

This will be the the last release to allow external access to the websocket. If you have built tools or utilities that utilize getting chat events it is recommended that you migrate to supported 3rd party APIs instead. If you have a use case that doesn't fit these APIs please let us know and in the future we may find a safe way to support the features you require.

Thank you to our contributors!

Thank you to the contributors for v0.0.7: nebunez, gabek, thilobillerbeck, aral, gingervitis, controlfreakstudio, MFTabriz as well as all of the fantastic people helping out in the Owncast chat answering questions, testing and providing feedback.

Thank you to our financial supporters!

Thank you to those financially supporting Owncast. The project sponsors Noblestreet, Okta and our awesome donors incognito, Guest, Simon Michalke, GoMage, rootbeerdan, GTX, John DeAscentis, Luka Prinčič, Kyle Bronsdon, Guest and Alan Peterson.


Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.7-linux-32bit.zipDownload (13.4 MB)
owncast-0.0.7-linux-64bit.zipDownload (13.8 MB)
owncast-0.0.7-linux-arm7.zipDownload (13.3 MB)
owncast-0.0.7-macOS-64bit.zipDownload (14.4 MB)

Owncast v0.0.6

· 6 min read

0.0.6 has quite a few changes that impact you, so please take a moment to read about the changes in their entirety.

Upgrade instructions from 0.0.5

  1. Stop the service from running.
  2. Move the zip file of 0.0.6 to your previous install location.
  3. If you've customized your web interface in any way you will want to back up the files you've changed or customized.
  4. Unzip the file, allowing it to overwrite old files.
  5. Restart the service.

Breaking changes

  • The config file has been removed.
  • The "server title" value has been removed and the "server name" is used everywhere instead.
  • Audio transcoding settings have been removed to simplify configuration as we haven't been encouraging people to convert audio, and as far as I can tell people haven't been using it. Audio will pass through the source audio as it has previously.
  • Peak viewer counts have been removed from the public-facing status API. #771

Major updates

Admin

Beginning with 0.0.6 you will configure your Owncast server via the admin at /admin. You'll be able to make changes faster, easier, and without restarting your server. We hope with this updated interface that you'll be able to make simpler and more informed decisions about how to configure your server and video settings.

Please share any feedback you have as we want to continue to improve and make it easier and faster for you to run and manage your streams.

Stream title

You'll now see in the admin a text field for adding an optional "Stream Title", a way to describe what your current stream is. This is especially useful for people who may stream multiple different things in one session, or every day have new content that you'd like to call out. So you can set it to "Playing Assassin's Creed", and then change it to "Doing some live coding".

Third party integration & add-on APIs

Owncast now has the ability for you to build your own add-ons and integrations on top of it. Some good examples are chat bots, video stream overlays, and sending external actions into chat such as notifying people when somebody has donated or followed.

Learn more about these APIs and you can start building on top of your Owncast server. Feel free to ask us any questions as this is brand new, and we want to give you what you need to build great things.

Backups

The backup directory will include a periodic backup of your Owncast server data. Save this with other system data you backup and you'll be able to restore this data later if it's ever needed.

Owncast Directory

The directory can now be easily enabled on your General settings page. We look forward to seeing everyone's streams show up there if you're looking for viewers, or are streaming something that's publicly available.

Changelog

[0.0.6] - 2021-03-08

Added

  • Show a user-facing error when setting ffmpeg to an invalid path #691
  • New WYSIWYG page content markdown editor #546
  • New config file to 0.0.6 migrator #576
  • Owncast database gets backed up hourly #549
  • New admin page for managing access tokens #603, #575
  • Outbound webhooks for 3rd party integration #556, #574, #602
  • Toggle visibility of a single message for chat moderation #568
  • Add support for current stream session title #391
  • Create command line flag to reset the stream key #665
  • Enable Spacebar key to pause/play video #579
  • Add support to set web server port via command line #674
  • New "user joined" message in chat if you have previously saved your username. #268

Changed

  • Completely manage your Owncast instance using the web admin.
  • Reduce the amount of chat backlog we return #548
  • Change the offline visual state of admin viewers page #662
  • Log hardware utilization messages as warnings instead of errors #640
  • Do not count connected clients when a stream is not active #422
  • Change logo to live in data instead of webroot #699

Removed

  • config.yaml has been removed and is no longer supported for configuration.
  • Remove showing the stream key in admin home page dashboard #615
  • Peak viewer counts have been removed from the public-facing status API. #771

Fixed

  • Under very high load fix a fatal error that can be thrown when file limits are reached #623
  • Fix pinch zooming on mobile Safari affecting the responsive site behavior #594
  • Remove a crash on certain RTMP disconnects #673
  • Some specific RTMP hardware is resulting in an admin error, work around that until we can get access to the hardware. #635
  • Return the optional scaled height and/or width value in admin serverStatus API. #769.

Contributors

Thank you to geekgonecrazy, gabek, nebunez, petersveter108, thilobillerbeck, gingervitis, jeyemwey, felix-engelmann, earnestma, graywolf336, ForestJohnson as well as all of the fantastic people helping out in the Owncast chat answering questions for people trying out Owncast for the first time.

Support the future of Owncast

We've been asked to support donations so people can help support the project, so now we are! We're ready to go on OpenCollective and would love you to check it out.


Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.6-linux-32bit.zipDownload (12.5 MB)
owncast-0.0.6-linux-64bit.zipDownload (12.9 MB)
owncast-0.0.6-linux-arm7.zipDownload (12.4 MB)
owncast-0.0.6-macOS-64bit.zipDownload (13.4 MB)

Owncast v0.0.5

· 2 min read

Owncast v0.0.5 focuses primarily on some basic chat moderation, enabling the admin to remove chat messages

Upgrade instructions from 0.0.4

  1. Stop the service from running.
  2. Backup your config.yaml and any other files you may have customized and want to save or refer to later.
  3. Move the zip file of 0.0.5 to your previous install location.
  4. Unzip the file, allowing it to overwrite old files.
  5. Restart the service.

Changelog

Owncast Core:

  • Feat: Basic chat moderation, allowing removal of messages
  • Feat: Limit how quickly people can send chat messages to guard against chat message flooding
  • Feat: Use "new" style S3 hosts
  • Feat: Verify version of ffmpeg at launch
  • Fix: Exit if no version of ffmpeg can be found
  • Fix: Limit caching of HLS playlists
  • Fix: Fix possible crash in S3 performance monitoring

Web Interface:

  • Feat: Social links now have the rel="me" attribute
  • Feat: Social links use SVG icons
  • Feat: Added Ko-Fi platform to social links
  • Feat: Added KeyOxide platform to social links
  • Feat: Do not auto-close emoji picker after selecting an emoji
  • Feat: Workarounds for AdBlockers blocking social links to external profiles

Web Interface:

  • Fix: Fix layout issues that can take place on iPads

Admin Interface:

  • Feat: Allow sorting viewers table by connected time
  • Feat: Add help section with links to documentation

Breaking changes

There have been no breaking changes in this release.

APIs

The features regarding chat message moderation brought new endpoints:

You can find the complete set of APIs by visiting the API documentation.

API Documentation

Owncast v0.0.5

· 2 min read

Owncast v0.0.5 focuses primarily on some basic chat moderation, enabling the admin to remove chat messages

Upgrade instructions from 0.0.4

  1. Stop the service from running.
  2. Backup your config.yaml and any other files you may have customized and want to save or refer to later.
  3. Move the zip file of 0.0.5 to your previous install location.
  4. Unzip the file, allowing it to overwrite old files.
  5. Restart the service.

Changelog

Owncast Core:

  • Feat: Basic chat moderation, allowing removal of messages
  • Feat: Limit how quickly people can send chat messages to guard against chat message flooding
  • Feat: Use "new" style S3 hosts
  • Feat: Verify version of ffmpeg at launch
  • Fix: Exit if no version of ffmpeg can be found
  • Fix: Limit caching of HLS playlists
  • Fix: Fix possible crash in S3 performance monitoring

Web Interface:

  • Feat: Social links now have the rel="me" attribute
  • Feat: Social links use SVG icons
  • Feat: Added Ko-Fi platform to social links
  • Feat: Added KeyOxide platform to social links
  • Feat: Do not auto-close emoji picker after selecting an emoji
  • Feat: Workarounds for AdBlockers blocking social links to external profiles

Web Interface:

  • Fix: Fix layout issues that can take place on iPads

Admin Interface:

  • Feat: Allow sorting viewers table by connected time
  • Feat: Add help section with links to documentation

Breaking changes

There have been no breaking changes in this release.

APIs

The features regarding chat message moderation brought new endpoints:

You can find the complete set of APIs by visiting the API documentation.

API Documentation

Owncast v0.0.4

· 2 min read

v0.0.4 includes several small updates and bug fixes. Also, you can now set a custom RTMP port and use our prepared builds for ARM computers like the Raspberry PI. With our notification feature, your visitors can see that a stream has started and that new chat messages were written while they were in other tabs.

Upgrade instructions from 0.0.3

  1. Stop the service from running.
  2. Backup your config.yaml and any other files you may have customized and want to save or refer to later.
  3. Move the zip file of 0.0.4 to your previous install location.
  4. Unzip the file, allowing it to overwrite old files.
  5. Restart the service.

Changelog

Owncast Core:

  • Feat: Add build support for ARM computers like the Raspberry PI.
  • Feat: Add option to change the port of the RTMP server.
  • Feat: Add sanity check for ffmpeg when launching Owncast.

Web Interface:

  • Fix: Show a more detailed error message if websocket cannot connect.
  • Fix: Layout of tags if there are too many for the width of the window.
  • Fix: Problem where in some rare cases the player can get into an infinite loop trying to update the HLS playlist.
  • Feat: Hide viewer count when offline.
  • Feat: Display notification in the title if a message comes in or a stream starts and you've navigated away.
  • Fix: Rename social icons Javascript file so uBlock Origin doesn't block it.

Admin Interface:

  • Fix: Remove possible duplicate rows in viewer table.
  • Fix: The wrong month may be displayed in the admin viewers graph.
  • Fix: Case where old users may continue to show up in admin viewers table after they are gone.

Breaking changes

There have been no breaking changes in this release.

APIs

There are no api changes in this version. You can find the complete set of APIs by visiting the API documentation.

API Documentation