Android VideoView MediaPlayer OnInfoListener - events not fired

后端 未结 7 1315
借酒劲吻你
借酒劲吻你 2021-01-12 04:51

this following source code snippet is given:

videoView.setOnPreparedListener(new MediaPlayer.OnPreparedListener() {
        @Override
        public void onP         


        
7条回答
  •  难免孤独
    2021-01-12 05:46

    You're right, the events are never fired. This is a known HLS bug that I don't think Google will fix.

    This applies to the onInfo and the buffering events.

    See https://code.google.com/p/android/issues/detail?id=42767 and https://code.google.com/p/googletv-issues/issues/detail?id=2

    Sorry!

提交回复
热议问题