Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Widevine

This is a good article. Click here for more information.
From Wikipedia, the free encyclopedia

Digital rights management technology
Widevine
The official Widevine logo
Original authorGoogle
Initial release1999; 26 years ago (1999)
Stable release
1.4.9.1088
Written inC++
Operating systemCross-platform
TypeDigital rights management
Websitewww.widevine.comEdit this at Wikidata

Widevine is a proprietarydigital rights management (DRM) system that is included in most majorweb browsers and in the operating systemsAndroid andiOS. It is used bystreaming services—includingNetflix,Amazon Prime Video, andHulu—to allow authorized users to view media while preventing them from creating unauthorized copies.

Widevine was originally developed in 1999 by Internet Direct Media, who later rebranded as Widevine Technologies. Following several rounds of funding, the company was acquired byGoogle in 2010 for an undisclosed amount.

History

[edit]

Origins (1998–2006)

[edit]

Widevine was created bySeattle-based Internet Direct Media in 1999 as Widevine Cypher.[1] The company, founded by executive Brian Baker and cryptography researcher Jeremy Horwitz, changed its name to Widevine Technologies.[2][3]

In February 2001, Widevine Technologies released Widevine Cypher Enterprise; at the time, techniques such asscreen recording andnetwork request monitoring were common. Widevine Cypher usedDES-X encryption to prevent these techniques.[4] Widevine Technologies partnered withBellevue-based streaming company Midstream Technologies in April.[5] Baker returned to the company in 2001, leading it through a restructuring process; the process involvedrecapitalizing the company and firing many of its employees.[6]

In June 2003, Widevine Technologies secured US$7.8 million in funding fromventure capital firms Constellation Ventures and Pacesetter Capital.[7] That same year, Widevine Technologies partnered withTaiwanese telecommunications companyChunghwa Telecom in an effort to secure theirvideo-on-demand service.[8] Widevine Technologies would receive further funding in 2004 from Constellation Ventures and Pacesetter Capital, along with Phoenix Capital Partners, in a funding round led by VantagePoint Venture Partners, netting the company $13 million.[9]

Widevine Technologies branched out intodigital watermarking in 2005, partnering with content processing companyTVN Entertainment (now Vubiquity) for its Mensor system.[10] Widevine Mensor inserts a 64-bit payload into the signal, a computationally inexpensive operation.[11]

Growth (2006–2010)

[edit]

In April 2006, Constellation Ventures, Pacesetter Capital, Phoenix Capital Partners, and VantagePoint Venture Partners joined digital communications companyCisco Systems and Canadian telecommunications companyTelus to invest $16 million into Widevine Technologies. Cisco's involvement in the investment followed its acquisition of set-top box manufacturerScientific Atlanta for $7 billion.[12] In a six-year agreement, Widevine was awarded a contract with Telus to use its technology in Telus's platforms.[13]

On August 3, 2007, Widevine Technologies filed a patent infringement lawsuit against content security companyVerimatrix.[14] The two companies reached a settlement in March 2010.[15]

Vendors utilizing Widevine steadily increased up until 2010. In August 2008,CinemaNow used Widevine to expand its reach to multiple devices, including theNintendo Wii, disc players fromLG andSamsung, and theiPhone andiPod.[16] To implement DRM intoMicrosoft Silverlight for browsers not usingMicrosoft Windows,Microsoft worked with Widevine Technologies.[17] Widevine was also implemented into several streaming services usingAdobe Flash, including content fromSony andWarner Bros. distributed in the virtual social networkGaia Online.[18]

In December 2009, Widevine received an additional $15 million in funding from telecommunications companyLiberty Global and Samsung Ventures, the venture capital subsidiary of Samsung.[19] Samsung would expand its use of Widevine in June 2010.[20]LoveFilm signed a deal with Widevine in July 2010.[21]

Acquisition by Google (2010–present)

[edit]

On December 3, 2010,Google announced that it had acquired Widevine for an undisclosed amount.[22] The acquisition occurred on the same dayViacom filed an appeal inViacom v. YouTube, a case regarding Google's role in users uploading content owned by Viacom ontoYouTube.[23] ACNN report in February 2011 revealed that Google had paid $150 million for Widevine, despite an internal valuation of the company being between $30 million and $40 million, making it the company's ninth largest acquisition until that point.[24]

