Skip to content
README.md 481 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
# compile-owncast

Pierre Ozoux's avatar
Pierre Ozoux committed
A project to automatically compile streams separate ts files into mp4.

## Add a secret in your namespace

```
k create secret generic ${BUCKET} --from-literal=S3_ENDPOINT=minio.k7.indie.host --from-literal=AWS_ACCESS_KEY_ID=${BUCKET} --from-literal=AWS_SECRET_ACCESS_KEY=
```

Deploy the cronjob and you should be good to go :)

## Limitations

Pierre Ozoux's avatar
Pierre Ozoux committed
This encode only the first video configuration, but not the other ones.
(It is hardcoded as selecting the `0` flux.)