commit 864226f30833b790b0a583d22e513c9f1e9e4e79 Author: hhf Date: Mon Oct 21 10:23:15 2024 +0530 Add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9a4762 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 24/7 Stream example + +- Uses [Owncast](https://owncast.online) as the streaming server. +- Uses [ffplayout](https://github.com/ffplayout/ffplayout) as the playout client. + +## Content + +Add videos into the `videos` directory to have them play. + +## Run + +This playout example uses Docker to run these two services together. + +`docker-compose up` + +## Disclaimer + +This is just an example of how you can build a 24/7 stream using Owncast and some playout software. You will want to customize the settings, logo, quality and other settings to meet your requirements. \ No newline at end of file