<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.whatwg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fredandw</id>
	<title>WHATWG Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.whatwg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fredandw"/>
	<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/wiki/Special:Contributions/Fredandw"/>
	<updated>2026-05-14T04:09:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9457</id>
		<title>Internet Encrypted Media Extensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9457"/>
		<updated>2014-01-27T05:15:18Z</updated>

		<summary type="html">&lt;p&gt;Fredandw: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editor: Fred Andrews&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
This proposal extends the W3C Encrypted Media Extension (EME) to support the playing of protected content by Internet clients that are not required to implement a web client.&lt;br /&gt;
&lt;br /&gt;
The W3C EME defines a web API to control playback of protected content but leaves it to the web application to link this API to the server. This proposal defines a standard to fill this gap.&lt;br /&gt;
&lt;br /&gt;
This proposal will support web developers publishing protected content without the need to distribute a web application media player.  It might only be necessary to declare a source URL and a mime type or other attributes.&lt;br /&gt;
&lt;br /&gt;
It will make it possible to play the protected media content on a lighter weight native media player that does not implemented a general web client and without loss of features.  Web developers would keep the web app in the web browser.&lt;br /&gt;
&lt;br /&gt;
It will create a market for media players orthogonal to the content owners and distributors, allowing the user to choose a media player that suits their needs, and this market can address some of the security and privacy needs of users.&lt;br /&gt;
&lt;br /&gt;
Some users need the convenience of viewing protected content on their general purpose computer and are not too concerned about the security and privacy implications of their computer being controlled by publishers.  Some users need security and privacy so need to view protected content on separate sand-boxed devices.&lt;br /&gt;
&lt;br /&gt;
This proposal will allow web browsers built on FOSS stacks, that do not support the playing of protected content, to redirect the playing of protected content to alternative devices.&lt;br /&gt;
&lt;br /&gt;
It will also allow web browser vendors to avoid implementing the EME API while still supporting users needs to view protected content, by redirecting to a separate application and this might be relatively seamless on a proprietary stack.&lt;br /&gt;
&lt;br /&gt;
This standard will be implementable in a proprietary EME capable web browser, but the web developer will not have access to a general web client which will mitigating the anti-competitive impact of having to redirect to a competing web browser.  The browser vendor can distribute their own web player application that closes the competing browser when finished viewing the protected content.&lt;br /&gt;
&lt;br /&gt;
Given that this proposal will have wider reach than the EME API, it is expected that the EME API will be relegated to a proprietary standard and need not be part of the open web.  The EME API can be deprecated in favor of separate media applications.&lt;br /&gt;
&lt;br /&gt;
While this proposal promotes the use of DRM content, it is far better for the user than the EME API which is underspecified allowing distributors to lock-in users to use only the distributors media player web application, and the EME API taints the open web with DRM components.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard using the W3C EME API on a proprietary web browser.  A reference player application is expected to be written.&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard as a non-web applications that does not implement Javascript, DOM APIs, or the EME API.&lt;br /&gt;
&lt;br /&gt;
* The protocol between the client media player and the server must be well defined.&lt;br /&gt;
&lt;br /&gt;
* Content published conforming to this standard should be playable in a reference player application.&lt;br /&gt;
&lt;br /&gt;
* The protected content must be linkable via a URL that can be forwarded to the media player.&lt;br /&gt;
&lt;br /&gt;
* A user agent should be able to differentiate IEME media content from non-protected content early enough that it can redirect the playing of protected content to an alternative device or application as seamlessly as possible.  This might be implemented by a distinct URL extension or mime type.&lt;br /&gt;
&lt;br /&gt;
* The web browser support, for redirecting content, must clearly not be part of a DRM system.  If the link needs to be tagged then it should not be tagged as protected content but rather as redirected content. It is only expected that general mechanisms for redirecting content will need to be implemented in the browser, and that the media player can stand alone and accept a URL, and that no modification of the redirecting web browser could compromise the content protection scheme.&lt;/div&gt;</summary>
		<author><name>Fredandw</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9456</id>
		<title>Internet Encrypted Media Extensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9456"/>
		<updated>2014-01-27T05:11:56Z</updated>

		<summary type="html">&lt;p&gt;Fredandw: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editor: Fred Andrews&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
