From 7f950dec9ad84194d9843a32cf36a61b9a15b001 Mon Sep 17 00:00:00 2001 From: Bruno Ribeiro Date: Mon, 29 Jul 2024 13:57:04 +0200 Subject: [PATCH] format --- docusaurus/video/docusaurus/docs/api/streaming/rtmp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/video/docusaurus/docs/api/streaming/rtmp.mdx b/docusaurus/video/docusaurus/docs/api/streaming/rtmp.mdx index 6ec70466..2985120d 100644 --- a/docusaurus/video/docusaurus/docs/api/streaming/rtmp.mdx +++ b/docusaurus/video/docusaurus/docs/api/streaming/rtmp.mdx @@ -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?