> 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-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-explainer/zoom-recording-hybrid.md).

# Zoom Recording Hybrid

#### <mark style="color:藍色;">Zoom 錄製混合模式：可採雲端或地端處理的本地錄製儲存</mark> <a href="#d8whzn10gix0" id="d8whzn10gix0"></a>

Zoom Recording Hybrid 模組是一個補充模組，可與 Zoom Meetings Hybrid 相輔相成，讓客戶更能掌控 Zoom 會議錄製內容在儲存到地端之前，會在何處產生與處理。這項額外的彈性可支援具有特定隱私、安全或合規需求、用於管理已錄製對話的企業。與 Meetings Hybrid 模組相同，Recording Hybrid 模組提供一系列錄製選項，量身打造以 **混合** 或 **私有** 模式會議，以下章節將討論。

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

請務必熟悉以下之間的差異： [Zoom Meetings Hybrid 的](/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-explainer/zoom-meetings-hybrid.md) 會議模式（混合與私有）在繼續之前。
{% endhint %}

#### <mark style="color:藍色;">**混合模式會在雲端錄製與處理，但會將檔案儲存在地端**</mark>

在主持一場 **混合** 在同時使用 Meetings Hybrid 與 Recording Hybrid 模組的混合會議中，會議錄製內容會先在 Zoom Cloud 中處理並暫時儲存。待會議結束且處理完成後，錄製內容會自動轉移至主機帳戶指定的 NFS 儲存空間以供本地存取，而雲端副本則會被捨棄。使用者存取錄製內容時，將會收到一個連結，導向至該帳戶儲存檔案的 NFS 環境。

此設計提供將錄製處理卸載至雲端的彈性，可節省本機資源，同時仍能在客戶自有的資料中心內，維持對本地、且可能具有特定地區性的儲存之控制。

下圖提供混合模式錄製組態與流程的範例。

<figure><img src="/files/13fe8f797f1571083fa18136ee7d05fd37a71d41" 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/b8aa0ae3c082bc5ebbe2237514dad4eab60d50b1" alt="Diagram depicting Private Mode recording" width="375"><figcaption><p>私有模式錄製示意圖</p></figcaption></figure>

{% hint style="info" %}
**附註**

Recording Hybrid 模組會與 Zoom Cloud 維持訊號連線，用於事件註冊與記錄（亦即記錄此會議已由裝置錄製）；然而，在此過程中不會將任何會議媒體傳送至雲端。
{% 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-tw/jin-jie-qi-ye-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.