This proposal extends the W3C Encrypted Media Extension (EME) to support the playing of protected content by Internet clients that are not required to implement a web client.&lt;br /&gt;
&lt;br /&gt;
The W3C EME defines a web API to control playback of protected content but leaves it to the web application to link this API to the server. This proposal defines a standard to fill this gap.&lt;br /&gt;
&lt;br /&gt;
This proposal will support web developers publishing protected content without the need to distribute a web application media player.  It might only be necessary to declare a source URL and a mime type or other attributes.&lt;br /&gt;
&lt;br /&gt;
It will make it possible to play the protected media content on a lighter weight native media player that does not implemented a general web client and without loss of features.  Web developers would keep the web app in the web browser.&lt;br /&gt;
&lt;br /&gt;
It will create a market for media players orthogonal to the content owners and distributors, allowing the user to choose a media player that suits their needs, and this market can address some of the security and privacy needs of users.&lt;br /&gt;
&lt;br /&gt;
Some users need the convenience of viewing protected content on their general purpose computer and are not too concerned about the security and privacy implications of their computer being controlled by publishers.  Some users need security and privacy so need to view protected content on separate sand-boxed devices.&lt;br /&gt;
&lt;br /&gt;
This proposal will allow web browsers built on FOSS stacks, that do not support the playing of protected content, to redirect the playing of protected content to alternative devices.&lt;br /&gt;
&lt;br /&gt;
It will also allow web browser vendors to avoid implementing the EME API while still supporting users needs to view protected content, by redirecting to a separate application and this might be relatively seamless on a proprietary stack.&lt;br /&gt;
&lt;br /&gt;
This standard will be implementable in a proprietary EME capable web browser, but the web developer will not have access to a general web client which will mitigating the anti-competitive impact of having to redirect to a competing web browser.  The browser vendor can distribute their own web player application that closes the competing browser when finished viewing the protected content.&lt;br /&gt;
&lt;br /&gt;
Given that this proposal will have wider reach than the EME API, it is expected that the EME API will be relegated to a proprietary standard and need not be part of the open web.  The EME API can be deprecated in favor of separate media applications.&lt;br /&gt;
&lt;br /&gt;
While this proposal promotes the use of DRM content, it is far better for the user than the EME API which is underspecified allowing distributors to lock-in users to use only the distributors media player web application, and the EME API taints the open web with DRM components.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard using the W3C EME API on a proprietary web browser.  A reference player application is expected to be written.&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard as a non-web applications that does not implement Javascript, DOM APIs, or the EME API.&lt;br /&gt;
&lt;br /&gt;
* The protocol between the client media player and the server must be well defined.&lt;br /&gt;
&lt;br /&gt;
* Content published conforming to this standard should be playable in a reference player application.&lt;br /&gt;
&lt;br /&gt;
* The protected content must be linkable via a URL that can be forwarded to the media player.&lt;br /&gt;
&lt;br /&gt;
* A user agent should be able to differentiate IEME media content from non-protected content early enough that it can redirect the playing of protected content to an alternative device or application as seamlessly as possible.  This might be implemented by a distinct URL extension or mime type.&lt;br /&gt;
&lt;br /&gt;
* The web browser support, for redirecting content, must clearly not be part of a DRM system.  If it needs to be tagged of distinctly identified then it should not be tagged as protected content but rather as redirected content. It is only expected that general mechanisms for redirecting content will need to be implemented in the browser, and that the media player can stand alone and accept a URL.&lt;/div&gt;</summary>
		<author><name>Fredandw</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9455</id>
		<title>Internet Encrypted Media Extensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9455"/>
		<updated>2014-01-27T04:59:28Z</updated>

		<summary type="html">&lt;p&gt;Fredandw: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editor: Fred Andrews&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
