I am currently exploring SSAI implementation via mediatailor. From the looks of it, by default mediatailor requires the entire VMAP response at the start. I am looking for a way (in VOD) where I can defer which the decision of which ad needs to be player till the cue-point is reached. I want to check if there is a way to reference a dash manifest from my current manifest i.e. if there is a possibility of having nested dash manifests so that I can add a reference to manifest link which will be created at runtime.
Referencing secondary manifests in dash
90 Views Asked by IN_DEV At
1
There are 1 best solutions below
Related Questions in MPEG-DASH
- Referencing secondary manifests in dash
- How to play ffmpeg dash?
- Streaming dynamic playlist with GPAC
- generate mpeg dash segments in specific directory using FFMPEG
- Having problems compiling shaka player
- Microsoft Edge fails to play PlayReady DASH stream in VideoJS
- ExoPlayer clearkey issue
- Is it possible to pregenerate m3u8 file? (the playlist only) and skip the transcoding?
- How can I play Widevine-encrypted content out of the browser?
- How to reduce the latency of CMAF?
- Is there a way to add private attributes to MPD without violating the DASH standard?
- How to support quality levels in video.js and videojs-contrib-dash. videojs-contrib-quality-levels is not working
- In Dash manifest, how to insert duration into the segmentTemplate or pass the segment duration in segment requests?
- Playing clearkey protected mpd content in html5 dashjs player with already acquired kty k and kid values
- Change keyframe interval losslessly to produce mpeg-dash content
Related Questions in AWS-MEDIA-CONVERT
- Using HTTP input for AWS MediaConvert
- Is there a way to configure the pixel format using AWS MediaConvert?
- AWS Elemental MediaConvert transcoding failed with Error initializing encoder for video target [2] [Height must be a multiple of 2]
- MediaConvert transcoding failed with No audio frames decoded on [selector-(Audio Selector 1)-track-1-drc]
- Referencing secondary manifests in dash
- Jumping forward x seconds because of gap starting at y and ending at z with video encoded by AWS MediaConvert
- Getting a 400 subscription maxResult while trying to obtain Mediaconvert endpoint in AWS
- How do I stop AWS Elemental MediaConvert chopping off the quiet part of my audio?
- Run AWS MediaConvert job over entire S3 bucket - H265
- How to correctly burn-in Hebrewe captions in AWS Mediaconvert
- AWS mediaconvert throws [Failed probe/open: [No parser found for container]]
- AWS Elemental MediaConvert fails to transcode some iOS videos that were transferred to MacBook
- S3 access denied error for a mediaconvert job
- DRM Encryption and decryption from mp4 to HLS using AWS Elemental MediaConvert
- Mediaconvert passrole issue
Related Questions in AWS-MEDIATAILOR
- Referencing secondary manifests in dash
- Download Mediatailor m3u8 stream as MP4 with midroll ads
- MediaConvert introducing Video Audio Duration Mismatch in HLS segments
- Passing VAST tag parameter values for MediaTailor Channel Assembly FAST Channel Programs
- Google ad manager and AWS Elemental MediaTaylor comparison
- Replacing multiple HLS VOD segments returned from VAST tag
- VOD Ad Replacement using AWS MediaTailor
- Streaming videos from AWS to Moodle Mobile App
- Mediatailor metrics in Cloudwatch
- Media Tailor ad returning 504 error in AWS
- AWS MediaTailor Server-side Event Tracking
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
At present no AWS services support nested DASH manifests.
Regarding the delayed ADS query for a VOD manifest, what you described is how many client-side ad insertion systems work. You might achieve your goal with a CSAI solution or a hybrid of SSAI and CSAI.