mirror of
https://github.com/YunoHost-Apps/owncast_ynh.git
synced 2024-09-03 19:56:20 +02:00
commit
440484c6dd
5 changed files with 11 additions and 4 deletions
|
@ -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
|
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/
|
**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. Enter your **Stream Key** that matches your key file.
|
||||||
1. Press **Start Streaming** (OBS) or **Go Live** (Streamlabs) on OBS.
|
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
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://owncast.online/
|
* Official app website: https://owncast.online/
|
||||||
|
|
|
@ -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
|
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/
|
**Démo :** https://watch.owncast.online/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.8/owncast-0.0.8-linux-arm64.zip
|
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_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -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 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. Enter your **Stream Key** that matches your key file.
|
||||||
1. Press **Start Streaming** (OBS) or **Go Live** (Streamlabs) on OBS.
|
1. Press **Start Streaming** (OBS) or **Go Live** (Streamlabs) on OBS.
|
||||||
|
|
||||||
|
## Standalone chat mode
|
||||||
|
|
||||||
|
`https://live.domain.ltd/index-standalone-chat-readwrite.html`
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Self-hosted live video and web chat server for use with existing broadcasting software",
|
"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"
|
"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/",
|
"url": "https://owncast.online/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue