Gábor Bajáki

Results 7 comments of Gábor Bajáki

It could be normal if you also get the metadata from the server. For a 128kbps stream, the metadata arrives approximately every 10th seconds but it's only a request for...

Maybe it is related. With 1.5.x, in production, the HLS stream cannot be started. We had to roll back to 1.4.14 because the relativeURL gets undefined here: ![HLS-1 5 1-trim...

We don't have any other package installed that registers any receiver only react-native-track-player and when trying to publish an application with Android 14 we also get the the same error....

Is this happening somewhere in a dependency of react-native-track-player? This is from our crash analytics system: java.lang.SecurityException: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being...

I also use your Android Auto fork from the dev-android-auto branch, but my tests always give the same result when I upload a version to Google Play Console. Maybe it...

I mean Google Play Console automatic tests on several devices. All the test devices are having the same issue running Android 14 with our app with the same stack trace.

For those who face the same issue, please check the following solution: [React Native - 41288](https://github.com/facebook/react-native/issues/41288#issuecomment-2217919169) It is working fine with React Native 0.72.5. **org.jetbrains:annotations is not required if you...