Using Zencoder/Amazon S3

Works fine in Firefox, Safari, iOS...

However for Internet Explorer 8, which relies on the flash fallback, the wrong URL is provided. It looks like it is putting the amazon s3 url right after the local url.

This causes a 200, Stream not found, NetStream.Play.StreamNotFound, clip... error

View source provides the following:

<!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
              <object class="vjs-flash-fallback" width="482" height="253" type="application/x-shockwave-flash"
                data="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf">
          <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf" />
          <param name="allowfullscreen" value="true" />
          <param name="flashvars" value="config={'playlist': [ 'http://www.myURL.com/sites/default/files/video_thumbs/235/no-thumb.png', {'url': 'http://www.myURL.com/sites/default/files/http://myurl.s3.amazonaws.com/sites/default/files/videos/converted/xxx.mp4', 'autoPlay':false, 'autoBuffering':true} ]}" />
          <embed id="flash-videojs-video-235"
                 name="flash-videojs-video-235"
                 src="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf"
                 width="482"
                 height="253"
                 type="application/x-shockwave-flash"
                 allowscriptaccess='always'
                 allowfullscreen='true'
                 flashvars="config={'playlist': [ 'http://www.myURL.com/sites/default/files/video_thumbs/235/no-thumb.png', {'url': 'http://www.myURL.com/sites/default/files/http://myURL.s3.amazonaws.com/sites/default/files/videos/converted/xxx.mp4', 'autoPlay':false, 'autoBuffering':true} ]}"
                 />

Comments

Jorrit’s picture

Component: Video Players » Amazon S3
Jorrit’s picture

Status: Active » Postponed (maintainer needs more info)

Please try if version 6.x-4.6 beta 1 fixes this problem for you. In this version the Zencoder and S3 parts have been refactored and tested.

You can read about it at http://drupal.org/node/1346434

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Fixed

6.x-4.6 has been released that fixes this problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.