This proposal extends the W3C Encrypted Media Extension (EME) to support the playing of protected content by Internet clients that are not required to implement a web client.&lt;br /&gt;
&lt;br /&gt;
The W3C EME defines a web API to control playback of protected content but leaves it to the web application to link this API to the server. This proposal defines a standard to fill this gap.&lt;br /&gt;
&lt;br /&gt;
This proposal will support web developers publishing protected content without the need to distribute a web application media player.  It might only be necessary to declare a source URL and a mime type or other attributes.&lt;br /&gt;
&lt;br /&gt;
It will make it possible to play the protected media content on a lighter weight native media player that does not implemented a general web client and without loss of features.  Web developers would keep the web app in the web browser.&lt;br /&gt;
&lt;br /&gt;
It will create a market for media players orthogonal to the content owners and distributors, allowing the user to choose a media player that suits their needs, and this market can address some of the security and privacy needs of users.&lt;br /&gt;
&lt;br /&gt;
Some users need the convenience of viewing protected content on their general purpose computer and are not too concerned about the security and privacy implications of their computer being controlled by publishers.  Some users need security and privacy so need to view protected content on separate sand-boxed devices.&lt;br /&gt;
&lt;br /&gt;
This proposal will allow web browsers built on FOSS stacks, that do not support the playing of protected content, to redirect the playing of protected content to alternative devices.&lt;br /&gt;
&lt;br /&gt;
It will also allow web browser vendors to avoid implementing the EME API while still supporting users needs to view protected content, by redirecting to a separate application and this might be relatively seamless on a proprietary stack.&lt;br /&gt;
&lt;br /&gt;
This standard will be implementable in a proprietary EME capable web browser, but the web developer will not have access to a general web client which will mitigating the anti-competitive impact of having to redirect to a competing web browser.  The browser vendor can distribute their own web player application that closes the competing browser when finished viewing the protected content.&lt;br /&gt;
&lt;br /&gt;
Given that this proposal will have wider reach than the EME API, it is expected that the EME API will be relegated to a proprietary standard and need not be part of the open web.  The EME API can be deprecated in favor of separate media applications.&lt;br /&gt;
&lt;br /&gt;
While this proposal promotes the use of DRM content, it is far better for the user than the EME API which is underspecified allowing distributors to lock-in users to use only the distributors media player web application, and the EME API taints the open web with DRM components.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard using the W3C EME API on a proprietary web browser.  A reference player application is expected to be written.&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard as a non-web applications that does not implement Javascript, DOM APIs, or the EME API.&lt;br /&gt;
&lt;br /&gt;
* The proposal will define the http protocol between the client media player and the server, and thus be linked by a http URL.&lt;br /&gt;
&lt;br /&gt;
* A user agent should be able to differentiate IEME media content from non-protected content early enough that it can redirect the playing of protected content to an alternative device or application as seamlessly as possible.  This might be implemented by a distinct URL extension or mime type.&lt;br /&gt;
&lt;br /&gt;
* Content published conforming to this standard should be playable in a reference player application.&lt;br /&gt;
&lt;br /&gt;
* The web browser support, for redirecting content, must clearly not be part of a DRM system.  If it needs to be tagged of distinctly identified then it should not be tagged as protected content but rather as redirected content. It is only expected that general mechanisms for redirecting content will need to be implemented in the browser, and that the media player can stand alone and accept a URL.&lt;/div&gt;</summary>
		<author><name>Fredandw</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9454</id>
		<title>Internet Encrypted Media Extensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9454"/>
		<updated>2014-01-27T04:58:57Z</updated>

		<summary type="html">&lt;p&gt;Fredandw: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editor: Fred Andrews&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
