Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package update - v5.2.1 #1

Merged
merged 177 commits into from
Aug 13, 2024
Merged

Package update - v5.2.1 #1

merged 177 commits into from
Aug 13, 2024

Conversation

MeenuDhanoa
Copy link

Updated package to version -> 5.2.1

Kurt Johnson and others added 30 commits February 7, 2019 11:02
… true. requestAudioFocus was being run regardless of there being a src, so I made it so that only gets requested when a src exists.
Fix memory leak on iOS when using `controls` (AVPlayerViewController)
…oid-disablefocus-audio

Bugfix/android disablefocus audio
asklar and others added 28 commits April 7, 2021 20:51
…arzGroup#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
- https://github.com/facebook/react-native/blob/e1b6cd3f756aa034b11af6bf9960efb42bde8692/ReactAndroid/build.gradle#L452-L453
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
Fix broken link for ignoresilentswitch
…2311)

Fix AudioFocus bug that could cause the player to stop responding to play/pause in some instances.

Fixes issue TheWidlarzGroup#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.
Upgrade ExoPlayer from 2.11.4 to 2.13.2 and fix any issues related to the upgrade and deprecated method use.
…y-rate-modifier

Fix: iOS rate is reset to 1.0 after play/pause TheWidlarzGroup#1930
Update exoplayer to allow pre-init and content clear
Fix for tvOS native audio menu language selector
Resolved ignored silent switch in iOS when player is set to paused
Starting with React Native 0.68, using Prop Types from `react-native` emits a warning.
Co-authored-by: Elliott Kember <elliott.kember@gmail.com>
# Conflicts:
#	Video.js
…/react-native-video into package-update

# Conflicts:
#	README.md
#	Video.js
#	android-exoplayer/build.gradle
#	android-exoplayer/src/main/java/com/brentvatne/exoplayer/ExoPlayerView.java
#	android-exoplayer/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java
#	android/build.gradle
#	ios/Video/RCTVideo.m
#	package.json
#	windows/.gitignore
#	windows/ReactNativeVideoCPP/PropertySheet.props
#	windows/ReactNativeVideoCPP/ReactNativeVideoCPP.def
#	windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj
#	windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj.filters
#	windows/ReactNativeVideoCPP/ReactPackageProvider.cpp
#	windows/ReactNativeVideoCPP/ReactPackageProvider.h
#	windows/ReactNativeVideoCPP/ReactPackageProvider.idl
#	windows/ReactNativeVideoCPP/ReactVideoView.cpp
#	windows/ReactNativeVideoCPP/ReactVideoView.h
#	windows/ReactNativeVideoCPP/ReactVideoView.idl
#	windows/ReactNativeVideoCPP/ReactVideoViewManager.cpp
#	windows/ReactNativeVideoCPP/ReactVideoViewManager.h
#	windows/ReactNativeVideoCPP/packages.config
#	windows/ReactNativeVideoCPP/pch.cpp
#	windows/ReactNativeVideoCPP/pch.h
@MeenuDhanoa MeenuDhanoa changed the title Package update Package update - v5.2.1 Jul 3, 2024
@MeenuDhanoa MeenuDhanoa merged commit 4cbc60a into master Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.