On trying to play a streaming video , get the exception. Please help understand the resolution:
12-05 14:03:57.591 13491-13509/cn.easyar.samples.helloarvideo W/MediaPlayer: Couldn't open file on client side; trying server side: java.io.FileNotFoundException: No content provider: Video_url 2-05 14:03:57.601 13491-13509/cn.easyar.samples.helloarvideo D/MediaPlayer: setDataSource IOException | SecurityException happend :
java.io.FileNotFoundException: No content provider: Video_url
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)
at cn.easyar.samples.helloarvideo.ARVideo.openStreamingVideo(ARVideo.java:66)