Kestas Venslauskas

Results 8 comments of Kestas Venslauskas

@chaimPaneth So I tried setting backgroundAudioEnabled to false. In android it keeps playing without a notification controls. On iOS it does not work at all when set to true (at...

Another issue that there is no notification on Xiaomi 9T pro phone. Not sure about other xiaomi phones

@chaimPaneth any update on this? I have checked it on real iOS device and the problem is that controls on notification does not work at all.

@chaimPaneth @manamelacedric Fixed this one here https://github.com/chaimPaneth/react-native-jw-media-player/pull/203

I found solution for my project: Simply played around with `hlsSegmentFormat` config. ``` mediaInfo: { hlsSegmentFormat: isLiveStream ? MediaHlsSegmentFormat.TS : MediaHlsSegmentFormat.AAC, ... } ```

Gettings `Must call 'initWithContext' before use` crashes. Using "react-native-onesignal": "^5.0.2", ```const useOneSignal = () => { useEffect(() => { OneSignal.initialize(ONE_SIGNAL_APP_ID); OneSignal.Notifications.addEventListener('click', async (e) => { console.log('OneSignal: notification click event:', e);...