mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
change recommended OBS settings (#4523)
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled
This commit is contained in:
parent
3b3b898358
commit
b48a0098d3
1 changed files with 4 additions and 4 deletions
|
|
@ -321,14 +321,14 @@ gst-launch-1.0 videotestsrc \
|
||||||
OBS Studio can publish to the server in multiple ways (SRT client, RTMP client, WebRTC client). The recommended one consists in publishing as a [RTMP client](#rtmp-clients). In `Settings -> Stream` (or in the Auto-configuration Wizard), use the following parameters:
|
OBS Studio can publish to the server in multiple ways (SRT client, RTMP client, WebRTC client). The recommended one consists in publishing as a [RTMP client](#rtmp-clients). In `Settings -> Stream` (or in the Auto-configuration Wizard), use the following parameters:
|
||||||
|
|
||||||
* Service: `Custom...`
|
* Service: `Custom...`
|
||||||
* Server: `rtmp://localhost`
|
* Server: `rtmp://localhost/mystream`
|
||||||
* Stream key: `mystream`
|
* Stream key: (empty)
|
||||||
|
|
||||||
If credentials are in use, use the following parameters:
|
If credentials are in use, use the following parameters:
|
||||||
|
|
||||||
* Service: `Custom...`
|
* Service: `Custom...`
|
||||||
* Server: `rtmp://localhost`
|
* Server: `rtmp://localhost/mystream?user=myuser&pass=mypass`
|
||||||
* Stream key: `mystream?user=myuser&pass=mypass`
|
* Stream key: (empty)
|
||||||
|
|
||||||
Save the configuration and click `Start streaming`.
|
Save the configuration and click `Start streaming`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue