fijkplayer icon indicating copy to clipboard operation
fijkplayer copied to clipboard

[BUG]播放视频时会自动息屏

Open hanshanfeihe opened this issue 4 years ago • 2 comments

E/J4A (30012): J4AC_android_media_AudioTrack__setSpeed 1.000000 D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:handle_life_resume V/OplusZoomWindowDecorViewHelper(30012): setLastReportedMergedConfiguration mZoomDisplayHeight: 2400 getDecorView.DecorView@5512f82[MainActivity] W/IInputConnectionWrapper(30012): clearMetaKeyStates on inactive InputConnection E/JIGUANG-JCore(30012): [TeleonyManagerUtils] get getNetworkType error :java.lang.SecurityException: getDataNetworkTypeForSubscriber D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:change_foreground_dy D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:change_foreground E/JIGUANG-JCore(30012): [TeleonyManagerUtils] get getNetworkType error :java.lang.SecurityException: getDataNetworkTypeForSubscriber D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:notification_state D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:change_foreground_dy D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:change_foreground D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:handle_life_resume E/JIGUANG-JCore(30012): [TeleonyManagerUtils] get getNetworkType error :java.lang.SecurityException: getDataNetworkTypeForSubscriber V/OplusZoomWindowDecorViewHelper(30012): setLastReportedMergedConfiguration mZoomDisplayHeight: 1080 getDecorView.DecorView@5512f82[MainActivity] D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:in_app_msg_handle D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:handle_life_resume E/JIGUANG-JCore(30012): [TeleonyManagerUtils] get getNetworkType error :java.lang.SecurityException: getDataNetworkTypeForSubscriber D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:change_foreground_dy D/JIGUANG-JCore(30012): [JCoreHelper] runActionWithService action:change_foreground

hanshanfeihe avatar Nov 25 '21 03:11 hanshanfeihe

视频播放时会根据手机系统自带的息屏时间自动息屏

hanshanfeihe avatar Nov 25 '21 03:11 hanshanfeihe

可以试一下 await player.setOption(FijkOption.hostCategory, "request-screen-on", 1); 详见文档: https://fijkplayer.befovy.com/docs/zh/host-option.html#gsc.tab=0

firstmetcs avatar Jan 19 '23 02:01 firstmetcs