rainbowcreatures / FlashyWrappers

AIR / Flash video recording SDK
17 stars 10 forks source link

Error: [FlashyWrappers error] Exporting of video failed: Cannot Decode (The media data could not be decoded on this device.) #30

Open jkpatel1463 opened 7 years ago

jkpatel1463 commented 7 years ago

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]

jkpatel1463 commented 7 years ago

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.

rainbowcreatures commented 7 years ago

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.

jkpatel1463 commented 7 years ago

Hello @rainbowcreatures

I am using 2.55 version of the Flashywrapper (FW_2_55_premium)

i will prepare a sample projects and will mail you back.