shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
2.01k stars 511 forks source link

fix: Add Missing Dash Roles to RoleFromString function (#1418) #1419

Closed Johmpa closed 3 months ago

Johmpa commented 3 months ago

As per issue #1418, several Dash roles are missing from the RoleFromString function, making them unusable in practice. This update should enable them for use.

BEGIN_COMMIT_OVERRIDE fix: Add Missing Dash Roles to RoleFromString function (#1419) Closes #1418 END_COMMIT_OVERRIDE