1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncast_ynh.git synced 2024-09-03 19:56:20 +02:00

Merge pull request #5 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-08-18 07:48:50 +02:00 committed by GitHub
commit 440484c6dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 4 deletions

View file

@ -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/

View file

@ -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/

View file

@ -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

View file

@ -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`

View file

@ -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",