Architecture

[edit]

Widevine is divided into three security levels. The security level used is dependent on the usage of atrusted execution environment (TEE) in the client device. For example,ARM Cortex-A processors implementTrustZone technology, allowing cryptography and video processing to occur entirely within the TEE.[25] In Widevine L1, media decryption and processing occurs entirely in a TEE, and content is available in its original resolution. In Widevine L2, media decryption and processing occurs in software or dedicated video hardware, despite the presence of a TEE, and content is available in a fixed resolution. In Widevine L3, media decryption and processing occurs in software and no TEE is present, and content is available in a fixed resolution.[26]

InAndroid, Widevine L1 can be implemented into Stagefright, Android's media playback engine.[27] This is implemented inQualcomm chips, where anOpenMAX (OMX) component communicates with the videodriver at thekernel level. Multimedia memory is carved out through thememory management unit driver for ION, a memory manager introduced inAndroid 4.0 to address the various memory management interfaces across Android.[28] The input/output buffer is then allocated, and the content is decrypted and stored to a secured input buffer in TrustZone.[29]

Input → output overview

[edit]

Widevine uses multiple standards and specifications, includingMPEG Common Encryption (CENC),Encrypted Media Extensions (EME),Media Source Extensions (MSE), andDynamic Adaptive Streaming over HTTP (DASH).[30] In addition, Widevine supports theHTTP Live Streaming (HLS) protocol, developed byApple Inc. in 2009.[31]

In one implementation of Widevine, a browser receives encrypted content from acontent delivery network (CDN). The content is then sent to theContent Decryption Module (CDM), which creates a license request to send to the license server. The player then receives a license from the license server and passes it to the CDM. To decrypt the stream, the CDM sends the media and the license to the OEMCrypto module, required to decrypt the content.[32] OEMCrypto is an interface to the TEE; most implementations ensure that session keys, decrypted content keys, and the decrypted content stream are not accessible to other running applications. This is usually accomplished through a secondary processor with separatememory.[33] The content is then sent to the video stack and displayed to the end user in chunks.[34] License request and license response messages are sent and received usingProtocol Buffers.[35]

Vendors may implement their ownproxy server within the license server, in cases where user authorization is managed by the vendor's preexisting proxy server.[36] This setup requires the use of the proxy server as a middleman.[37] Widevine requires the use of service certificates beginning in Chrome 59, along withiOS and some configurations ofChromeOS.[38][note 1] A proxy server may choose to refuse to issue licenses for browsers that do not implement a "verifiable" framework, otherwise known as Verified Media Path (VMP). Notably, browsers running onLinux are not included in VMP.[40] Similarly, theHigh-bandwidth Digital Content Protection (HDCP) version used on the client device may be enforced by the proxy server.[41]

In Widevine L1 devices, certificate provisioning is usually performed once. During provisioning, the CDM creates anonce and derives keys for certificate decryption and integrity checks, as well as dynamically generated buffers. The device key is treated as theRoot of Trust (RoT). The RoT-derived client key protects the request usingHMAC.[42] The RoT is established through a factory-provisioned component called the "keybox". The keybox is 128 bytes long with two special fields. The integrity of the keybox is checked by verifying the last eight bytes match a magic number ("kbox") followed by acyclic redundancy check (CRC-32).[43] The other 120 bytes comprise an internal device ID (32 bytes), anAdvanced Encryption Standard key (16 bytes), and a provisioning token (72 bytes).[44]

Summary of Widevine keybox fields
FieldDescriptionSize (bytes)
Device IDObtained in the OEMCrypto module usingOEMCrypto_GetDeviceID32
Device key128-bit AES key. Derived into multiple keys in the OEMCrypto module usingOEMCrypto_GenerateDerivedKeys16
Provisioning tokenAlso known as "key data". Used to provision requests. Obtained in the OEMCrypto module usingOEMCrypto_GetKeyData72
Magic numberReferred to as "kbox"4
CRC-32Validates the integrity of the keybox4

