mirror of
https://github.com/YunoHost-Apps/owncast_ynh.git
synced 2024-09-03 19:56:20 +02:00
Fix
This commit is contained in:
parent
42eef58c4d
commit
23f6e6f5f3
4 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
## Configuration
|
||||
|
||||
You can configure Owncast in the admin page: `__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key.
|
||||
You can configure Owncast in the admin page: `https://__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key.
|
||||
|
||||
## Streaming app
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Configuration
|
||||
|
||||
Vous pouvez configurer Owncast dans la page d'administration : `domain.ltd/admin` avec `admin` et `abc123` comme identifiant. N'oubliez pas de changer la clé de flux (Stream Key).
|
||||
Vous pouvez configurer Owncast dans la page d'administration : `https://__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant. N'oubliez pas de changer la clé de flux (Stream Key).
|
||||
|
||||
## Application de diffusion en continu
|
||||
|
||||
|
@ -12,3 +12,7 @@ OBS peut être utilisé comme application de streaming vidéo : https://obsproje
|
|||
1. Entrez l'URL du serveur exécutant votre service de streaming au format `rtmp://myserver.net/live`.
|
||||
1. Saisissez votre « Stream key » qui correspond à votre clé de streaming choisie lors de l'installation.
|
||||
1. Appuyez sur **Démarrer le streaming** (OBS) ou **Go Live** (Streamlabs) sur OBS.
|
||||
|
||||
## Mode de discussion autonome
|
||||
|
||||
`https://__DOMAIN__/index-standalone-chat-readwrite.html`
|
||||
|
|
|
@ -1 +1 @@
|
|||
You can configure Owncast in the admin page: `__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key.
|
||||
You can configure Owncast in the admin page: `https://__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key.
|
|
@ -1 +1 @@
|
|||
Vous pouvez configurer Owncast dans la page d'administration : `__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant. N'oubliez pas de changer la clé de flux (Stream Key).
|
||||
Vous pouvez configurer Owncast dans la page d'administration : `https://__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant. N'oubliez pas de changer la clé de flux (Stream Key).
|
||||
|
|
Loading…
Add table
Reference in a new issue