From 864226f30833b790b0a583d22e513c9f1e9e4e79 Mon Sep 17 00:00:00 2001 From: hhf Date: Mon, 21 Oct 2024 10:23:15 +0530 Subject: [PATCH] Add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 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