You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have gone through all the somewhat related issue and implemented ExoPlayerListener which have interface onStateChanged(boolean playWhenReady, int playbackState) but this overridden method doesn't get called when the video is buffering so not able to show loading when the video is buffering.
I have gone through all the issue didn't find any correct solution.
Could you please tell me if buffering state has been implemented in ExoMedia 4.2.1 version and how to use it (if implemented)?
I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
ExoMedia version: 4.2.1
Device OS version: 8.0
Devide Manufacturer: Hongkong based company
Device Name: Infinix hot s3
Reproduction Steps
I have disabled default controls and added custom control in the video layout. For example custom button for pause, resume , restart e.t.c
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered:
I have gone through all the somewhat related issue and implemented ExoPlayerListener which have interface
onStateChanged(boolean playWhenReady, int playbackState)
but this overridden method doesn't get called when the video is buffering so not able to show loading when the video is buffering.I have gone through all the issue didn't find any correct solution.
Could you please tell me if buffering state has been implemented in ExoMedia 4.2.1 version and how to use it (if implemented)?
Include the following:
4.2.1
8.0
Hongkong based company
Infinix hot s3
Reproduction Steps
I have disabled default controls and added custom control in the video layout. For example custom button for pause, resume , restart e.t.c
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: