存储在jwplayer中的视频使它们安全



有没有办法使存储在 http://content.jwplatform.com/站点中的视频更安全? 像基于时间令牌

? 流媒体?
    var playerInstance = jwplayer("video").setup({
    file: "http://content.jwplatform.com/videos/xxxxxxxx.mp4?token=1234",
    autostart: true,
    controls: false,
    repeat: true
});

这是为了尽量减少用户对源文件的直接访问,并且该文件仅在某些域中播放以避免滥用文件。

目前 hls 默认会在 JW 仪表板中提供内容签名的 URL。过期时间设置为 1 小时。签名 url 将很快成为所有 JW 支持的文件类型的默认 URL。

最新更新