Exoplayer stop video when screen off, I need to playing video when screen off. Is this possible in android exoplayer?
Asked
Active
Viewed 471 times
0
-
1use helper in that and onpause call exoPlayerHelper.play(); – Abhinav Gupta Jul 04 '19 at 05:17
-
1check in activity.... when state is onPause() remove the code it will be look like exoplayer.pause() – HussainAbbas Jul 04 '19 at 05:20
-
Do you want to avoid screen going off or do you want to continue playing (audio) when the screen is off? – raxerz Jul 04 '19 at 06:18
-
@raxerz playing audio when screen off – P A Gosai Jul 04 '19 at 06:28
-
@PrashantAGosai you can't see the video while the screen is off, right? – Geo Jul 04 '19 at 06:36