Am able to access the video on the browser with the same url but not via the app

+1 vote
asked Dec 7, 2018 by arinnovationeig (270 points)
Am able to access the video on the browser with the same url. Is there any additional change required?
For instance if i use the existing url shared in the sample video with a new image. Still face the same issue. Am able to view the video vis this url on the browser

12-07 15:01:27.491 2301-4261/com.eig.liveads W/MediaPlayer: Couldn't open file on client side; trying server side: java.io.FileNotFoundException: No content provider: https://sightpvideo-cdn.sightp.com/sdkvideo/EasyARSDKShow201520.mp4
12-07 15:01:27.491 2301-4261/com.eig.liveads D/MediaPlayer: setDataSource IOException | SecurityException happend :
    java.io.FileNotFoundException: No content provider: https://sightpvideo-cdn.sightp.com/sdkvideo/EasyARSDKShow201520.mp4
        at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:1141)
        at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:991)
        at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:914)
        at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1121)
        at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1082)
        at cn.easyar.engine.VideoPlayer.prepare(VideoPlayer.java:52)
        at cn.easyar.VideoPlayer.open(Native Method)

1 Answer

0 votes
answered Jun 20, 2019 by zzhenia (270 points)

I am facing a similar issue https://answers.easyar.com/14564/critical-bug-in-easyar-lib-on-android

No real help from the EasyAR team so far :(

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