> 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 Recording Hybrid：支持云和本地处理的本地录制存储</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.
