Closed
Bug 1832702
Opened 2 years ago
Closed 2 years ago
[wmfme] set correct encrypted attributes on the media sample and media stream
Categories
(Core :: Audio/Video: Playback, task, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(4 files)
Based on MS's feedback, it seems we forgot to set some encrypted related attributes on the input samples and the media streams.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D177839
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D177840
Updated•2 years ago
|
Attachment #9333225 -
Attachment description: WIP: Bug 1832702 - part1 : copy crypto related information into the remote raw data so that the remote process can use those information to decrypt samples. → Bug 1832702 - part1 : copy crypto related information into the remote raw data so that the remote process can use those information to decrypt samples.
Updated•2 years ago
|
Attachment #9333226 -
Attachment description: WIP: Bug 1832702 - part2 : add encrypt attributes on the media sample. → Bug 1832702 - part2 : add encrypt attributes on the media sample.
Updated•2 years ago
|
Attachment #9333236 -
Attachment description: WIP: Bug 1832702 - part3 : wrap the engine stream's media type into MFMediaType_Protected when the stream is encrypted. → Bug 1832702 - part3 : wrap the engine stream's media type into MFMediaType_Protected when the stream is encrypted.
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D177847
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f36cc7ebbc78
part1 : copy crypto related information into the remote raw data so that the remote process can use those information to decrypt samples. r=jolin
https://hg.mozilla.org/integration/autoland/rev/719ca7749c3f
part2 : add encrypt attributes on the media sample. r=jolin
https://hg.mozilla.org/integration/autoland/rev/61e157f9e70f
part3 : wrap the engine stream's media type into MFMediaType_Protected when the stream is encrypted. r=jolin
https://hg.mozilla.org/integration/autoland/rev/099d8db3bdb4
part4 : change some important log messages to debug level. r=jolin
Comment 6•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f36cc7ebbc78
https://hg.mozilla.org/mozilla-central/rev/719ca7749c3f
https://hg.mozilla.org/mozilla-central/rev/61e157f9e70f
https://hg.mozilla.org/mozilla-central/rev/099d8db3bdb4
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•