[whatwg] More YouTube response

Marques Johansson marques at displague.com
Mon Jul 5 13:10:25 PDT 2010


The company I work for, VOD.com (sfw) (aka Hotmovies .com and clips .com -
nsfw (spaces added)), offer video on demand services to thousands of
studios.  Our sites are central locations for customers who want to watch
something - this is a service in itself.  We handle encoding and content
distribution and streaming sales for these studios without any cost to them.
 They send us video content and we send them a monthly check. Without
services like the ones we provide many of these studios (some are mom and
pop shops) wouldn't otherwise have the ability to sell their content online
in this fashion.

Customers can watch movies by purchasing packages of time or paying for DRM
protected rentals or for some of our sites and videos they can pay for
unprotected video.  The protected content (rentals) comes in the form of WMV
or DivX files using either DivX's service of Windows Media Server.

For the content that is not protected the download or stream is metered so
the client can be charged only for the time they spent watching the content.
 We error on the customer's side for things like buffering and misreported
play segments.

I think the discussion that DRM is irrelevant has its merits, but the
contracts and services at play have a real value regardless of how
distribution is restricted.

For my purposes I am interested in application-controlled video delivery.  I
want to be able to deliver unprotected mp4, webm, or ogv content in a
metered way.  If the user has payed to watch the entire video once and has
managed to work around HTTP no-cache and the other constraints that a normal
browser viewed experience would have, then they will have succeeding in
downloading a copy of the video - a task which they could have accomplished
with a VM session or through other means regardless of DRM.  If we need
additionally protection we can add watermarking to legally go after content
thieves since we know the IP and username of the viewer in most cases.

My requests have focused on things like "<video minbuffer=100k
maxbuffer=200k>" which could also apply to a source element.  I want to make
sure that the browser always uses "Range: bytes x-y" in requests (since I
have no other way to require that a browser use ranges or use ranges with an
upper bound).  I can use this tool to make sure UAs do not download more
content than the user has watched (which costs them money in some way).
 I've also been suggesting HTTP changes that would permit this UA behavior
(a 4xx for Ranges Required, a 4xx for Range too large, or explicitly
defining that a 206 response can include less bytes than requested and the
UA should follow-up with additional ranged requests).

While an HTML5 solution is easy to make possible as their is no legacy to
worry about and the spec is still floating about, an HTTP solution would
allow me to provide metered content flow without leaving HTTP sessions open
(throttling) and without the need for a video element - permitting users to
use their native http streaming players.

These requests can be seen as generally allowing servers to reduce load for
video or large file downloads.  Since a client may be able to download 5
minutes of video in under a minute I would like to see the client disconnect
from the server and reconnect in 5 minutes to get the additional content.  I
would like to see the server have the ability to enforce this (through HTTP
errors) or at least suggest it (through HTML5 attributes or additional HTTP
headers).
On Mon, Jul 5, 2010 at 2:51 AM, Mikko Rantalainen <
mikko.rantalainen at peda.net> wrote:

> 2010-07-05 01:56 EEST: David Gerard:
>
>  On 4 July 2010 13:57, bjartur<svartman95 at gmail.com>  wrote:
>>
>>  I fail to see how BBC would be harmed by the usage of alternative
>>> software. Its business model is about content, not software, right?
>>>
>>
>> See, you're using logic and sense ... about half the BBC want to just
>> *make their stuff available*, the other half are worried about the
>> thicket of laws and agreements that made sense in the days of analogue
>> tape broadcast on analogue television that, despite not making sense
>> on the Internet, still bind them legally. (Broadcast rights, residuals
>> for actors and writers, etc.) These are serious and real concerns and
>> they can't just ignore them.
>>
>
> So, you're arguing that DRM is not required, right?
>
> Basically the whole problem is about how current content distributors (e.g.
> BBC) have made stupid contracts in the history and are trying to work around
> those stupid contracts with DRM instead of doing the right thing and do one
> of the following:
>
> (1) renegotiate the contracts to allow redistribution, or
> (2) stop trying to redistribute content you don't have proper rights to do.
>
> Especially, the content distributors should immediately stop pretending
> that DRM allows for any kind of protection. It's mathematically impossible.
> It's like trying to send an encrypted message to Bob with a requirement that
> Bob cannot have access to the message. That problem cannot be solved. For
> that problem, a decision needs to be made:
>
> (1) Bob is allowed to get access to the message, or
> (2) Bob is not allowed to get access to the message (never send it!)
>
> Notice how this is similar to the DRM case above?
>
> Introducing a DRM system is about *trying to not do the decision* if you
> really *want to distribute the content or not*. Such system should not ever
> be standardized because it really cannot ever work, by definition.
>
> --
> Mikko
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20100705/2a929322/attachment-0002.htm>


More information about the whatwg mailing list