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
When I try the ANE in iPhone, it works fine while iPad throws error. below, i listed configuration of device:
Device: iPad4
Os Version: 10.3.1
I am using 2.55 version of the Flashywrapper (FW_2_55_premium)
Error Stack Trace.
at com.rainbowcreatures::FWVideoEncoder/throwError()[/Users/apple/Desktop/Flash_Native_Extensions/FlashyWrappers_SVN/rainbowcreatures_flashywrappers/FW_src_stable/com/rainbowcreatures/FWVideoEncoder.as:1365]
at com.rainbowcreatures::FWVideoEncoder/onStatus()[/Users/apple/Desktop/Flash_Native_Extensions/FlashyWrappers_SVN/rainbowcreatures_flashywrappers/FW_src_stable/com/rainbowcreatures/FWVideoEncoder.as:1359]
The text was updated successfully, but these errors were encountered:
I found that the same error occurred while minimizing the app. but i do not minimize it when i have error & This error occurred every-time & my animation is not shown on screen as well.
If i comment the code for recording (videoencoder.start(24, FWVideoEncoder.AUDIO_STEREO); soundmixer.startCapture();) then animation on screen is appeared.
Hey, what version is the iPhone where it works (iOS version as well)?
The stack trace doesn't tell me as much, I can't see the error itself, just the trace leading up to it - could you provide the error message as well? A sample project with steps to reproduce would help to speed debugging the issue too.
When I try the ANE in iPhone, it works fine while iPad throws error. below, i listed configuration of device:
Device: iPad4
Os Version: 10.3.1
I am using 2.55 version of the Flashywrapper (FW_2_55_premium)
Error Stack Trace.
at com.rainbowcreatures::FWVideoEncoder/throwError()[/Users/apple/Desktop/Flash_Native_Extensions/FlashyWrappers_SVN/rainbowcreatures_flashywrappers/FW_src_stable/com/rainbowcreatures/FWVideoEncoder.as:1365]
at com.rainbowcreatures::FWVideoEncoder/onStatus()[/Users/apple/Desktop/Flash_Native_Extensions/FlashyWrappers_SVN/rainbowcreatures_flashywrappers/FW_src_stable/com/rainbowcreatures/FWVideoEncoder.as:1359]
The text was updated successfully, but these errors were encountered: