On Sun, 29 Jan 2017, Peter Große wrote:

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: Peter Große <[email protected]>
---
libavformat/dashenc.c | 23 ++++++-----------------
1 file changed, 6 insertions(+), 17 deletions(-)

I'm much more ok with this now that you made the previous patch in the set, so then I can agree to this. Thanks!

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to