스트림 요청에서 제한된 수의 광고 태그 매개변수를 재정의할 수 있습니다. 추가된 값은 문자열이어야 합니다.
자세한 내용은
타겟팅 매개변수를 스트림에 공급하기를 참고하세요.
스트림 변형 환경설정에 dai-ot 및 dai-ov 매개변수를 사용할 수 있습니다.
자세한 내용은
스트림 변형 매개변수 재정의를 참고하세요.
이 스트림 요청을 실행하는 게시자의 네트워크 코드입니다. 네트워크 코드는 포드 제공 스트림 요청 (PodStreamRequest 또는 PodVodStreamRequest) 및 클라우드 스티칭 스트림 요청(VideoStitcherLiveStreamRequest 또는 VideoStitcherVodStreamRequest)에 필요하며 전체 서비스 스트림 요청(LiveStreamRequest 또는 VODStreamRequest)의 경우 선택사항이지만 권장됩니다. 이 코드는 프로그래매틱 방식의 제한적인 광고 사용 설정과 같이 Ad Manager UI에서 선택한 설정을 적용하는 데 사용됩니다. 포드 게재 및 Cloud Stitching의 경우 스트림을 찾고 재생하는 데도 사용됩니다. 네트워크 코드를 찾으려면 이 도움말을 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-06-04(UTC)"],[[["`VideoStitcherLiveStreamRequest` is a class for specifying properties when requesting live streams from Video Stitcher, extending the `PodStreamRequest` class."],["It utilizes properties like `liveStreamEventId`, `projectNumber`, and `region` to identify and locate the desired live stream content on Video Stitcher."],["Inherited properties such as `apiKey`, `authToken`, and `adTagParameters` provide control over stream authorization, content access, and ad targeting."],["The `videoStitcherSessionOptions` property allows for customization of Video Stitcher-specific parameters for the stream request."],["This class is essential for integrating with Google Ad Manager's Dynamic Ad Insertion and leveraging Video Stitcher's live stream capabilities for ad-supported content delivery."]]],["The `VideoStitcherLiveStreamRequest` class manages live stream properties. Key actions involve setting parameters like `apiKey`, `authToken`, `customAssetKey`, and `networkCode` for stream authorization and identification. It supports format options (`hls`, `dash`), and setting an `liveStreamEventId` that define the stream's characteristics. Additional settings include `oAuthToken`, `projectNumber`, `region` for Video Stitcher specifics and options related to ads like ad tag parameters, `senderCanSkip`, and stream activity monitoring. `videoStitcherSessionOptions` are used to set Video Stitcher-specific parameters for the request.\n"]]