Is it possible to put multiple Representations into a single AdaptationSet? #145
Unanswered
deppischCode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
thank you very much for reading my question, and if you're a contributor to this project thank you for your awesome work.
I have the following client-php for generating a dash compatible .mpd file as well as .m4s files:
This produces an .mpd file, which wraps each
Representation
into a singleAdaptationSet
, like this:So with
PHP-FFmpeg-video-streaming
, is it possible to wrap more than oneRepresentation
into a singleAdaptationSet
? Like:I am very much looking forward to receiving a reply. Thank you very much in advance!
Nico
Beta Was this translation helpful? Give feedback.
All reactions