0

I am trying to run HLS on Android media player. I am using the code provided in this link. The sample video URL runs but when I replace link with hls link it doesn't work.

Logcat output:

GPU monitor inactive - could not find libgpumonitor.so [(null)] or not enabled (debug.egl.hw.gpumonitor = 0)
double-beep
  • 5,031
  • 17
  • 33
  • 41

1 Answers1

0

Android media player does not support HLS playback. The NuPlayer (in 5.1.1) although streams HLS content, but the frame rendering is not as smooth as MP4 rendering.

AllThatICode
  • 1,250
  • 13
  • 19