Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
unknown error loading AR.VideoDrawable via https
P
Pascal.wasem
started a topic
over 6 years ago
unknown error loading AR.VideoDrawable via https
1 Comment
P
Pascal.wasem
said
over 6 years ago
Hi there,
I am trying to create an AR.VideoDrawable for an video loaded via https using wikitude-cordova-plugin-5.1.4-3.2.1
var videoUri = '
https://secure-server.com/some/path/video.mp4?token=some.auth.token
'
var videoHeight = 1;
var videoOptions = {};
...
videoOptions.onError = function(msg) {
console.error(msg);
}
videoDrawable = new AR.VideoDrawable(videoUri, videoHeight, videoOptions);
When trying to load the video I get the following error message on android
Error while loading the video. (Media player - unknown error )
on iOS nothing happens!?
Loading the same video via http works perfectly!!!
But it has to be done via https unfortunately.
Is there a known issue or any solution?
Am I missing something?
Thank you in advance!
Bests,
Pascal
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3837 topics
© 2021 Wikitude, a Qualcomm company
Pascal.wasem