mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 07:36:57 +08:00
change recommended OBS settings (#4523)
This commit is contained in:
@@ -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`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user