Cosmin Stejerean
Cosmin Stejerean
Ok, doing a little digging through the debugger I believe the problem lies within `EsParserH26x::EmitFrame` It pops the `current_timing_desc` from `timing_desc_list_` which works for the single slice per frame case,...
I believe this might require some structural changes to `es_parser_h26x.cc` to handle the case of multiple slices per access unit before calling EmitFrame.
The warning in #799 looks correct, this seems to be an issue with the file not being spec compliant, rather than an issue with the packager.
And the groups no longer being grouped together is what we want? On the one hand I guess it's not really strict command line ordering if we preserve the groups...
Is this problem specifically with DRM, or are you seeing the same problem with large inputs without DRM being applied?
> I ask because in raw key mode Shaka Packager does not generate a PSSH containing the content_id and that is why I stopped using this mode. You can generate...
Are you able to play other Widevine content on this same platform? For example try some of the Widevine DRM streams from https://shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;panel=ALL_CONTENT;panelData=drm:WIDEVINE;build=uncompiled and see if those play. As long...
I suggest reaching out to Widevine support https://support.google.com/widevine/troubleshooter/6027072 to troubleshoot this further. If you do discover a bug in Shaka Packager itself please re-open it with some details, as it...
2.6.1 or current main needs Python 2 to build. This is why we are moving to CMake.