diff --git a/README.md b/README.md index 2fab17d..79ef5bd 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Self-hosted live video and web chat server for use with existing broadcasting software -**Shipped version:** 0.0.8~ynh1 +**Shipped version:** 0.0.8~ynh2 **Demo:** https://watch.owncast.online/ @@ -42,6 +42,9 @@ OBS can be used as streaming video app: https://obsproject.com/ 1. Enter your **Stream Key** that matches your key file. 1. Press **Start Streaming** (OBS) or **Go Live** (Streamlabs) on OBS. +## Standalone chat mode + +`https://live.domain.ltd/index-standalone-chat-readwrite.html` ## Documentation and resources * Official app website: https://owncast.online/ diff --git a/README_fr.md b/README_fr.md index 9f9cd97..2fc1a26 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Serveur de vidéo en direct et de chat Web auto-hébergé à utiliser avec un logiciel de diffusion -**Version incluse :** 0.0.8~ynh1 +**Version incluse :** 0.0.8~ynh2 **Démo :** https://watch.owncast.online/ diff --git a/conf/arm64.src b/conf/arm64.src index 01343e6..dede895 100755 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.8/owncast-0.0.8-linux-arm64.zip -SOURCE_SUM=f05498313a00490b60cc5df4e02d7914d8150838741577fa19b4623b2cbccbad +SOURCE_SUM=eb818e594f39dfff003d6ec406569f17c5a96aecdcd0fdc955a82342e576e5d4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 7fd8f65..9b06f03 100755 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -12,3 +12,7 @@ OBS can be used as streaming video app: https://obsproject.com/ 1. Enter the URL of the server running your streaming service in the format of `rtmp://myserver.net/live`. 1. Enter your **Stream Key** that matches your key file. 1. Press **Start Streaming** (OBS) or **Go Live** (Streamlabs) on OBS. + +## Standalone chat mode + +`https://live.domain.ltd/index-standalone-chat-readwrite.html` \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3e6d016..8e38b73 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted live video and web chat server for use with existing broadcasting software", "fr": "Serveur de vidéo en direct et de chat Web auto-hébergé à utiliser avec un logiciel de diffusion" }, - "version": "0.0.8~ynh1", + "version": "0.0.8~ynh2", "url": "https://owncast.online/", "upstream": { "license": "MIT",