Skip to content

Commit

Permalink
normal 0.8.8 ijkplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Feb 23, 2018
1 parent 955c95f commit 14b906b
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected void onCreate(Bundle savedInstanceState) {
//String url = "http://7xjmzj.com1.z0.glb.clouddn.com/20171026175005_JObCxCE2.mp4";

//String url = "http://video.7k.cn/app_video/20171202/6c8cf3ea/v.m3u8.mp4";
String url = "http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8";
//String url = "http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8";
//String url = "rtsp://cloud.easydarwin.org:554/stream0.sdp";
//String url = "http://s.swao.cn/o_1c4gm8o1nniu1had13bk1t0l1rq64m.mov";
//String url = "http://api.ciguang.tv/avideo/play?num=02-041-0491&type=flv&v=1&client=android";
Expand All @@ -71,7 +71,7 @@ protected void onCreate(Bundle savedInstanceState) {
//String url = "http://vr.tudou.com/v2proxy/v?sid=95001&id=496378919&st=3&pw=";
//String url = "http://pl-ali.youku.com/playlist/m3u8?type=mp4&ts=1490185963&keyframe=0&vid=XMjYxOTQ1Mzg2MA==&ep=ciadGkiFU8cF4SvajD8bYyuwJiYHXJZ3rHbN%2FrYDAcZuH%2BrC6DPcqJ21TPs%3D&sid=04901859548541247bba8&token=0524&ctype=12&ev=1&oip=976319194";
//String url = "http://hls.ciguang.tv/hdtv/video.m3u8";
//String url = "https://res.exexm.com/cw_145225549855002";
String url = "https://res.exexm.com/cw_145225549855002";
//String url = "http://storage.gzstv.net/uploads/media/huangmeiyan/jr05-09.mp4";//mepg

//detailPlayer.setUp(url, false, null, "测试视频");
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
//ViewLibraries
butterKnifeVersion = '8.2.1'

ijkplayer = '0.8.4'
ijkplayer = '0.8.8'
DanmakuFlameMaster = '0.6.4'

transitionseverywhere = '1.7.0'
Expand Down
Binary file modified gsyVideoPlayer-armv5/libs/armeabi/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer-armv5/libs/armeabi/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer-armv5/libs/armeabi/libijksdl.so
Binary file not shown.
Binary file modified gsyVideoPlayer-armv64/libs/arm64-v8a/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer-armv64/libs/arm64-v8a/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer-armv64/libs/arm64-v8a/libijksdl.so
Binary file not shown.
Binary file modified gsyVideoPlayer-armv7a/libs/armeabi-v7a/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer-armv7a/libs/armeabi-v7a/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer-armv7a/libs/armeabi-v7a/libijksdl.so
Binary file not shown.
Binary file modified gsyVideoPlayer-x86/libs/x86/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer-x86/libs/x86/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer-x86/libs/x86/libijksdl.so
Binary file not shown.
Binary file modified gsyVideoPlayer-x86_64/libs/x86_64/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer-x86_64/libs/x86_64/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer-x86_64/libs/x86_64/libijksdl.so
Binary file not shown.
14 changes: 7 additions & 7 deletions gsyVideoPlayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

//api project(':gsyVideoPlayer-java')
//api project(':gsyVideoPlayer-armv5')
//api project(':gsyVideoPlayer-armv7a')
//api project(':gsyVideoPlayer-armv64')
//api project(':gsyVideoPlayer-x86')
//api project(':gsyVideoPlayer-x86_64')
api project(':gsyVideoPlayer-java')
api project(':gsyVideoPlayer-armv5')
api project(':gsyVideoPlayer-armv7a')
api project(':gsyVideoPlayer-armv64')
api project(':gsyVideoPlayer-x86')
api project(':gsyVideoPlayer-x86_64')

//更多配置版so,增加了concat,rtsp,mpeg,crypto
//api project(':gsyVideoPlayer-ex_so')

api "com.shuyu:GSYVideoPlayer:$gsyVideoVersion"
//api "com.shuyu:GSYVideoPlayer:$gsyVideoVersion"

//api "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
//api "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
Expand Down

0 comments on commit 14b906b

Please sign in to comment.