You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: