0
http://content.jwplatform.com/ 사이트에 저장된 비디오를 더 안전하게 만들 수있는 방법이 있습니까? 같은 시간 토큰을 기반으로? 스트리밍?jwplayer에 저장된 비디오를 안전하게 만들려면
var playerInstance = jwplayer("video").setup({
file: "http://content.jwplatform.com/videos/xxxxxxxx.mp4?token=1234",
autostart: true,
controls: false,
repeat: true
});
이것은 소스 파일에 대한 직접적인 사용자 액세스를 최소화하고 파일의 악용을 방지하기 위해 특정 도메인에서만 파일을 재생합니다.
JW Player의 지원 포럼에서 [도메인 제한] (https://support.jwplayer.com/customer/portal/questions/16311948-restrict-domain)을 현재 지원하지 않으므로 [url signing] (https : //support.jwplayer.com/customer/portal/articles/1433647-url-token-signing) 대신 – haxxxton