-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HLSPlugin.swc Flash Builder release build version compiles with errors #79
Comments
Could you give me the link to the stream in use? |
Here is a sample stream: http://thefantasticforest.com/hls-test/2012-12-06%2012.49.30_adaptive.m3u8 Thanks. |
You use Flex SDK 4.6? |
using flash builder 4.6 to export release build of HSLPlugin.swc, but the project I merge it with is built in FB 4.7 as an ActionScript project. Previously I was including your swc with no problems, but was using your version before September 2013. If I use the debugger version of the latest code, I do not get any errors, but I can't use this because the file size is too high. |
The same problem happened to me |
@liulingfree,@theginbin Has this problem been solved for you?the same problem happened to me |
@D3adKnight Could you please have a look? |
Hello.
I am embedding the HLSPlugin.swc into my Flash Builder 4.7 ActionScript custom video player project. The debugger version compiles and plays without error. However, the release build version does not.
This is the error I get when trying to play the video on a server:
VerifyError: Error #1021: At least one branch target was not on a valid instruction in the method.
at org.denivip.osmf.net.httpstreaming.hls::HTTPStreamingMP2TSFileHandler/processES()
at org.denivip.osmf.net.httpstreaming.hls::HTTPStreamingMP2TSFileHandler/processPacket()
at org.denivip.osmf.net.httpstreaming.hls::HTTPStreamingMP2TSFileHandler/processFileSegment()
at org.denivip.osmf.net.httpstreaming.hls::HTTPHLSStreamSource/doSomeProcessingAndGetBytes()
at org.denivip.osmf.net.httpstreaming.hls::HTTPHLSStreamSource/getBytes()
at org.denivip.osmf.net.httpstreaming.hls::HTTPHLSNetStream/onMainTimer()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
Any help with this? I've seen you post about "-dump-config=hlsplugin.xml", but not sure how this helps me.
Thanks so much!
The text was updated successfully, but these errors were encountered: