Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Error loading stream: Could not connect to server


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:

.
.
.
<script type='text/javascript' src='https://d3c0jazaf3f1t3.cloudfront.net/jwplayer.js'></script>
.
.
.
<script type="text/javascript">
jwplayer('mediaplayer').setup({
file: "rtmp://scbjwhbz7c8rz.cloudfront.net/cfx/st/test.mp4",
width: "720",
height: "480"
});
</script>

I have also tried:

<script type="text/javascript">
jwplayer('mediaplayer').setup({
file: "rtmp://scbjwhbz7c8rz.cloudfront.net/cfx/st/mp4:test.mp4",
width: "720",
height: "480"
});
</script>


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.

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

My name is Alex and I am one of the Support Engineers at JW Player. I will be more than happy to assist you with your questions.

Since the RTMP stream will not play for you, nor will it play for me in our Stream Tester, I believe the URL may not be correct. I would suggest you contact Cloudfront to see about the URL being invalid.

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.