Eran Hammer
90810fdbf5
Update CHANGELOG.md
2022-04-19 15:36:02 -07:00
Eran Hammer
c5c4294127
Merge pull request #2575 from pdsouza/pd/fix-exoplayer-codec-error-NPE
...
[Android] Fix app crash from NPE in Exoplayer error handler
2022-04-19 15:35:07 -07:00
Eran Hammer
ed6ff41971
Merge pull request #2181 from awinograd/patch-1
...
Fix default behavior for captions in ExoPlayer
2022-04-19 15:31:43 -07:00
Eran Hammer
fb1abaf6a1
Merge branch 'master' into patch-1
2022-04-19 15:31:25 -07:00
Eran Hammer
ba53bb743d
Update CHANGELOG.md
2022-04-19 10:01:44 -07:00
Eran Hammer
9ba249507b
Update CHANGELOG.md
2022-04-19 10:00:41 -07:00
Eran Hammer
c5d9a45023
Merge pull request #2073 from r0b0t3d/feature/android-fullscreen
...
[Android] fullscreen video
2022-04-19 09:58:42 -07:00
Eran Hammer
6da215ccad
Create stale.yml
2022-04-19 00:40:15 -07:00
Eran Hammer
f61f9df833
Merge pull request #2633 from hueniverse/master
...
Fix iOS 15.4 race condition (HLS playback)
2022-04-15 13:30:41 -07:00
Eran Hammer
0e3de84972
Update CHANGELOG.md
2022-04-05 12:45:53 -07:00
Eran Hammer
ccd9894910
Fix iOS 15.4 race condition
2022-04-05 12:34:41 -07:00
Igor Tironi
4eed72f224
update changelog
2022-03-03 16:03:59 -08:00
Igor Tironi
6d74eb686f
Always check for hideShutterView before showing shutterView
2022-03-03 15:57:21 -08:00
Owen Hart
9398a15fc6
Update shaka-player
2022-02-04 16:29:58 -08:00
Owen Hart
5b41407d71
Fix lint
2022-02-04 12:32:34 -08:00
Baris Sencan
63f12eaed6
Merge pull request #2552 from iagormoraes/master
...
Add google's maven repository to avoid to depend on JCenter dependency for Android
2022-01-19 19:14:00 +00:00
Preetam D'Souza
24434f44c2
Fix NPE with null codecInfo
2022-01-14 23:48:11 -05:00
Tuan Luong
7373761a4c
check null before trigger action
2021-12-12 13:47:50 +07:00
Tuan Luong
859a0b8447
Merge https://github.com/react-native-video/react-native-video into feature/android-fullscreen
2021-12-12 13:17:12 +07:00
Iagor Moraes
28d3ec42b8
update CHANGELOG.md
2021-12-09 15:28:00 -03:00
Iagor Moraes
e7c009d908
add repository dependency and patch version
2021-12-09 15:23:48 -03:00
mike castleman
d10f7c5b85
clarify onProgress documentation
...
The docs for `progressUpdateInterval` say that the value is in milliseconds, but the docs for `onProgress` said that the value was in seconds. This fixes the latter documentation to be consistent with the former.
2021-12-06 12:44:47 -05:00
namrog84
79d6ebf99e
remove unsupported arch and fix uimanager for rnw release
2021-11-15 15:57:24 -08:00
Tomasz Baranowicz
dad33ef885
Disable pipController init if pictureInPicture is false
...
Disable pipController init if pictureInPicture is set to false prevents going to PIP mode on iOS when the app goes to the background.
2021-11-05 12:42:45 +01:00
Jonas Dalesjö
81ae785090
Release 5.2.0
2021-10-20 15:38:04 +02:00
Jonas Dalesjö
d05f3dd5b9
Typo
2021-10-11 10:27:04 +02:00
Jonas Dalesjö
31f866cd9f
Release 5.2.0-alpha1
2021-10-11 10:20:32 +02:00
Jonas Dalesjö
bf11502fdb
Merge pull request #2215 from valtech-sd/master
...
Resolved ignored silent switch in iOS when player is set to paused
2021-09-09 21:34:50 +02:00
Shane Mckenna
688650a9db
Merge pull request #1 from valtech-sd/bugfix/fix-tvOS-audio-menu
...
Fix for tvOS native audio menu language selector
2021-08-26 15:33:10 -07:00
Shane Mckenna
a42240d554
Fix for tvOS native audio menu language selector
2021-08-23 11:59:53 -07:00
Jonas Dalesjö
724b8629f6
Merge pull request #2412 from crunchyroll/exo-pre-init
...
Update exoplayer to allow pre-init and content clear
2021-08-19 10:50:15 +02:00
Tuan Luong
7c17f5ec96
Update ReactExoplayerView.java
2021-08-06 10:56:07 +07:00
Tuan Luong
4951c2e13c
Merge https://github.com/react-native-video/react-native-video into feature/android-fullscreen
2021-07-04 15:18:38 +07:00
Nick
b5b5da0684
update exoplayer to allow pre-init and content clear
2021-06-30 11:34:02 +09:00
Jonas Dalesjö
db58ba90f1
Merge pull request #2167 from redspear/1930-ios-reapply-rate-modifier
...
Fix: iOS rate is reset to 1.0 after play/pause #1930
2021-06-24 17:49:05 +02:00
Armands Malejev
141192a56d
Upgrade ExoPlayer to 2.13.2 ( #2317 )
...
Upgrade ExoPlayer from 2.11.4 to 2.13.2 and fix any issues related to the upgrade and deprecated method use.
2021-06-24 14:01:11 +09:00
Armands Malejev
fcc66df945
Fix AudoFocus pausing video when attempting to play ( #2311 )
...
Fix AudioFocus bug that could cause the player to stop responding to play/pause in some instances.
Fixes issue #1945
This was caused by the player requesting audio focus on each play (un-pause) and that resulted in a small window of Audio focus loss and then gain. The focus loss results in the player being paused while the player was supposed to play at the time. The solution is to keep track of Audio focus and not request new focus if we already have it.
2021-06-24 14:00:38 +09:00
Tuan Luong
d094886087
keep screen on when in fullscreen mode
2021-06-13 12:06:37 +07:00
Tuan Luong
c89649b513
Merge https://github.com/react-native-video/react-native-video into feature/android-fullscreen
2021-06-13 11:06:05 +07:00
anderslemke
dcea67eb96
Make sure modifiers are applied before playing
2021-06-03 15:11:57 +02:00
Milan Susnjar
1eb11ce7b7
Update README.md ( #2292 )
...
Fix broken link for ignoresilentswitch
2021-04-08 13:52:10 -04:00
Jon Thysell
d7ac23d39b
React Native Windows updates ( #2206 )
...
Various updates for React Native Windows
**Docs**
* Fixed windows installation in readme
* Added local dev setup instructions
**Build**
* Added VS solutions for RNW 0.61, 0.62, and 0.63+
* Added clang-formatting definition
**Features**
* Fixed autolinking for RNW 0.63+
* Added support for `rate` property
**Examples**
* Upgraded examples/basic to RN 0.61 and replaced broken windows app
2021-04-08 13:37:35 -04:00
Sean Holbert
3dc607c461
Exoplayer: Use okhttp version specified in gradle.properties ( #2340 )
...
Because React Native uses okhttp, including exoplayer causes apps to use two different versions of okhttp. This results in some unpredictable behavior. Clients of `react-native-video` should be able to specify the same OKHTTP version to react-native and react-native video.
See where it's specified in react-native trunk:
- https://github.com/facebook/react-native/blob/master/ReactAndroid/gradle.properties#L15
- e1b6cd3f75/ReactAndroid/build.gradle (L452-L453)
2021-04-08 13:36:11 -04:00
Alexander Sklar
edf0e27769
Update ReactNativeVideoCPP.vcxproj ( #2288 )
2021-04-07 20:51:01 -04:00
Nick
5adedb131b
Update package.json version number to 5.1.1
2021-01-14 11:13:39 +09:00
Nick Fujita
88b636f158
iOS DRM Fixes for License Fetching ( #2208 )
2021-01-13 19:18:01 +09:00
Cameron Perry
f79782b447
Resolved an issue where setting a video to paused would ignore the “silent switch” setting
2020-11-19 16:18:31 -08:00
Mudaser Ali
e17ee74f79
Update README.md
2020-10-17 08:59:12 +05:00
Mudaser Ali
38511bbf1c
Update Method List
2020-10-17 08:58:05 +05:00
Mudaser Ali
2dea87c220
Update Event props in README.md
2020-10-17 08:54:44 +05:00