react-native-jw-media-player icon indicating copy to clipboard operation
react-native-jw-media-player copied to clipboard

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)

Results 135 react-native-jw-media-player issues
Sort by recently updated
recently updated
newest added

The notification/lock screen controls only have a play/pause button but don't have any skipping/scrubbing controls. I'm unclear whether this is the default/expected behavior and if there is a way to...

### This PR does: - Fixes / implements a workaround for Android Chromecast issues. - Fixes a session bug after initial reconfiguration. -- Removes `MediaButtonReceiver` from manifest as it's legacy...

Task :react-native-jw-media-player:compileDebugJavaWithJavac FAILED CueMarkerSeekbar seekBar = findViewById(R.id.controlbar_seekbar); ^ symbol: variable id location: class R Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details....

Hello, I am trying to run react native app in android studio simulator in windows pc. Attached you can find the logs when I try to run the app. As...

I can add the tracks in iOS and its not a problem. On Android, they cause the player to crash with: Error while updating property 'config' of a view managed...

license: Platform.select({ ios: 'xxxxxxxxxxxxx', android: 'xxxxxxxxxx', }), setPlaylistIndex: {index: index}, backgroundAudioEnabled: false, autostart: true, playlist: [ { file: post_video, image: thumbnail_photo, }, ], repeat: true, controls: false, }} I have...

hi, Ads not running on video.I tried every possible solution but not worked. ` // Rest of the code goes here const playlistItem = { title: 'Track', description: 'My beautiful...

I am trying to use this package for Android TV. The video loads and plays as expected, however I cannot navigate around the controls with the remote from the Android...

"react": "18.2.0", "react-native": "0.71.14", "react-native-jw-media-player": "^0.2.43",