iOS Javascript SDK version 4.3 with latest version of xcode brings ERROR "Failed to get new pixel buffer from current timestamp" on every video playback
No Error with Wikitude iOS Javascript - SDK 4.2
Did you find a solution?
A
Andreas Schacherbauer
said
over 6 years ago
Hi A DF, Our SDK 4.3 does not contain the code to trigger the `Failed to get new pixel buffer from current timestamp` error. Are you sure that you meant 4.3 instead of 5.3?
Best regards,
Andreas
A
Andreas Schacherbauer
said
over 6 years ago
Hi Juan, We're currently investigating this issue.
Best regards,
Andreas
J
Juan J. Chiw
said
over 6 years ago
Yay :) Thanks
A
Andreas Schacherbauer
said
over 6 years ago
Hi Juan, I just tried your Architect World and get the following error:
```
Asset tracks could not be loaded (Error: Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." UserInfo={NSUnderlyingError=0x14e2db30 {Error Domain=kCFErrorDomainCFNetwork Code=-1022 "(null)"}, NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.}) - (Unknown URL Error ('http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4'))
```
Did you disable ATS for this URL or might this be the reason for the video to not appear?
Best regards,
Andreas
J
Juan J. Chiw
said
over 6 years ago
Hi!
I already has this in Info.plist
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
To allow to load url address. The issue is not loading the Url, because when the image is detected I can listen the video but can not see the video....
A
A DF
said
over 6 years ago
Andreas, you're right I'm using SDK version 5.3 of course and had no error with SDK 5.2
No problem on Android.
Only iOS brings the error "Failed to get new pixel buffer from current timestamp", but the video is played smoothly nevertheless. I have all the mp4 video files locally in my app's ArchitectWorld folder structure.
A
Andreas Schacherbauer
said
over 6 years ago
Hi Juan, Can you share a video where we see how you use our SDK/your App to experience the described behaviour?
Best regards,
Andreas
A
Andreas Schacherbauer
said
over 6 years ago
Hi A DF, Can you share a video/project/ArchitectWorld (including all assets) with us so that we see how you use our SDK?
Currently we haven't isolated the problem and need as many use cases as possible to find the root cause of the problem.
Juan J. Chiw