Skip to content

Commit

Permalink
Update for latency settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jun 20, 2024
1 parent 5b4cfad commit 0a95fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Open OBS and click `Settings` to configure the following:
1. Set the **Server** to `http://localhost:1985/rtc/v1/whip/?app=live&stream=livestream`.
1. Click **OK** to save the settings.
1. Click **Start Streaming** to start streaming.
1. If the latency is large, setup the OBS Output by: For OBS encoder, select the x264 encoder and in the advanced settings, set the GOP (Keyframe interval) to 1 s. Choose Preset as fast, Profile as baseline, and Tune as zerolatency.

![](/img/blog-2023-06-15-011.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ the WHIP URL into the `Server` field.

![](/img/blog-2023-12-12-02.png)

> Note: If the latency is large, setup the OBS Output by: For OBS encoder, select the x264 encoder and in the
> advanced settings, set the GOP (Keyframe interval) to 1 s. Choose Preset as fast, Profile as baseline, and
> Tune as zerolatency.
Now you can click the `Start Streaming` button to publish the WHIP stream to the Oryx.

## Step 4: Use WHEP to View the Stream
Expand Down

0 comments on commit 0a95fca

Please sign in to comment.