-
27 Apr 2012 5:54 AM #1
Unanswered: iPad: Video with base64 encoded data: "The Operation could not be completed"
Unanswered: iPad: Video with base64 encoded data: "The Operation could not be completed"
Hi there,
My application (wrapped in PhoneGap) runs both online and offline mode. I store images and videos encoded in base64.
When I debug this on browser it runs just fine, but on iPad it shouts out "The operation could not be completed" in a javascript promt.
I've tried placing the video with pure html tag and tru Ext.Video.
I'm missing anything here? Thanks
-
27 Apr 2012 7:07 AM #2
I've debuged both in safari and chrome.
Just a little hand here, a simple "we dont know" would help.
-
27 Apr 2012 8:54 AM #3
bump'dee'bump hump... i know bumps are low, but I'm going crazy here...
-
30 Apr 2012 1:44 AM #4
I'd rather be called 'dumb' that being ignored!
You want to sell your services? Go ahead, try selling it to me! I might be a costumer (because I WILL launch my application to the markets, with or without support), but I have to WANT it frist.
-
30 Apr 2012 2:31 AM #5
Code:newhtml += "<video width='320' height='240' controls='controls' <source src='data:video/mp4;base64,"+tmpStore.getAt(i).data.myPages[j].myProducts[k].myItens[0].fileData+"' /></video>";
-
30 Apr 2012 4:42 AM #6
Update:
Tested in iPad and Android 3.0 native browsers and the result is the same "The operation...".
Tested with and without autoplay and controllers (in the video/source tags).


Reply With Quote