downloaded a video on run time, And cannot play that video over image target

0 votes
asked Jan 10, 2018 by raviraj (400 points)

dynamically over run time I have downloaded a video and stored inside internal memory of the app @ app_videos/sample_video/mp4, and I have called this video from the below method in HelloAR.java file, but its not playing it says ,,error

Error: Couldn't open file on client side; trying server side: java.io.FileNotFoundException: No content provider: /data/user/0/cn.easyar.samples.helloarvideo/app_Videos/sample_video.mp4

video: /data/user/0/cn.easyar.samples.helloarvideo/app_Videos/sample_video.mp4 (-1)

JavaCode :video.openVideoFile("/data/user/0/cn.easyar.samples.helloarvideo/app_Videos/sample_video.mp4", video_renderers.get(0).texId());
please help asap.

1 Answer

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...