Cosmin Stejerean
Cosmin Stejerean
Can you share a file to reproduce this problem?
I don't believe AC4 is natively supported on iOS at this time per https://professionalsupport.dolby.com/s/article/Dolby-Audio-for-Applications-integration-in-iOS?language=en_US If this works when you drop the Dolby Atmos audio track then it's safe to assume...
@joeyparrish are we good with the second frame duration approach? If not I have a patch to compute this based on average as well, and perhaps we could turn on...
On a side note `git clone --recurse-submodules https://github.com/xavierlaffargue/shaka-packager.git .` this doesn't work because it would only init submodules in the default branch, which is main, and does not contain any...
I think we should call the stream descriptor forced_subtitle and have it be generic for both dash and hls, if set it would apply the dash role (in addition to...
@joeyparrish that's correct @vish91 I can make the updates if you're ok with it or can wait if you prefer to do it.
Made the updates to do this as we discussed with `forced_subtitle` stream descriptor being the high level way of doing this, and having it set role internally for dash if...
There seems to be some command line parsing issue because the master playlist contains the following ``` URI="iframe.m3u8 --segment_template_constant_duration" ```
I cannot reproduce the m3u8 file contents with the command line you supplied.
This needs to be rebased on top of main, and really on top of the changes from #879 as well.