owncast icon indicating copy to clipboard operation
owncast copied to clipboard

Take control over your live stream video by running it yourself. Streaming + chat out of the box.

Results 353 owncast issues
Sort by recently updated
recently updated
newest added

### Share your bug report, feature request, or comment. I use owncast to stream onto my website and the only problem I have is that I can only stream from...

Fix the error where service worker throw error on `urlPattern` callback access invalid property A modified version of config based on `next-pwa/cache` is passed to `runtimeCaching` option in order to...

### Share your bug report, feature request, or comment. ## About the Error When serving Owncast web production build, I notice there is an error that will thrown from the...

### Share your bug report, feature request, or comment. ## The error I am using owncast on windows using docker containers. I have pulled the `owncast/owncast:latest` container and spun it...

### Share your bug report, feature request, or comment. Chat APIs are defined to use the outbound chat message object for POSTing. This is incorrect. https://owncast.online/api/latest/#tag/External/operation/SendChatAction

# Broken link found in Owncast documentation First, **please verify that this link or asset is actually broken** by testing the correct page that is in production at https://owncast.online. Then...

documentation
good first issue

### Share your bug report, feature request, or comment. If the websocket connection gets interrupted for any reason, it doesn't seem to ever reconnect. Steps to reproduce locally: - Run...

The `onerror` event is only triggered if the buffer is full while the socket is closed, while the `onclose` event is called for any kind of disconnection: https://websockets.spec.whatwg.org/#closeWebSocket Fixes https://github.com/owncast/owncast/issues/3958

### Share your bug report, feature request, or comment. More of a nice to add feature from an administration perspective. If using a reverse proxy to provide ssl encryption to...