Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLS: Ignore unknown or unsupported system ID: 9A04F07998404286AB92E65BE0885F95 #1326

Closed
xusuona opened this issue Jan 3, 2024 · 2 comments · Fixed by #1011
Closed

HLS: Ignore unknown or unsupported system ID: 9A04F07998404286AB92E65BE0885F95 #1326

xusuona opened this issue Jan 3, 2024 · 2 comments · Fixed by #1011
Labels
component: HLS The issue involves HLS output flag: good first issue This might be a relatively easy issue; good for new contributors priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@xusuona
Copy link

xusuona commented Jan 3, 2024

Packager Command:

./packager-linux-x64 \
in=test.mp4,stream=video,output=test.video.mp4,drm_label=video,playlist_name='test.m3u8'  \
--enable_raw_key_encryption   \
--keys label=video:key_id=0B7H7DE341C74B3D88E35AFBD2BF0072:key=850RC88E356E35A00R7C962FE0052YU8   \
--protection_systems PlayReady  \
--hls_master_playlist_output master.m3u8 

What is the expected result?
Expect the Microsoft standard "ext-x-key" tag to appear in the generated test.m3u8, similar to

#EXTM3U
#EXT-X-VERSION:4
#EXT-X-KEY:METHOD=SAMPLE-AES-CTR,KEYFORMAT="com.microsoft.playready",KEYFORMATVERSIONS="1",URI="data:text/plain;charset=UTF-16;base64,xAEAAAEAAQC6ATwAVwBSAE0ASABFAEEARABFAFIAIAB4AG0AbABuAHMAPQAiAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAcwAuAG0AaQBjAHIAbwBzAG8AZgB0AC4AYwBvAG0ALwBEAFIATQAvADIAMAAwADcALwAwADMALwBQAGwAYQB5AFIAZQBhAGQAeQBIAGUAYQBkAGUAcgAiACAAdgBlAHIAcwBpAG8AbgA9ACIANAAuADAALgAwAC4AMAAiAD4APABEAEEAVABBAD4APABQAFIATwBUAEUAQwBUAEkATgBGAE8APgA8AEsARQBZAEwARQBOAD4AMQA2ADwALwBLAEUAWQBMAEUATgA+ADwAQQBMAEcASQBEAD4AQQBFAFMAQwBUAFIAPAAvAEEATABHAEkARAA+ADwALwBQAFIATwBUAEUAQwBUAEkATgBGAE8APgA8AEsASQBEAD4AdgBHAFYAagBOAEsAZwBZAE0ARQBxAHAATwBMAGgAMQBWAGQAUgBUADAAQQA9AD0APAAvAEsASQBEAD4APAAvAEQAQQBUAEEAPgA8AC8AVwBSAE0ASABFAEEARABFAFIAPgA="

What happens instead?
However, the following error was reported during operation:

[0103/145509:WARNING:simple_hls_notifier.cc(495)] HLS: Ignore unknown or unsupported system ID: 9A04F07998404286AB92E65BE0885F95

I would like to ask if shaka can support it, or if there are other ways. Thanks!

@joeyparrish
Copy link
Member

Seems reasonable. Feel free to open a PR.

@joeyparrish joeyparrish added type: bug Something isn't working correctly component: HLS The issue involves HLS output priority: P2 Smaller impact or easy workaround flag: good first issue This might be a relatively easy issue; good for new contributors labels Feb 15, 2024
@github-actions github-actions bot added this to the v3.0 milestone Feb 15, 2024
@joeyparrish
Copy link
Member

Fixed in #1011

@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Apr 23, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: HLS The issue involves HLS output flag: good first issue This might be a relatively easy issue; good for new contributors priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants