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

RTMP Dynamic Stream with cloudfront


I'm trying to setup RTMP Dynamic Stream exactly like it is shown on the support page

(http://www.longtailvideo.com/support/jw-player/29365/rtmp-dynamic-stream)

I keep getting "Error loading stream: Manifest not found or invalid".


Here are my test pages

http://istreamhd.com/jwtest/ (manifest page)

http://istreamhd.com/jwtest/test360.php (standard rtmp cloufront page)
http://istreamhd.com/jwtest/test720.php (standard rtmp cloufrontpage)

is it because they are 2 different lengths? (shorted 1 to compress it faster)


-Brent

7 Community Answers

JW Player

User  
0 rated :

file: "/jwtest/myManifest.smil"

The HTMl document is already in the folder /jwtest
Therefore it is looking for smil in /jwtest/jwtest which does not exist


JW Player

User  
0 rated :

file: "/jwtest/myManifest.smil"

"/" tells the browser to goto the root and find the file. It should work just like
image: "/img/thumb.jpg"

I also tried.
file: "myManifest.smil"
file: "http://istreamhd.com/jwtest/myManifest.smil"

and they all give me the same error

Ethan Feldman

JW Player Support Agent  
0 rated :

What about removing the mp4: from the files?

JW Player

User  
0 rated :

don't you have to use preceding dots ../jwtest then

JW Player

User  
0 rated :

strange. i use rtmp://smxbyg0byvt4a.cloudfront.net/cfx/st/mp4:test360.mp4

works fine.

Do you have crossdomain in your S3 Bucket ?

JW Player

User  
0 rated :

thanks Sibercat. I looked at my crossdomain file again and made some changes and no more error :)

Ethan Feldman

JW Player Support Agent  
0 rated :

Nice :)

This question has received the maximum number of answers.