Each content key is associated with a 128-bit key control block, specifying security constraints. The key control block ensures data path security requirements on clients such as Android, where video and audio are encrypted separately, and to provide a timeout value to the TEE. The block isAES-128-CBC encrypted with a randominitialization vector (IV), and the fields are defined inbig-endian byte order. The values of the block comprise a verification field, a duration field (expressed in seconds), a nonce, and control bits, all 32 bits each.[45] The control bits are a series of bit fields controlling the HDCP version that can be used, the data path type, whether or not a nonce should be used, and the Copy General Management System (CGMS) used.[46] Despite this, vendors may still choose to encrypt audio and video with the same key or may not even encrypt the audio at all.[47]

Client support

[edit]

Widevine is included in most major web browsers, includingGoogle Chrome. Derivatives ofChromium, includingMicrosoft Edge,Vivaldi,[48] andOpera, also implement Widevine.[49] Since June 2016,Firefox has supported Widevine directly in an effort to removeNPAPI support.[50] In addition, Widevine is supported on Android and iOS.[30] Streaming services utilizing Widevine includeNetflix,Disney+,[51]Amazon Prime Video,Max,Hulu,Paramount+, andDiscovery+.[52] SinceAndroid 5, the version of Google Chrome used in Android supports Widevine.[53] In February 2021, Firefox for Android added Widevine.[54]

In Android, Widevine is implemented through ahardware abstraction layer (HAL) module plugin. The Widevine library on Android translates Android DRM API calls to Widevine CDM ones, and its role varies depending on the security level implemented; in Widevine L1, the Widevine library acts as a proxy for the TEE, while in L3, the library contains the obfuscated CDM. Additionally, the libraryliboemcrypto.so marshals and unmarshals requests to the Widevine trustlet for Widevine L1 through a specialized TEE driver, such asQSEEComAPI.so for Qualcomm Secure Execution Environment (QSEE).[55]

iOS does not natively support DASH or CENC. To work around this limitation, Widevinetransmuxes DASH to HLS; the Universal DASH Transmuxer (UDT) parses the DASH manifest using anXML parser, such aslibxml2. The UDT then creates an HLS playlist.[56]

On May 31, 2021, support for 32-bit Linux was stopped, and DRM-protected content cannot be played on this platform.[57][58]

Security

[edit]

Widevine has been exploited multiple times. Researchers atBen-Gurion University of the Negev discovered a vulnerability in Widevine in June 2016; the vulnerability allowed users to obtain a decrypted version of protected content incache.[59]

In January 2019, security researcher David Buchanan claimed to have broken Widevine L3 through adifferential fault analysis attack in Widevine'swhite-box implementation ofAES-128, allowing Buchanan to retrieve the original key used to encrypt a stream. TheMPEG-CENC stream could then be decrypted usingffmpeg.[60][61] A similar vulnerability was exploited in October 2020.[62]

In 2021, the Android version of Widevine L3 was reverse engineered and broken by security researchers.[63] The same year, Qi Zhao presented the first attack breaking Widevine L1 in Android by recovering the L1 keybox.[64]

Criticism

[edit]

In 2019, a developer tried to bundle Widevine in an Electron/Chromium-based application for video playing and did not get any response from Google after asking for a license agreement, effectively blocking DRM usage in the project.[65][66] He later got the reply:

I'm sorry but we're not supporting an open source solution like this [sic]

— Google Widevine Support,https://blog.samuelmaddock.com/widevine/gmail-thread.html

The same has happened to other Electron projects.[67] Widevine does support Electron and Electron projects through a third-party integrator.[68]

See also

[edit]

Notes

[edit]
  1. ^In ChromeOS, service certificates are required whenremote_attestation_verified is enabled.remote_attestation_verified requires the use of aTrusted Platform Module (TPM) and is enabled at boot for devices with a TPM.[39]

References

[edit]

Citations

