chaimPaneth / react-native-jw-media-player

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)
MIT License
193 stars 92 forks source link

unable to repeat the track while backgroundAudioEnabled: true #281

Open hemantrajb opened 1 year ago

hemantrajb commented 1 year ago

The track does not repeat while the app is suspended in the background. Although the audio plays full length/duration in the background, the track does not restart even if repeat: true. it restarts only if app is in foreground

backgroundAudioEnabled: true,
repeat: true, 
nateshmbhat commented 1 year ago

facing same issue here. @chaimPaneth any fix on this ?

nateshmbhat commented 1 year ago

We're using RN : 0.66.4 and jw player 0.2.34

hemantrajb commented 1 year ago

@nateshmbhat yes, using RN : 0.66.4 also jw player 0.2.34

mahmudsg commented 1 year ago

@nateshmbhat or @hemantrajb, have you got any solution?