This proposal extends the W3C Encrypted Media Extension (EME) to support the playing of protected content by Internet clients that are not required to implement a web client.&lt;br /&gt;
&lt;br /&gt;
The W3C EME defines a web API to control playback of protected content but leaves it to the web application to link this API to the server. This proposal defines a standard to fill this gap.&lt;br /&gt;
&lt;br /&gt;
This proposal will support web developers publishing protected content without the need to distribute a web application media player.  It might only be necessary to declare a source URL and a mime type or other attributes.&lt;br /&gt;
&lt;br /&gt;
It will make it possible to play the protected media content on a lighter weight native media player that does not implemented a general web client and without loss of features.  Web developers would keep the web app in the web browser.&lt;br /&gt;
&lt;br /&gt;
It will create a market for media players orthogonal to the content owners and distributors, allowing the user to choose a media player that suits their needs, and this market can address some of the security and privacy needs of users.&lt;br /&gt;
&lt;br /&gt;
Some users need the convenience of viewing protected content on their general purpose computer and are not too concerned about the security and privacy implications of their computer being controlled by publishers.  Some users need security and privacy so need to view protected content on separate sand-boxed devices.&lt;br /&gt;
&lt;br /&gt;
This proposal will allow web browsers built on FOSS stacks, that do not support the playing of protected content, to redirect the playing of protected content to alternative devices.&lt;br /&gt;
&lt;br /&gt;
It will also allow web browser vendors to avoid implementing the EME API while still supporting users needs to view protected content, by redirecting to a separate application and this might be relatively seamless on a proprietary stack.&lt;br /&gt;
&lt;br /&gt;
This standard will be implementable in a proprietary EME capable web browser, but the web developer will not have access to a general web client which will mitigating the anti-competitive impact of having to redirect to a competing web browser.  The browser vendor can distribute their own web player application that closes the competing browser when finished viewing the protected content.&lt;br /&gt;
&lt;br /&gt;
Given that this proposal will have wider reach than the EME API, it is expected that the EME API will be relegated to a proprietary standard and need not be part of the open web.  The EME API can be deprecated in favor of separate media applications.&lt;br /&gt;
&lt;br /&gt;
While this proposal promotes the use of DRM content, it is far better for the user than the EME API which is underspecified allowing distributors to lock-in users to use only the distributors media player web application, and the EME API taints the open web with DRM components.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard using the W3C EME API on a proprietary web browser.  A&lt;br /&gt;
reference player application is expected to be written.&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard as a non-web applications that does not implement Javascript, DOM APIs, or the EME API.&lt;br /&gt;
&lt;br /&gt;
* The proposal will define the http protocol between the client media player and the server, and thus be linked by a http URL.&lt;br /&gt;
&lt;br /&gt;
* A user agent should be able to differentiate IEME media content from non-protected content early enough that it can redirect the playing of protected content to an alternative device or application as seamlessly as possible.  This might be implemented by a distinct URL extension or mime type.&lt;br /&gt;
&lt;br /&gt;
* Content published conforming to this standard should be playable in a reference player application.&lt;br /&gt;
&lt;br /&gt;
* The web browser support, for redirecting content, must clearly not be part of a DRM system.  If it needs to be tagged of distinctly identified then it should not be tagged as protected content but rather as redirected content. It is only expected that general mechanisms for redirecting content will need to be implemented in the browser, and that the media player can stand alone and accept a URL.&lt;/div&gt;</summary>
		<author><name>Fredandw</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9453</id>
		<title>Internet Encrypted Media Extensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9453"/>
		<updated>2014-01-27T04:53:56Z</updated>

		<summary type="html">&lt;p&gt;Fredandw: Minor revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editor: Fred Andrews&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
This proposal extends the W3C Encrypted Media Extension (EME) to support the playing of protected content by Internet clients that are not required to implement a web client.&lt;br /&gt;
&lt;br /&gt;
The W3C EME defines a web API to control playback of protected content but leaves it to the web application to link this API to the server. This proposal defines a standard to fill this gap.&lt;br /&gt;
&lt;br /&gt;
This proposal will support web developers publishing protected content without the need to distribute a web application media player.  It might only be necessary to declare a source URL and a mime type or other attributes.&lt;br /&gt;
&lt;br /&gt;
It will make it possible to play the protected media content on a lighter weight native media player that does not implemented a general web client and without loss of features.  Web developers would keep the web app in the web browser.&lt;br /&gt;
&lt;br /&gt;
It will create a market for media players orthogonal to the content owners and distributors, allowing the user to choose a media player that suits their needs, and this market can address some of the security and privacy needs of users.&lt;br /&gt;
&lt;br /&gt;
Some users need the convenience of viewing protected content on their general purpose computer and are not too concerned about the security and privacy implications of their computer being controlled by publishers.  Some users need security and privacy so need to view protected content on separate sand-boxed devices.&lt;br /&gt;
&lt;br /&gt;
This proposal will allow web browsers built on FOSS stacks, that do not support the playing of protected content, to redirect the playing of protected content to alternative devices.&lt;br /&gt;
&lt;br /&gt;
It will also allow web browser vendors to avoid implementing the EME API while still supporting users needs to view protected content, by redirecting to a separate application and this might be relatively seamless on a proprietary stack.&lt;br /&gt;
&lt;br /&gt;
This standard will be implementable in a proprietary EME capable web browser, but the web developer will not have access to a general web client which will mitigating the anti-competitive impact of having to redirect to a competing web browser.  The browser vendor can distribute their own web player application that closes the competing browser when finished viewing the protected content.&lt;br /&gt;
&lt;br /&gt;
Given that this proposal will have wider reach than the EME API, it is expected that the EME API will be relegated to a proprietary standard and need not be part of the open web.  The EME API can be deprecated in favor of separate media applications.&lt;br /&gt;
&lt;br /&gt;
While this proposal promotes the use of DRM content, it is far better for the user than the EME API which is underspecified allowing distributors to lock-in users to use only the distributors media player web application, and the EME API taints the open web with DRM components.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard using the W3C EME API on a proprietary web browser.  A&lt;br /&gt;
reference player application is expected to be written.&lt;br /&gt;
&lt;br /&gt;
* A media player conforming to this standard must be implementable by non-web applications that do not implement Javascript or the DOM APIs or the EME API.&lt;br /&gt;
&lt;br /&gt;
* The proposal will define the http protocol between the client media player and the server, and thus it might be linked by a http URL.&lt;br /&gt;
&lt;br /&gt;
* A user agent should be able to differentiate IEME media content from non-protected content early enough that it can redirect the playing of protected content to an alternative device or application as seamlessly as possible.  This might be implemented by a distinct URL extension or mime type.&lt;br /&gt;
&lt;br /&gt;
* Content published conforming to this standard should be playable in a reference player application.&lt;br /&gt;
&lt;br /&gt;
* The web browser support, for redirecting content, must clearly not be part of a DRM system.  It is only expected that general mechanisms for redirecting content will need to be implemented in the browser, and that the media player can stand alone and accept a URL.&lt;/div&gt;</summary>
		<author><name>Fredandw</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9452</id>
		<title>Internet Encrypted Media Extensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Internet_Encrypted_Media_Extensions&amp;diff=9452"/>
		<updated>2014-01-27T02:23:43Z</updated>

		<summary type="html">&lt;p&gt;Fredandw: A proposal to extend the EME to support operation over the Internet and to add browser support to redirect to IEME media players&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editor: Fred Andrews&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
