Skip to main content

Owncast v0.0.3

· 4 min read

Installer

There is now a quick installer you can use to install the latest release. See a demo of it in action.

curl -s https://owncast.online/install.sh | bash

Owncast Admin

v0.0.3 introduces the web admin dashboard that you can use to get an overview of your owncast server.

Visit /admin and login with admin as the username and your stream key as the password.

We will continue to add functionality to this over time, so please let us know how it works for you and if you have any feedback.

Upgrade instructions from 0.0.2

  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.3 to your previous install location.
  4. Unzip the file, allowing it to overwrite old files.
  5. Edit your config.yaml file and change the logo entry to be a single item, no longer a small and large. If you're using the default then it should look like the following: logo: /img/logo.svg. Take note the old logo images have been changed to logo.svg.
  6. Move the stats.json file to data.
  7. Move your content.md file to data if you have one.
  8. Restart the service.

Breaking changes

  • How your logo is set in the config file has changed. See upgrade instructions.
  • chat.db has been renamed to owncast.db and moved to the data directory. You should delete your old chat.db file.
  • content.md has moved to to /data.
  • stats.json has moved to /data.
  • Optional chatDatabase command line flag is moved to database. chatDatabaseFile in config changed to databaseFile.

Changelog

  • Fixes for possible bugs in username highlighting in chat. #156
  • Logo requirements have been simplified to only require a single logo to be specified in the config. #373
  • Viewer counts are now limited to the number of people viewing from the owncast web interface. #323
  • Stream length can now specify "days". #307
  • Fix for the video thumbnail flickering as it updates. #205
  • Placing a copy of ffmpeg into the same directory as owncast will now use that copy. #276
  • Updated chat message design with removed avatars. #253 #222 #119
  • Removed need for client-side markdown parsing. #235
  • Fix for an exception being thrown when zero socialHandles are supplied. #202
  • Video player volume is now saved when changing it. #175
  • The web app Javascript assets are no longer being pulled from a remote CDN. #189
  • Fix for video getting cut off on Firefox. #210
  • Large play button is re-displayed when the video player is paused. #201
  • Seek bar has been removed from the player. #171
  • Fix for crash when some RTMP sources send unexpected payloads. # 340
  • An internal refactor of the video pipeline. #151
  • offlineContent is no longer specified in the config file.

APIs

This release added some basic read-only APIs for use in the new admin dashboards. They are authenticated against your stream key just like the admin site is.

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

API Documentation


Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.3-linux-32bit.zipDownload (12.2 MB)
owncast-0.0.3-linux-64bit.zipDownload (12.6 MB)
owncast-0.0.3-macOS-64bit.zipDownload (13.1 MB)

Owncast v0.0.2

· 2 min read

This release brings a major refactor of the web UI along with the ability to embed Owncast into your own site easier, add custom emoji in chat, and more!

Visit the documentation to read more about how to take advantage of embedding and custom emoji.

Available on docker: docker pull gabekangas/owncast:0.0.2

Upgrading from v0.0.1

This release has a rewrite of the web frontend, so any customization you made previously will need to be re-applied to this new web app. The simplest way to upgrade is just overwrite the old version with the new version, but it won't delete any old files that are no longer used.

However, you're free to upgrade any way you like, but make sure your chat.db, config.yaml, webroot/static/content.md and stats.json files are saved.

  1. Stop the service from running.
  2. Move the zip file of 0.0.2 to your previous install location.
  3. Unzip the file, allowing it to overwrite old files.
  4. Restart the service.

Changelog

  • Rewrite of the web interface with Preact, removing Vue.
  • Add support for embedding chat externally.
  • Add support for embedding the video player externally.
  • Your username will get highlighted in chat when mentioned.
  • Emoji picker w/ custom emoji support.
  • Autocomplete usernames in composing chat messages by hitting tab.
  • Improve support for autolinking, and embedding YouTube or Instagram links in chat.
  • Server alerts to the console when there is excessive hardware utilization.
  • Updated version of Video.js and associated http-streaming library.
  • Improve max bitrate compatibility with HLS spec.
  • Stop jumping to bottom of chat when scrolling and reading previous messages.
  • Username colors are tweaked to be easier to read.
  • Improved mobile layout in the web UI.
  • Remove Cache-Control header when sending to external S3 storage to support Digital Ocean Spaces.
  • Stream gets cleaned up after 5 minutes of being disconnected.

Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.2-linux-32bit.zipDownload (9.4 MB)
owncast-0.0.2-linux-64bit.zipDownload (13.4 MB)
owncast-0.0.2-macOS-64bit.zipDownload (12.9 MB)

Owncast v0.0.1

· One min read

In honor of @mattdsteele and @JCake live streaming their wedding using Owncast tomorrow, here's the first release version.

We've been testing, doing events and enjoying using Owncast, so I think it's time to have a release version that others can start using as well.

Still lots of exciting updates going on, but here's finally something that you can start using. Feel free to reach out and let us know what you're using Owncast for, or if you have any questions.

This release is also on Dockerhub if that's convinient for you.

docker pull gabekangas/owncast:0.0.1

image

On Dockerhub

Congratulations Matt and Jessica!


Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-linux-0.0.1.zipDownload (9.5 MB)
owncast-macOS-0.0.1.zipDownload (10.0 MB)