From 244eea123b4f6d3e32d6e9c825aa03e553cac8b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:06:13 +0000 Subject: [PATCH] deploy: 0103f3c6700a7c3992346638c36034bac180968d --- 404.html | 2 +- assets/js/d81783d9.d0849ae2.js | 1 - assets/js/d81783d9.f39c902d.js | 1 + assets/js/f94d6d54.bdcce8a2.js | 1 - assets/js/f94d6d54.d41e6c23.js | 1 + ...ain.c90f8725.js => runtime~main.ce8c23e5.js} | 2 +- docs/api/components/Image/index.html | 2 +- docs/api/components/InputStream/index.html | 2 +- docs/api/components/Rescaler/index.html | 2 +- docs/api/components/Shader/index.html | 2 +- docs/api/components/Text/index.html | 2 +- docs/api/components/Tiles/index.html | 2 +- docs/api/components/View/index.html | 2 +- docs/api/components/WebView/index.html | 2 +- docs/api/generated/component-Image/index.html | 2 +- .../generated/component-InputStream/index.html | 2 +- .../api/generated/component-Rescaler/index.html | 2 +- docs/api/generated/component-Text/index.html | 2 +- docs/api/generated/component-Tiles/index.html | 2 +- docs/api/generated/component-View/index.html | 2 +- docs/api/generated/component-WebView/index.html | 2 +- docs/api/generated/renderer-Mp4/index.html | 2 +- .../renderer-RtpInputStream/index.html | 17 +++-------------- docs/api/generated/renderer-Shader/index.html | 2 +- .../generated/renderer-WebRenderer/index.html | 2 +- docs/api/inputs/mp4/index.html | 2 +- docs/api/inputs/rtp/index.html | 17 +++-------------- docs/api/renderers/image/index.html | 2 +- docs/api/renderers/shader/index.html | 2 +- docs/api/renderers/web/index.html | 2 +- docs/api/routes/index.html | 2 +- docs/category/api-reference/index.html | 2 +- docs/category/deployment/index.html | 2 +- docs/common/absolute-position/index.html | 2 +- docs/concept/component/index.html | 2 +- docs/concept/layouts/index.html | 2 +- docs/concept/shaders/index.html | 2 +- docs/concept/web/index.html | 2 +- docs/deployment/configuration/index.html | 2 +- docs/get-started/elixir/index.html | 2 +- docs/get-started/index.html | 2 +- docs/get-started/node/index.html | 2 +- docs/intro/index.html | 2 +- index.html | 2 +- 44 files changed, 46 insertions(+), 68 deletions(-) delete mode 100644 assets/js/d81783d9.d0849ae2.js create mode 100644 assets/js/d81783d9.f39c902d.js delete mode 100644 assets/js/f94d6d54.bdcce8a2.js create mode 100644 assets/js/f94d6d54.d41e6c23.js rename assets/js/{runtime~main.c90f8725.js => runtime~main.ce8c23e5.js} (97%) diff --git a/404.html b/404.html index efb8ffc4a..16db90554 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
type Port = string | u16
type InputRtpVideoOptions = {
codec?: "h264";
rtp_payload_type?: u8;
}
type InputRtpVideoOptions = {
codec?: "h264";
}
codec
- (default="h264"
) Video codec.
@@ -37,11 +37,9 @@ "h264"
- H264 video.rtp_payload_type
- (default=96
) Value of payload type field in received RTP packets.
-Packets with different payload type won't be treated as video and included in composing. Values should be in [0, 64] or [96, 255]. Values in range [65, 95] can't be used. For more information, see RFC Packets with different payload type won't be treated as video and included in composing.type InputRtpAudioOptions = {
codec?: "opus";
sample_rate: u32;
channels: "mono" | "stereo";
rtp_payload_type?: u8;
forward_error_correction?: bool;
}
type InputRtpAudioOptions = {
codec?: "opus";
forward_error_correction?: bool;
}
codec
- (default="opus"
) Audio codec.
@@ -49,15 +47,6 @@ "opus"
- Opus audio.sample_rate
- Sample rate. If the specified sample rate doesn't match real sample rate, audio won't be mixed properly.channels
- Audio channels.
-"mono"
- Mono audio (single channel)."stereo"
- Stereo audio (two channels).rtp_payload_type
- (default=97
) Value of payload type field in received RTP packets.
-Packets with different payload type won't be treated as audio and included in mixing. Values should be in range [0, 64] or [96, 255]. Values in range [65, 95] can't be used. For more information, check out RFC.forward_error_correction
- (default=false
) Specifies whether the stream uses forward error correction. It's specific for Opus codec. For more information, check out RFC.type Port = string | u16
type InputRtpVideoOptions = {
codec?: "h264";
rtp_payload_type?: u8;
}
type InputRtpVideoOptions = {
codec?: "h264";
}
codec
- (default="h264"
) Video codec.
@@ -39,11 +39,9 @@ "h264"
- H264 video.rtp_payload_type
- (default=96
) Value of payload type field in received RTP packets.
-Packets with different payload type won't be treated as video and included in composing. Values should be in [0, 64] or [96, 255]. Values in range [65, 95] can't be used. For more information, see RFC Packets with different payload type won't be treated as video and included in composing.type InputRtpAudioOptions = {
codec?: "opus";
sample_rate: u32;
channels: "mono" | "stereo";
rtp_payload_type?: u8;
forward_error_correction?: bool;
}
type InputRtpAudioOptions = {
codec?: "opus";
forward_error_correction?: bool;
}
codec
- (default="opus"
) Audio codec.
@@ -51,15 +49,6 @@ "opus"
- Opus audio.sample_rate
- Sample rate. If the specified sample rate doesn't match real sample rate, audio won't be mixed properly.channels
- Audio channels.
-"mono"
- Mono audio (single channel)."stereo"
- Stereo audio (two channels).rtp_payload_type
- (default=97
) Value of payload type field in received RTP packets.
-Packets with different payload type won't be treated as audio and included in mixing. Values should be in range [0, 64] or [96, 255]. Values in range [65, 95] can't be used. For more information, check out RFC.forward_error_correction
- (default=false
) Specifies whether the stream uses forward error correction. It's specific for Opus codec. For more information, check out RFC.