tcking / GiraffePlayer

android video player base on ijkplayer
Apache License 2.0
681 stars 199 forks source link

播放本地m3u8视频失败 #108

Open as2752666 opened 6 years ago

as2752666 commented 6 years ago

file:///sdcard/kokojia/3893/60144/kokojia_43.m3u8 file:///storage/emulated/0/kokojia/3893/60144/kokojia_43.m3u8 本地路径应该是没写错的,我试了别的播放器也是可以播放的,但是GiraffePlayer就无法播放能告知为什么吗?

as2752666 commented 6 years ago

07-31 17:16:05.055 12518-12615/tcking.github.com.giraffeplayer E/IJKMEDIA: Protocol not on whitelist 'file'!

as2752666 commented 6 years ago

07-31 17:16:05.079 12518-12615/tcking.github.com.giraffeplayer E/IJKMEDIA: Error when loading first segment '/sdcard/kokojia/3893/60144/video_0.ts' 07-31 17:16:05.079 12518-12615/tcking.github.com.giraffeplayer D/IJKMEDIA: Statistics: 1691 bytes read, 0 seeks 07-31 17:16:05.083 12518-12615/tcking.github.com.giraffeplayer E/IJKMEDIA: /sdcard/kokojia/3893/60144/kokojia_43.m3u8: Invalid data found when processing input 07-31 17:16:05.083 12518-12613/tcking.github.com.giraffeplayer D/IJKMEDIA: FFP_MSG_ERROR: 0 07-31 17:16:05.083 12518-12615/tcking.github.com.giraffeplayer I/IJKMEDIA: SDL_JNI_DetachThreadEnv: [12615] 07-31 17:16:05.087 12518-12518/tcking.github.com.giraffeplayer E/tv.danmaku.ijk.media.player.IjkMediaPlayer: Error (-10000,0) 07-31 17:16:05.087 12518-12518/tcking.github.com.giraffeplayer D/IjkVideoView: Error: -10000,0

tcking commented 6 years ago

实际使用的时候m3u8都在服务器上,不要考虑这种情况了

as2752666 commented 6 years ago

用户下载了视频是要在本地播放的 所以就需要本地播放m3u8的功能了

CodeK1988 commented 6 years ago

请教一下 部分视频无法播放的问题解决了吗?this is a video : http://hehe.heheedu.com/uploadFiles/resources/2017/09/14/0f2eaba594f845ebad9bd5305bcecbec.mp4

CodeK1988 commented 6 years ago

@tcking