Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

CDN version is not correct for 4.7 #113

Closed
dmlap opened this issue Aug 12, 2014 · 1 comment
Closed

CDN version is not correct for 4.7 #113

dmlap opened this issue Aug 12, 2014 · 1 comment

Comments

@dmlap
Copy link
Member

dmlap commented Aug 12, 2014

I rebuilt 4.4.2 locally but am not getting the same results as the currently CDN version. I believe this is the reason for videojs/videojs-contrib-hls#128. Is it possible the wrong version was uploaded when 4.7 was published?

@dmlap
Copy link
Member Author

dmlap commented Aug 13, 2014

Spoke with @heff about this one and he mentioned that he manually modified the flex-config.xml before building the SWF that's currently on the CDN to bring the minimum supported Flash version back to 10.3. Details in #105. The config he ended up with was:

<flex-config>
    <!-- Specifies the minimum player version that will run the compiled SWF. -->
   <target-player>10.3</target-player>

    <!-- Specifies the version of the compiled SWF -->
    <swf-version>12</swf-version>
   <!-- etc... -->
</flex-config>

flex-sdk defaults target-player to 11.3 and swf-version to 14. I played around with both of these values and it seems like the NetStream.appendBytes() issue is tied to the swf-version. Bumping it up to 12 (and keeping the target player at 10.3) worked on my machine. According to this blog post, that higher value is appropriate for supporting Flash player 10.3.

@dmlap dmlap closed this as completed in fe04c89 Aug 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant