VOD ストリームの概要
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
DAI Pod Serving API には、ユーザー向けの HLS または MPEG-DASH メディア プレイリストに直接合成できるアダプティブ ビットレートの動画広告 Pod マニフェストが用意されています。
DAI Pod Serving API の一般的な統合には、Google アド マネージャー、クライアント動画プレーヤー アプリ(通常は Interactive Media Ads(IMA)SDK を使用して構築されます)、マニフェスト マニピュレータという 3 つの主要コンポーネントがあります。

アド マネージャー
連続配信広告は、アド マネージャーがマニフェスト マニピュレータに配信します。マニフェスト マニピュレータは、アド マネージャーの Pod Serving API を操作して連続配信広告をリクエストします。このサービスには次の役割があります。
- クライアント動画プレーヤー アプリからのリクエストごとにストリーム セッションの作成、広告の選択、連続配信広告の作成、コンテンツ エンコード プロファイルに合わせたレンディションの提供(「動画クリエイティブの調整」とも呼ばれます)。(上の図のステップ 1 と 2)。
- マニフェスト マニピュレータからの連続配信広告リクエストに応答し、ストリームに合成するために適切にエンコードされた連続配信広告マニフェストを提供する。(ステップ 4、5)
- クライアント動画プレーヤー アプリからの連続配信広告メタデータのリクエストに応答し、広告イベントのルックアップ テーブルを提供する。(ステップ 7、8)
- クライアント動画プレーヤー アプリで受信したトラッキング ping を受信して処理する(ステップ 10)。
クライアント動画プレーヤー アプリ
クライアント動画プレーヤー アプリは、ユーザーが動画ストリームを視聴する TV アプリ、モバイルアプリ、ウェブアプリです。プレーヤーには次のような責任があります。
- アド マネージャーにストリーム リソースをリクエストし、特定の動画アセットの 1 回の再生セッションを表すストリーム オブジェクトを受け取る。(ステップ 1 と 2)
- マニフェスト マニピュレータからストリーム マニフェストをリクエストして再生を開始する。(ステップ 3、6)
- 連続配信広告のメタデータをアド マネージャーにリクエストする。メタデータは、ストリーム内の時間指定メタデータ イベントに埋め込まれた広告イベントを表します。(ステップ 7、8)
- 動画プレーヤーで、広告メディア ID を含む音声ストリームまたは動画ストリームに埋め込まれた時間指定メタデータ イベントによるコールバックをリッスンする。(ステップ 9)
- これらの埋め込み ID を広告イベントと照合して確認用 URL を検索し、広告イベントが正常に発生したことをアド マネージャーに通知します。(ステップ 10)
クライアント動画プレーヤー アプリの実装について詳しくは、ご使用のプラットフォームの IMA SDK ガイド(Android、HTML5、iOS、tvOS)をご覧ください。
カスタム実装については、DAI VOD Pod Serving API に関するクライアント動画プレーヤー アプリガイドをご覧ください。
マニフェスト マニピュレータ
マニフェスト マニピュレータは、クライアントの動画プレーヤー アプリに提供されるストリーム マニフェストをホストするサーバーです。サーバーには次の役割があります。
- アド マネージャーから連続配信広告のマニフェストをリクエストする。(ステップ 4、5)
- これらの広告マニフェストを既存の VOD コンテンツ ストリームに合成し、最終的なマニフェストをクライアントの動画プレーヤー アプリに提供します(ステップ 3 と 6)。
カスタム マニフェスト マニピュレータの実装の詳細については、DAI VOD Pod Serving API のマニフェスト マニピュレータ ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-21 UTC。
[null,null,["最終更新日 2025-08-21 UTC。"],[[["\u003cp\u003eThe DAI Pod Serving API delivers adaptive bitrate video ad pods for seamless integration into HLS or MPEG-DASH playlists.\u003c/p\u003e\n"],["\u003cp\u003eA typical integration involves Google Ad Manager, a client video player app (often using the IMA SDK), and a manifest manipulator.\u003c/p\u003e\n"],["\u003cp\u003eAd Manager handles ad pod delivery, stream session creation, ad selection, encoding, and tracking.\u003c/p\u003e\n"],["\u003cp\u003eThe client video player app requests streams, manifests, and ad metadata, and handles ad event verification.\u003c/p\u003e\n"],["\u003cp\u003eThe manifest manipulator stitches ad manifests into the content stream, creating the final manifest for the client video player.\u003c/p\u003e\n"]]],["The DAI Pod Serving API involves three components: Ad Manager, a client video player app, and a manifest manipulator. Ad Manager delivers ad pods, manages stream sessions, provides ad pod manifests and metadata, and processes tracking pings. The client app requests streams, requests and plays manifests, retrieves ad metadata, and sends ad event notifications. The manifest manipulator requests ad pod manifests from Ad Manager and then stitches them into the content stream, providing the final manifest to the client app.\n"],null,["# Overview for VOD streams\n\nThe DAI Pod Serving API provides adaptive-bitrate video ad pod manifests,\nprepared in such a way that they can be stitched directly into a user-facing HLS\nor MPEG-DASH media playlist.\n\nA typical integration with the DAI Pod Serving API has three main components:\nGoogle Ad Manager, a client video player app---commonly built using\nthe [Interactive Media Ads (IMA) SDK](/interactive-media-ads)---and a\nmanifest manipulator.\n\nAd Manager\n----------\n\nAd Manager is responsible for delivering ad pods to the manifest manipulator.\nThe manifest manipulator interacts with Ad Manager's [Pod Serving\nAPI](//support.google.com/admanager/answer/10492367#dai-pod-serving)\nto request the ad pods. The service has these responsibilities:\n\n- Creating a stream session for each request from the client video player app, selecting ads, building ad pods and providing renditions to match your content encoding profiles, also called \"video creative conditioning\". (Steps 1 and 2 in the diagram above)\n- Responding to ad pod requests from the manifest manipulator and providing properly encoded ad pod manifests for stitching into streams. (Steps 4 and 5)\n- Responding to ad pod metadata requests from the client video player app and providing a lookup table for ad events. (Steps 7 and 8)\n- Receiving and processing tracking pings received by the client video player app. (Step 10)\n\nClient video player app\n-----------------------\n\nThe client video player app can be a TV app, mobile app, or web app where\nusers watch the video stream. The player has these responsibilities:\n\n- Requesting a stream resource from Ad Manager and receiving a stream object that represents a single playback session of a specific video asset. (Steps 1 and 2)\n- Requesting a stream manifest from the manifest manipulator and beginning playback. (Steps 3 and 6)\n- Requesting ad pod metadata from Ad Manager, which describes the ad events embedded in the stream's timed metadata events. (Steps 7 and 8)\n- Listening to the video player for callbacks with timed metadata events embedded in the audio or video stream that contain ad media IDs. (Step 9)\n- Looking up the verification URLs by matching these embedded IDs to ad events and notifying Ad Manager that these ad events have successfully occurred. (Step 10)\n\nTo learn more about implementing the client video player app, see the\nIMA SDK guide for your platform:\n[Android](/ad-manager/dynamic-ad-insertion/sdk/android?service=pod),\n[HTML5](/ad-manager/dynamic-ad-insertion/sdk/html5?service=pod),\n[iOS](/ad-manager/dynamic-ad-insertion/sdk/ios?service=pod), or\n[tvOS](/ad-manager/dynamic-ad-insertion/sdk/tvos?service=pod).\nFor custom implementations, see our [client video player app\nguide](/ad-manager/dynamic-ad-insertion/api/pod-serving/vod/client) for the DAI\nVOD Pod Serving API.\n\nManifest manipulator\n--------------------\n\nThe manifest manipulator is the server in charge of hosting the stream manifest\nprovided to the client video player app. The server has these responsibilities:\n\n- Requesting ad pod manifests from Ad Manager. (Steps 4 and 5)\n- Stitching these ad manifests into the existing VOD content stream and providing the final manifest to the client video player app. (Steps 3 and 6)\n\nTo learn more about implementing a custom manifest manipulator, see the\n[manifest manipulator\nguide](/ad-manager/dynamic-ad-insertion/api/pod-serving/vod/manipulator) for the\nDAI VOD Pod Serving API."]]