Owncast is an open source, self-hosted live video and chat server for use with existing popular broadcasting software. With streaming + chat out of the box you can take control over your content by running it yourself.
Package | Version | License |
---|---|---|
Owncast | Latest | MIT |
Caddy | 2.3.0 | Apache 2.0 |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the Owncast 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Owncast Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "owncast-10"}' \
"https://api.digitalocean.com/v2/droplets"
Keep in mind when selecting a monthly plan that the more CPU you can provide, the better quality and flexibility you’ll have in the end. Read more about CPU usage with Owncast.
http://your_droplet_public_ipv4:8080
in your browser loads then your install is complete.ssh root@your_droplet_public_ipv4
http://your_droplet_public_ipv4:8080
and verify Owncast is running.https://hostname.mydomain.com
and verify Owncast is accessible via SSL.With Owncast running you can begin to configure your new server by visiting the Admin located at /admin
. Visit the Configuration Instructions to learn how you can change your video settings, web page content, and more.
To start, you will want to change your stream key.
/opt/owncast
. You’ll find all your data files there. This is also where you can upgrade your Owncast server in the future.