This proposal extends the W3C Encrypted Media Extension (EME) to support the playing of protected content by Internet clients that are not required to implement a web client.&lt;br /&gt;
&lt;br /&gt;
The W3C EME defines a web API to control playback of protected content but leaves it to the web application to link this API to the server. This proposal defines a standard to fill this gap.&lt;br /&gt;
&lt;br /&gt;
This proposal will support web developers publishing protected content without the need to distribute a web application media player.  It might only be necessary to publish a distinct URL or mime type.&lt;br /&gt;
&lt;br /&gt;
It will make it possible to play the protected media content on a lighter weight native media player that does not implemented a general web client and without loss of features.  Web developers would keep the web app in the web browser.&lt;br /&gt;
&lt;br /&gt;
It will create a market for media players, allowing the user to choose a media player that suits their needs, and that support a market for media player developers to meet their needs.  This in turn will allow the market to address the security and privacy needs of users.&lt;br /&gt;
&lt;br /&gt;
Some users need the convenience of viewing protected content on their general purpose computer and are not too concerned about the security and privacy implications of their computer being controlled by publishers.  Some users need security and privacy so need to view protected content on separate sand-boxed devices.&lt;br /&gt;
&lt;br /&gt;
This proposal will allow web browsers built on FOSS stacks, that do not support the playing of protected content, to redirect the playing of such content to alternative devices.&lt;br /&gt;
&lt;br /&gt;
This proposal will also allow web browser vendors to avoid implementing the EME API while still supporting users needs to view protected content, by redirecting to a separate application.  This might be relatively seamless on a proprietary stack.&lt;br /&gt;
&lt;br /&gt;
This standard will be implementable in a proprietary EME capable web browser, but the web developer will not have access to a general web client which will mitigating the anti-competitive impact of having to redirect to a competing web browser.  The FOSS browser vendor can distribute their own web player application that closes the competing browser when finish viewing the protected content.&lt;br /&gt;
&lt;br /&gt;
Given that this proposal will have wider reach than the EME API, it is expected that the EME API will be relegated to a proprietary standard and need not be part of the open web.  The EME API can be deprecated in favor of separate media applications.&lt;br /&gt;
&lt;br /&gt;
While this proposal promotes the use of DRM content, it is far better for the user than the EME API which is underspecified allowing distributors to lock-in users to use only the distributors media player web application, and the EME API taints the open web with DRM components.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* It must be possible to implement a media player conforming to this standard using the W3C EME API on a proprietary web browser.  A&lt;br /&gt;
reference player application is expected to be written.&lt;br /&gt;
&lt;br /&gt;
* A media player conforming to this standard must be implementable by non-web applications that do not implement Javascript or the DOM APIs or the EME API.&lt;br /&gt;
&lt;br /&gt;
* The proposal will define the http protocol between the client media player and the server, and thus it might be linked by a http URL.&lt;br /&gt;
&lt;br /&gt;
* A user agent should be able to differentiate IEME media content from non-protected content early enough that it can redirect the playing of protected content to an alternative device or application as seamlessly as possible.  This might be implemented by a distinct URL extension or mime type.&lt;br /&gt;
&lt;br /&gt;
* Content published conforming to this standard should be playable in a reference player application.&lt;br /&gt;
&lt;br /&gt;
* The web browser support, for redirecting content, must clearly not be part of a DRM system.  It is only expected that general mechanisms for redirecting content will need to be implemented in the browser, and that the media player can stand alone and accept a URL.&lt;/div&gt;</summary>
		<author><name>Fredandw</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Encrypted_Media_Extensions_Impact&amp;diff=9053</id>
		<title>Encrypted Media Extensions Impact</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Encrypted_Media_Extensions_Impact&amp;diff=9053"/>
		<updated>2013-02-28T21:23:09Z</updated>

		<summary type="html">&lt;p&gt;Fredandw: Note W3C Bug 21155: EME should be explicit about its relationship with Web Platform APIs that allow video frames and audio samples to be extracted from an HTMLMediaElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Editor: Fred Andrews&lt;br /&gt;
