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
d75fc43f23
commit
d7981b24d3
4 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
## Configuration
|
||||
|
||||
You can configure Owncast in the admin page: `domain.ltd/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key.
|
||||
You can configure Owncast in the admin page: `__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key.
|
||||
|
||||
## Streaming app
|
||||
|
||||
|
@ -9,10 +9,10 @@ OBS can be used as streaming video app: https://obsproject.com/
|
|||
1. Install OBS or Streamlabs OBS and get it working with your local setup.
|
||||
1. Open OBS Settings and go to **Stream**.
|
||||
1. Select **Custom…** as the service.
|
||||
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://__DOMAIN__/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`
|
||||
`https://__DOMAIN__/index-standalone-chat-readwrite.html`
|
1
doc/POST_INSTALL.md
Executable file
1
doc/POST_INSTALL.md
Executable file
|
@ -0,0 +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.
|
1
doc/POST_INSTALL_fr.md
Executable file
1
doc/POST_INSTALL_fr.md
Executable file
|
@ -0,0 +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).
|
Loading…
Add table
Reference in a new issue