File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/main/java/com/tencent/iot/explorer/link/kitlink/activity/videoui Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ dependencies {
185185 if (findProject(' :sdk:video-link-android' ) != null ) {
186186 api project(path : ' :sdk:video-link-android' )
187187 }
188- implementation ' com.tencent.iot.thirdparty.android:ijkplayer-java:1.0.7-SNAPSHOT '
189- implementation ' com.tencent.iot.thirdparty.android:ijkplayer-armv7a:1.0.7-SNAPSHOT '
190- implementation ' com.tencent.iot.thirdparty.android:ijkplayer-arm64:1.0.7-SNAPSHOT '
188+ implementation ' com.tencent.iot.thirdparty.android:ijkplayer-java:1.0.6 '
189+ implementation ' com.tencent.iot.thirdparty.android:ijkplayer-armv7a:1.0.6 '
190+ implementation ' com.tencent.iot.thirdparty.android:ijkplayer-arm64:1.0.6 '
191191}
Original file line number Diff line number Diff line change @@ -636,7 +636,6 @@ private void play(int callType) {
636636 player .setOption (IjkMediaPlayer .OPT_CATEGORY_PLAYER , "mediacodec-auto-rotate" , 1 );
637637
638638 player .setFrameSpeed (1.5f );
639- player .setMaxPacketNum (2 );
640639 getDeviceStatus ();
641640 player .setSurface (surface );
642641 String url = XP2P .delegateHttpFlv (TRTCUIManager .getInstance ().deviceId ) + "ipc.flv?action=live" ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
4949// changing = true
5050// }
5151 api ' com.tencent.iot.thirdparty.android:xp2p-sdk:2.4.26'
52- api ' com.tencent.iot.thirdparty.android:media-server:1.0.3-SNAPSHOT '
52+ api ' com.tencent.iot.thirdparty.android:media-server:1.0.2 '
5353}
5454
5555configurations. all {
You can’t perform that action at this time.
0 commit comments