You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what you meant by "different content".
The sample MPD has multiple periods, each with two video adaptation sets (AVC/HEVC) - this is something that the module can support. However, the set of tracks must be consistent across the different periods, you can't have, for example, one period with 3 AVC tracks and another period with 5 AVC tracks. You'll need to either drop tracks or duplicate tracks in order to have it aligned (this requirement exists due to how the manifests are structured in HLS)
@erankor thanks for your answer.
Maybe more details are required to explain our needs better.
Goal is to create dash and hls stream with alternative video track, each track with it's own set of video retentions (ABR in each track). This is similar to solutions with multiple audio alternative tracks, but in this case we want it for video.
Goal is to have recordings of some event with more cameras and then to stream it in single dash/hls stream with one video track for each camera recording.
Multiperiod manifest in this case is actually not needed. Instead, manifest should consist of more Adaptation Sets where each set is one video track in player with it's ABR set. In example above you should look just first Period.
Hi
is there any way to produce DASH manifest with multile video tracks (different content), something like this:
https://media.axprod.net/TestVectors/v8-MultiContent/Clear/Manifest.mpd?
BR
The text was updated successfully, but these errors were encountered: