Hi there,
We are using 7.5 beta 1, and have a premium account.
I have a dash clip and an hls clip behind a cloudfront distribution that requires signed cookies/urls
I've set up jwplayer as follows (for our hls clip)
playerInstance.setup({
"playlist" : [{
file: "http://d1sx7thxkfnvf1.cloudfront.net/TSF_HLS_1080_576_380/TSF_HLS_1080_MASTER.m3u8",
withCredentials: true
}],
"height": 360,
"width": 640,
});
Upon playing, the player shows an error: "Cannot load M3U8": 403 Status code
In chrome's dev tools it looks like the request for the master playlist file is receiving the following error: MissingKeyMissing Key-Pair-Id query parameter or cookie value
I know for sure that we are setting the cookies on the page request, but it doesn't seem to be getting set when jwplayer requests the m3u8 file. Is this working correctly?
Regards,
Rane
↧