
cloudfront pseudo streaming http
Hello,
I have search the forum top to bottom and I haven't found a clear answer to this.
---- my situation----
cloudfront distribution (web/download, not rtmp)
latest build of jwplayer (hosted) 6.8.1646
h.264 video (mp4)
chrome on mac
My videos are 60-90 minutes in length.
When I play the video, the renderingMode is "html5" and everything is working, including the playbackSpeed feature (which is key).
It seems to be straight progressive download, I cannot play the video ahead of the download. I need the ability to seek ahead of the download. So I guess I need "pseudo streaming"?
How can I get it working so I can seek to any point in the video without waiting for the download to complete.
There is nothing special about my setup, but I'll post it anyways.
jwplayer('mediaspace').setup({
'playlist': [{ 'file': 'http://dbh5vx54vod79.cloudfront.net/F7BA74B80104F55FE040007F010057BC.mp4' }],
'displaytitle': false,
'modes': [{ type: "html5" }]
});
Thanks much!
Josh