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
Describe the bug
Video does not play on android, the player stays in a loading loop, each load it crashes and then starts again. It only received one quality instruction, but seems to try to change from a valid quality into nothing and then crash.
To reproduce
Using version 1.2.0, try loading the following URL in a react-native application: https://mobile.tradersclub.com.br/tcmediaapi/v1/file/hls/685d3dae-2f68-4f2f-be44-82a20f687716.m3u8
I'm not using expo
Expected behavior
Should play the stream correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
Simulator or Real Device: Real Device
Device: Samsung a11
OS: One UI Core 3.1, Android 11
Debug logs
Qualities received from stream: [{"bitrate": 5241789, "codecs": "avc1.640032,mp4a.40.2", "framerate": 0, "height": 2274, "name": "2274p", "width": 1280}]
On App Launch the following is logged: Could not find generated setter for class com.amazonaws.ivs.reactnative.player.AmazonIvsViewManager Could not find generated setter for class com.perrystreet.AwsIvsPlayerViewManager
When video tries to play it logs:
SS P1: .
SS P2:
The text was updated successfully, but these errors were encountered:
Describe the bug
Video does not play on android, the player stays in a loading loop, each load it crashes and then starts again. It only received one quality instruction, but seems to try to change from a valid quality into nothing and then crash.
To reproduce
Using version 1.2.0, try loading the following URL in a react-native application:
https://mobile.tradersclub.com.br/tcmediaapi/v1/file/hls/685d3dae-2f68-4f2f-be44-82a20f687716.m3u8
I'm not using expo
Expected behavior
Should play the stream correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
Debug logs
Qualities received from stream:
[{"bitrate": 5241789, "codecs": "avc1.640032,mp4a.40.2", "framerate": 0, "height": 2274, "name": "2274p", "width": 1280}]
On App Launch the following is logged:
Could not find generated setter for class com.amazonaws.ivs.reactnative.player.AmazonIvsViewManager
Could not find generated setter for class com.perrystreet.AwsIvsPlayerViewManager
When video tries to play it logs:
SS P1:
.
SS P2:
The text was updated successfully, but these errors were encountered: