video - How can the browser handle encrypted data without HTTPS? -
i have use case end serves encrypted video files content-type: video/mp4 http header. normally, browser (any browser) start streaming video file in it's built-in player, since data encrypted, doesn't know how handle it.
the way encryption done kind of https. server sends front end public key, front end generates symmetrical key public key , both server , front end use encrypt/decrypt stuff.
i know if using https, work, automatic process occur between server , browser. guess question how browser display encrypted video without using https?
you must either use video player natively knows how decrypt format (contact vendor of end), or put piece of middleware in decrypt format (contact vendor of end). in both cases, you'll need key well.
or log end change settings (guess should contact).
alternately, read manual end.
Comments
Post a Comment