[edit]
  1. ^Chiang, Oliver (December 3, 2010)."Google Buys Digital Video Company Widevine, Building Up Video On-Demand Service".Forbes.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  2. ^Dudley, Brier (December 3, 2010)."Google acquires Widevine".The Seattle Times.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  3. ^"Internet Direct Media rebrands as Widevine Technologies".Ad Age. September 29, 2000. Archived fromthe original on March 14, 2023. RetrievedMarch 13, 2023.
  4. ^Kieskowski, Ellie (February 12, 2001)."Widevine Releases Enterprise Targeted Security Solution".Streaming Media. RetrievedMarch 13, 2023.
  5. ^"Midstream Teams with Widevine".InternetNews. April 18, 2001.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  6. ^Cook, John (April 18, 2006)."$16 million boost for Seattle's Widevine".Seattle Post-Intelligencer.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  7. ^"Widevine raises $7.8 million".Puget Sound Business Journal. June 17, 2003.Archived from the original on July 25, 2004. RetrievedMarch 13, 2023.
  8. ^Meisner, Jeff (March 7, 2004)."VCs betting on Widevine's data-encryption software".Puget Sound Business Journal.Archived from the original on June 1, 2004. RetrievedMarch 13, 2023.
  9. ^"Widevine raises $13 million".Puget Sound Business Journal. February 10, 2004.Archived from the original on February 20, 2006. RetrievedMarch 13, 2023.
  10. ^White, Peter (November 16, 2005)."VCs betting on Widevine's data-encryption software".Rethink Technology Research.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  11. ^Rassool, Reza (August 1, 2007)."Widevine's Mensor".TV Technology.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  12. ^Reardon, Marguerite (April 19, 2006)."Cisco backs DRM start-up".CNET.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  13. ^"TELUS Selects Widevine".Converge Digest. November 12, 2006.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  14. ^"Widevine alleges patent breach".Advanced Television. August 3, 2007.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  15. ^Spangler, Todd (March 24, 2010)."Widevine, Verimatrix Settle Patent Dispute".Multichannel News.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  16. ^Healey, Jon (August 18, 2008)."CinemaNow, Widevine bring movies to more devices".Los Angeles Times.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  17. ^"Microsoft, Silverlight and Widevine".Los Angeles Times. April 14, 2008.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  18. ^Nicole, Kristen (January 3, 2008)."Sony, Warner Virtual World Cinemas Sign Widevine for DRM Protection".Mashable.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  19. ^"Widevine pulls in $15 million from investors".Seattle Times. December 14, 2009.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  20. ^Dickson, Glen (June 22, 2010)."Samsung Taps Widevine for Connected Devices".Broadcasting & Cable.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  21. ^O'Hear, Steve (July 29, 2010)."Lovefilm, the Netflix-of-Europe, signs deal with Widevine to beef up multi-platform play".TechCrunch.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  22. ^Healey, Jon (December 3, 2010)."Google buys anti-piracy firm Widevine".Los Angeles Times.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  23. ^Murph, Darren (December 5, 2010)."Google spends a few more million, picks up Widevine DRM software firm".Engadget.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  24. ^Konrad, Alex (August 16, 2011)."Google's 10 biggest acquisitions (so far)".CNN.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  25. ^Triggs, Robert (November 27, 2022)."What is Widevine digital rights management (DRM) and why does it matter?".Android Police.Archived from the original on May 7, 2022. RetrievedMarch 13, 2023.
  26. ^Davenport, Corbin (March 27, 2021)."How to check if your Android device supports Widevine DRM".XDA Developers.Archived from the original on May 5, 2021. RetrievedMarch 13, 2023.
  27. ^"Media". Android Open Source Project.Archived from the original on March 7, 2023. RetrievedMarch 13, 2023.
  28. ^Zeng, Thomas (February 8, 2012)."The Android ION memory allocator". LWN.net.Archived from the original on October 22, 2022. RetrievedMarch 13, 2023.
  29. ^"Protecting your premium HD content with Widevine Digital rights management (DRM) on Inforce platforms".Penguin Solutions. September 10, 2016.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  30. ^abGoogle 2017, p. 5.
  31. ^Google 2017, p. 9.
  32. ^Google 2017, pp. 10–13.
  33. ^Google 2013, p. 9.
  34. ^Google 2017, p. 11.
  35. ^Google 2017, p. 10.
  36. ^Google 2019, p. 6.
  37. ^Google 2019, p. 7.
  38. ^Google 2019, p. 20.
  39. ^Santos, Gummadi & Rodrigues 2009, p. 3.
  40. ^Salter, Jim (January 31, 2020)."Linux Star Trek fans, rejoice: CBS All Access now works in your OS".Ars Technica. RetrievedMarch 15, 2023.
  41. ^Google 2019, p. 31.
  42. ^Patat, Sabt & Fouque 2022a, p. 5.
  43. ^Patat, Sabt & Fouque 2022a, p. 6.
  44. ^Patat, Sabt & Fouque 2022a, p. 7.
  45. ^Google 2013, p. 16.
  46. ^Google 2013, p. 17.
  47. ^Patat, Sabt & Fouque 2022b, p. 5.
  48. ^Conway, Adam (October 21, 2022)."Google is deprecating the Widevine CDM for Chrome and Chromium-based browsers".XDA Developers.Archived from the original on March 16, 2023. RetrievedMarch 15, 2023.
  49. ^Abrams, Lawrence (April 2, 2019)."Chromium Microsoft Edge Can Play 4K Netflix Video, Unlike Chrome".BleepingComputer. RetrievedMarch 15, 2023.
  50. ^"Mozilla To Test Widevine CDM in Firefox Nightly To Facilitate Video Watching Online". Mozilla. April 7, 2016.Archived from the original on June 7, 2016. RetrievedMarch 13, 2023.
  51. ^Patat, Sabt & Fouque 2022a, p. 1.
  52. ^"Overview". Widevine.Archived from the original on 2023-03-16. Retrieved2023-03-16.
  53. ^Google 2017, p. 23.
  54. ^Humphries, Matthew (February 2, 2021)."Firefox 85 for Android Allows DRM-Protected Content to Play Again".PCMag.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  55. ^Patat, Sabt & Fouque 2022a, p. 3.
  56. ^Google 2017, p. 24.
  57. ^"Netflix Not Working on 32-bit Linux? Blame it on Google". 4 July 2021.Archived from the original on 26 May 2024. Retrieved26 May 2024.
  58. ^"Watch DRM content on Firefox | Firefox Help".Archived from the original on 2015-09-07. Retrieved2019-05-31.
  59. ^Chirgwin, Richard (June 28, 2016)."Google's Widevine DRM doesn't quite manage".The Register.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  60. ^Humphries, Matthew (January 3, 2019)."Report: Google's Widevine L3 DRM Cracked".PCMag.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  61. ^Hager, Ryne (January 3, 2019)."Google's Widevine L3 DRM, used by Netflix, Hulu, and HBO, has been broken".Android Police.Archived from the original on March 13, 2023. RetrievedMarch 13, 2023.
  62. ^Krebs, Brian (March 13, 2023)."Google Mending Another Crack in Widevine".Krebs on Security.Archived from the original on August 14, 2021. RetrievedMarch 13, 2023.
  63. ^Patat, Sabt & Fouque 2022a, p. 10.
  64. ^Zhao, Qi."Wideshears: Investigating and Breaking Widevine on QTEE"(PDF).Hyrathon's Blog.Archived(PDF) from the original on 12 October 2023. Retrieved26 July 2023.
  65. ^Doctorow, Cory (3 April 2019)."After years of insisting that DRM in HTML wouldn't block open source implementations, Google says it won't support open source implementations".Boing Boing.Archived from the original on 2022-09-04. Retrieved2019-07-25.
  66. ^Maddock, Samuel (2019-04-02)."I tried creating a web browser, and Google blocked me".Samuel Maddock’s Blog.Archived from the original on 2021-05-24. Retrieved14 May 2021.
  67. ^"Netflix isn't working even with Widevine correctly loaded. · Issue #12427 · electron/electron".GitHub.Archived from the original on 2019-09-09. Retrieved2019-07-25.
  68. ^P, Bryce."Electron Open Source Stream Downloader".castLabs.Archived from the original on 2024-12-19. Retrieved2024-11-06.

Bibliography

[edit]
a subsidiary ofAlphabet
Company
Divisions
Subsidiaries
Active
Defunct
Programs
Events
Infrastructure
People
Current
Former
Criticism
General
Incidents
Other
Software
A–C
D–N
O–Z
Operating systems
Machine learning models
Neural networks
Computer programs
Formats and codecs
Programming languages
Search algorithms
Domain names
Typefaces
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Hardware
Pixel
Smartphones
Smartwatches
Tablets
Laptops
Other
Nexus
Smartphones
Tablets
Other
Other
Advertising
Antitrust
Intellectual
property
Privacy
Other
Related
Concepts
Products
Android
Street View coverage
YouTube
Other
Documentaries
Books
Popular culture
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Widevine&oldid=1307295309"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp