問題タブ [bitmovin-player]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - 安全な HLS AES-128 キー URI
Appleツールを使用してHLS AES-128でビデオを暗号化しました。以下は私のm3u8ファイルです
キー URI は API エンドポイント URL です。API からキーを取得します。
しかし、ブラウザーでキー URI ( https://xxxxx.com/api/xxx/xxxxx/xxxxxxxxxxxx/xxxxxxx.key )をコピーして貼り付けるたびに、キーがダウンロードされます。
プレーヤーがキー URI を要求するたびにヘッダー認証を渡す方法。
またはキーURIを保護する方法はありますか?
Bitmovin プレーヤー (Nodejs) で動画を再生しています。キー リクエスト URI のヘッダー認証を渡すことはできますか?
前もって感謝します。