- Home /
Using URL as Source In Video Player on Portable VR
Running into an issue where my links will not load in my project on the Oculus Go headset itself. The video links work fine in the editor but fail to play when using the app in the headset.
I believe it's a permissions issue since the only permissions I get when I launch the app are for microphone access and storage access when I would need internet access to use the links I believe. I have added internet permission to my manifest but I do not get prompted to accept internet permissions when I launch the app after uninstalling and reinstalling it.
I have also tried copying the manifest from the temp folder and replacing my manifest in my plugins/android folder and adding the internet permission to that but to no avail. Not sure where to really go from here to get these working.
Answer by ContractorNation · Nov 19, 2019 at 09:42 PM
@paulie5457 are your links http:// or local filepaths?
http://. I ended up using local filepaths due to this issue.