> 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 混合版

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

Zoom 錄製混合模組是 Zoom Meetings Hybrid 的補充模組，透過讓客戶更能掌控 Zoom 會議錄製在儲存到地端之前的生成與處理位置，提供更高的控制權。這項額外的彈性可支援在管理錄製對話時有特定隱私、安全性或法規遵循需求的企業。與 Meetings 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 錄製混合 [建議硬體支援文章 ](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" %}
**注意**

錄製混合模組會與 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.
