Re: questions about direct assignment

On Wed, Jun 5, 2013 at 12:37 PM, Jim Barnett <Jim.Barnett@genesyslab.com> wrote:
> Would it make sense to say that on the receiving end, the origin of all Tracks in the PeerConnection is the URL of the sending end?  Or is it the origin of the web page?  The Tracks have to have some origin, don't they?

I think you should first figure out what security properties you want
and why. If I share my video camera stream with a page, that page can
take snapshots using <canvas> and share those with any other origin
using postMessage() or some server. Given that, having an origin
restriction in place for that camera stream does not make sense.


--
http://annevankesteren.nl/

Received on Wednesday, 5 June 2013 12:11:08 UTC