Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Ribeiro authored and Bruno Ribeiro committed Jul 29, 2024
1 parent 5ba71b6 commit 7f950de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/video/docusaurus/docs/api/streaming/rtmp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ ffmpeg -re -stream_loop 400 -i YourVideoFile1080p30fps.mp4 \
RTMP input typically introduces a latency of 2-5 seconds. This can vary based on the network conditions, encoder settings (as the stream will be transcoded), and the performance of the RTMP server.
Optimizing [encoding settings](#optimal-obs-video-encoding-settings) and ensuring a stable network connection can help minimize this latency.

#### What are the best practices for setting up OBS for RTMP streaming?
#### What are the best practices for setting up OBS for RTMP streaming?

Refer to [Optimal OBS Video Encoding Settings](#optimal-obs-video-encoding-settings).

#### Do we support both RTMP and RTMPS?

No, our service supports exclusively RTMPS. RTMPS is the recommended for secure streaming as it uses SSL/TLS to encrypt the data, providing an additional layer of security over RTMP.
RTMP input service supports exclusively RTMPS. RTMPS is the recommended for secure streaming as it uses SSL/TLS to encrypt the data, providing an additional layer of security over RTMP.

#### What are the recommended internet connection settings for optimal streaming performance?

Expand Down

0 comments on commit 7f950de

Please sign in to comment.