Skip to content

Commit

Permalink
Fix it's vs its typo (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomer Gil <[email protected]>
  • Loading branch information
thomergil and Thomer Gil authored Jan 30, 2024
1 parent 2dddb87 commit c4cb828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ $ modprobe bcm2835-v4l2 max_video_width=2592 max_video_height=1944
µStreamer supports bandwidth-efficient streaming using [H.264 compression](https://en.wikipedia.org/wiki/Advanced_Video_Coding) and the Janus WebRTC server. See the [Janus integration guide](docs/h264.md) for full details.

## Nginx
When uStreamer is behind an Nginx proxy, it's buffering behavior introduces latency into the video stream. It's possible to disable Nginx's buffering to eliminate the additional latency:
When uStreamer is behind an Nginx proxy, its buffering behavior introduces latency into the video stream. It's possible to disable Nginx's buffering to eliminate the additional latency:

```nginx
location /stream {
Expand Down

0 comments on commit c4cb828

Please sign in to comment.