&lt;br /&gt;
This document hosts an analysis of the impact of the [https://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html Encrypted Media Extensions] W3C specification, and may well offer suggested changes to the EME specification that mitigate concerns raised.  This is very much a work in progress, and currently just a place holder.&lt;br /&gt;
&lt;br /&gt;
The editors of the EME refuse to accept analysis of EME that depends on the operation of the CDM plugins of the EME API and this significantly limits the ability to document the impact and to explore the security and privacy implications within the W3C forum.  There has been a lot of discussion surrounding the EME and this document hosts positions and ideas being discussed beyond the limited scope the that the W3C EME specification editors are prepared to host.&lt;br /&gt;
&lt;br /&gt;
While the goal of this document is to move towards consensus, it is expected to host conflicting positions in order to aid constructive discussion and respect of a range of views.&lt;br /&gt;
&lt;br /&gt;
== APIs reading back decoded video or audio ==&lt;br /&gt;
&lt;br /&gt;
[https://www.w3.org/Bugs/Public/show_bug.cgi?id=21155 Bug 21155] points out that the EME specification does not appear to restrict APIs that allow decoded video and audio to be extracted, and appears to request that EME does declare such restrictions.&lt;br /&gt;
&lt;br /&gt;
Fred: I presume that on some proprietary stacks that the decoded output of some CDMs may not be available and thus such APIs could not in general be depended on. Standards reflect consensus among web browser implementers and thus have no standing or ability to impose restrictions that might protect the business interests of some content authors. The implications of an attempt to do so should be explored.  Further, attempts to fingerprint the UA in order to restrict content delivery based on detected capabilities could restrict normal UA operations, such as UA spoofing, and the implications of attempts to so should be explored.&lt;/div&gt;</summary>
		<author><name>Fredandw</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Encrypted_Media_Extensions_Impact&amp;diff=9052</id>
		<title>Encrypted Media Extensions Impact</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Encrypted_Media_Extensions_Impact&amp;diff=9052"/>
		<updated>2013-02-28T11:24:57Z</updated>

		<summary type="html">&lt;p&gt;Fredandw: Create an initial place holder.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This document hosts an analysis of the impact of the [https://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html Encrypted Media Extensions] W3C specification, and may well offer suggested changes to the EME specification that mitigate concerns raised.  This is very much a work in progress, and currently just a place holder.&lt;br /&gt;
&lt;br /&gt;
The editors of the EME refuse to accept analysis of EME that depends on the operation of the CDM plugins of the EME API and this significantly limits the ability to document the impact and to explore the security and privacy implications within the W3C forum.  There has been a lot of discussion surrounding the EME and this document hosts positions and ideas being discussed beyond the limited scope the that the W3C EME specification editors are prepared to host.&lt;br /&gt;
&lt;br /&gt;
While the goal of this document is to move towards consensus, it is expected to host conflicting positions in order to aid constructive discussion and respect of a range of views.&lt;/div&gt;</summary>
		<author><name>Fredandw</name></author>
	</entry>
</feed>