I've tried my best to follow the steps. I feel that I've done all I know to address this but still no joy. I would certainly appreciate any assistance in figuring out how I've messed this up. My s3 bucket contains only test video at the moment so I welcome any assistance in getting the video to stream.
Bucket name: varoadstter
Permissions: Everyone/view permissions
Distributions:
RTMP domain: scbjwhbz7c8rz.cloudfront.net
RTMP origin: varoadstter.s3.amazonaws.com
RTMP id: E19YB93OCI8U8T
Web domain: d3c0jazaf3f1t3.cloudfront.net
Web origin: varoadstter.s3.amazonaws.com
Web id: E3CTW05SRM0UBC
contents of test.html:
.
.
.
.
.
.
jwplayer('mediaplayer').setup({
file: "rtmp://scbjwhbz7c8rz.cloudfront.net/cfx/st/test.mp4",
width: "720",
height: "480"
});
I have also tried:
jwplayer('mediaplayer').setup({
file: "rtmp://scbjwhbz7c8rz.cloudfront.net/cfx/st/mp4:test.mp4",
width: "720",
height: "480"
});
FWIW, the video does display and play correctly when I double-click the video in the varoadstter bucket dashboard on S3 so I believe the video is valid.
↧