Parameters about this CDN configuration as a source of content. This facilitates fetching the
original content for conditioning and delivering the original content as part of a modified
stream.
Configuration for how DAI should ingest media. At ingest time, we match the url prefix of media
in a stream's playlist with an ingest location and use the authentication credentials from the
corresponding ingest settings to download the media. This value is required for a valid source
content configuration.
Default configuration for how DAI should deliver the non-modified media segments. At delivery
time, we replace the ingest location's url prefix with the delivery location's URL prefix and
use the security policy from the delivery settings to determine how DAI needs to deliver the
media so that users can access it. This value is required for a valid source content
configuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["CdnConfigurationService allows publishers to configure how their content is ingested and delivered by Dynamic Ad Insertion (DAI)."],["SourceContentConfiguration within CdnConfigurationService facilitates fetching original content for modification and delivery."],["`ingestSettings` defines how DAI ingests media, including authentication and URL prefixes for downloading."],["`defaultDeliverySettings` dictates how DAI delivers unmodified media segments, handling URL prefixes and security policies for user access."]]],["The `SourceContentConfiguration` within the `CdnConfigurationService` defines how content is fetched and delivered. It requires two key settings: `ingestSettings` and `defaultDeliverySettings`. `ingestSettings` dictates how DAI (Dynamic Ad Insertion) ingests media by matching URL prefixes and using authentication credentials. `defaultDeliverySettings` configures how DAI delivers unmodified media segments, replacing the ingest location's URL prefix and applying security policies. Both are `MediaLocationSettings` and are essential for a valid source content configuration.\n"]]