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

Readme should mention that JWPlayer is not open-source, and that this solution wraps a paid service.

I am using version 0.2.22 When passing below object `advertising = { adSchedule: [ { tag: 'https://pubads.g.doubleclick.net/gampad/ads?slotname=/124319096/external/ad_rule_samples&sz=640x480&ciu_szs=300x250&cust_params=deployment%3Ddevsite%26sample_ar%3Dpremidpost&url=https://developers.google.com/interactive-media-ads/docs/sdks/html5/tags&unviewed_position_start=1&output=xml_vast3&impl=s&env=vp&gdfp_req=1&ad_rule=0&vad_type=linear&vpos=preroll&pod=1&ppos=1&lip=true&min_ad_duration=0&max_ad_duration=30000&vrid=6256&video_doc_id=short_onecue&cmsid=496&kfa=0&tfcd=0', offset: '10', }, ], };` to the config object.

playerRef().position() returns the right currently playing audio position in android but returns 0 in ios.

on iOS, sometimes when the JWPlayer component is removed and remounted, it doesn't play the audio and just keeps loading in buffering

When the player is stopped by calling the jwplayerRef.stop() , the player stops and calls the onBuffer callback sometimes.

without file property we don't have a way to know the url which is being played.

In android, the onPlaylistItem gives an generic event object and i have to access the playlist item like shown below : ```ts onPlaylistItem={event => { console.log('on playlistitem: ', event.nativeEvent.playlistItem); const...

i am using jw player version : 0.2.20 type defs in the library code doesn't seem to match with types in the doc. one such example of type mismatch is...

Bumps [hermes-engine](https://github.com/facebook/hermes) from 0.7.2 to 0.11.0. Commits 2040453 Bump versions for 0.11.0 cut 6c53047 Run Hermes CMake from cargo 67fe974 Bump nanoid from 3.1.22 to 3.2.0 in /website (#666) 10d4945...

dependencies