Since yesterday my videos were working. Now I got the message "There was an error retrieving your embed Jwplayer.
The script I call the jwplayer is the following one:
jwplayer('mediaplayer').setup({
file: 'rtmp://s1xxo4ii2vxujv.cloudfront.net:1935/cfx/st/mp4:ASSIMP01k.mp4?Expires=1469532032&Signature=AOitOmioYmf3TQU8coAiiEBYBCRbpqQrk3L57lmn-b-Ih8ORruKsIDyiW5yHOPdBwuE5qJEqoLlM7GihMp49kg1xwYvUKUWaVkDqMh1MyreV9G~UtqlNFX5OtCCfr0grOZejuMpbEd4QMolPpYg5ePBSBBxdJqRi8t4Egb2aVEw_&Key-Pair-Id=APKAJQDE5MMS26AEMIHQ',
screencolor: "ffffff",
width: '640',
height: "390",
rtmp: {
bufferlength: 5
}
});
How can I solve this problem ?
↧