Skip to content
Snippets Groups Projects
Commit ca9bc9de authored by Peter Große's avatar Peter Große Committed by Martin Storsjö
Browse files

dashenc: default to one AdaptationSet per stream


Previously all mapped streams of a media type (video, audio) where assigned
to a single AdaptationSet. Using the DASH live profile it is mandatory, that
the segments of all representations are aligned, which is currently not
enforced. This leads to problems when using video streams with different
key frame intervals. So to play safe, default to one AdaptationSet per stream,
unless overwritten by explicit assignment.

To get the old assignment scheme, use

  -adaptation_sets "id=0,streams=v id=1,streams=a"

Signed-off-by: default avatarPeter Große <pegro@friiks.de>
Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent efd2fc41
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment