스트림 요청에서 제한된 수의 광고 태그 매개변수를 재정의할 수 있습니다. 추가된 값은 문자열이어야 합니다.
자세한 내용은
타겟팅 매개변수를 스트림에 공급하기를 참고하세요.
스트림 변형 환경설정에 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)"],[[["`VODStreamRequest` is a class used for defining properties of video-on-demand stream requests, extending the `StreamRequest` class."],["It includes properties like `contentSourceId` and `videoId`, which are mandatory for on-demand streams and identify the content source."],["This class inherits properties from `StreamRequest`, including `apiKey`, `authToken`, `adTagParameters`, `format`, and others for managing stream authorization, ad parameters, and format."],["Publishers can utilize `contentSourceId` for content management and `videoId` to identify video content, both essential for on-demand stream requests."],["While inheriting various properties from `StreamRequest`, `VODStreamRequest` focuses on the specifics of on-demand video streaming, including content identification and authorization."]]],["The `VODStreamRequest` class manages properties for on-demand video stream requests. Key actions include setting `contentSourceId` and `videoId` for content identification. Publishers can override ad tag parameters, including `dai-ot` and `dai-ov` for stream variant preferences. It allows configuration of `apiKey` or `authToken` for content access and authorization. The `format` property allows for selecting `hls` or `dash`. Additionally, you can provide `networkCode` and determine if `senderCanSkip` is enabled for skippable ads.\n"]]