> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-explainer/zoom-recording-hybrid.md).

# Zoom 录制混合部署

#### <mark style="color:蓝色;">Zoom 录制混合：可采用基于云或本地处理的本地录制存储</mark> <a href="#d8whzn10gix0" id="d8whzn10gix0"></a>

Zoom Recording Hybrid 模块是一个补充模块，通过让客户在 Zoom Meetings 录制内容生成和处理后、存储到本地之前，对其位置拥有更大的控制权，从而补充 Zoom Meetings Hybrid。此附加灵活性支持具有特定隐私、安全或合规性要求的企业，用于管理已录制的对话。与 Meetings Hybrid 模块一样，Recording Hybrid 模块提供一系列量身定制的录制选项，适用于 **混合** 或 **私有** 模式会议，以下各节将对此进行讨论。

{% hint style="warning" %}
**请注意**

请务必熟悉以下各项之间的差异： [Zoom Meetings Hybrid 的](/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-explainer/zoom-meetings-hybrid.md) 会议模式（混合和私有），然后再继续。
{% endhint %}

#### <mark style="color:蓝色;">**混合模式在云中录制和处理，但将文件存储在本地**</mark>

在主持一场 **混合** 同时使用 Meetings Hybrid 和 Recording Hybrid 模块的会议中，会议录制最初会在 Zoom 云中处理并临时存储。会议结束且处理完成后，录制内容会自动转移到主持人账户指定的 NFS 存储，以便本地访问，而云端副本将被丢弃。当用户访问录制内容时，他们将收到一个链接，指向该账户的 NFS 环境，文件就存储在那里。

该设计提供了将录制处理卸载到云中的灵活性，从而节省本地机器资源，同时还能在客户自己的数据中心内保持对本地、且可能按区域划分的存储的控制。

下图提供了混合模式录制配置和流程示例。

<figure><img src="/files/c7cd8b085d877f7f1808f1368079fa4ddc534535" alt="Diagram depicting Hybrid Mode recording" width="375"><figcaption><p>混合模式录制示意图</p></figcaption></figure>

#### <mark style="color:蓝色;">**私有模式会在本地录制、处理和存储录制内容，但对计算资源要求很高**</mark>

在主持一场 **私有** 同时使用 Meetings Hybrid 和 Recording Hybrid 模块的会议中，所有会议活动，包括主持、录制和处理，都通过集成模块完全在本地进行。

私有会议结束后，录制内容会在本地机器上处理（即转码），然后转移到相应的 NFS 存储系统，用户可通过直接链接访问其中的文件。

该设计使客户能够主持 *并录制* 本地会议而无需云媒体数据传输，使客户在敏感会议方面获得额外的安全性和隐私层，同时在必要时仍保持混合录制的灵活性。然而，客户应知悉，转码过程对计算资源要求很高，在大规模场景下可能较难执行，并且可能导致会议结束后录制可用性延迟。请查阅 Zoom Recording Hybrid [推荐硬件支持文章 ](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0060770)以了解录制和转码的计算要求详情。

下图提供了私有模式录制配置和流程示例。

<figure><img src="/files/57053295dd6f32d0ea6d58b3e466ea9c863302f1" alt="Diagram depicting Private Mode recording" width="375"><figcaption><p>私有模式录制示意图</p></figcaption></figure>

{% hint style="info" %}
**注**

Recording Hybrid 模块为事件 & 活动 &直播注册和日志记录目的，保持与 Zoom 云的信令连接（即：记录该会议已由设备录制）；但是，作为此过程的一部分，没有任何会议媒体传输到云。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-explainer/zoom-recording-hybrid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
