-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Project. Status] Version 6.0.0-alpha #2723
Comments
Looks like fullscreen video on Android is still not supported. Are there any plans to address this in v6? |
@JstnEdr if there is a PR ready or someone willing to take the lead, sure. There are no free resources around atm... |
I hope we can custom control UI, on iOS it's beautiful but on Android, we don't have a fullscreen button. |
@hueniverse Any ETA how long the alpha vill be ongoing and when the 6.0 release will happen? Not asking to stress, but need to know for a project I'm working on if we need to go through the hoops (documentation, signoff etc) of using an alpha-version of a library in our next production release since we have conflicts with another dependency on the Exoplayer and can't keep using 5.2 |
@Dr-Horv Hard to say but hopefully an official v6 by end of July. The main blocker is that we only have 2-3 people actually doing the work. If more people reviewed PRs and approved them (or report issues), we would be moving much faster. |
@hueniverse @freeboub or anyone that can provide some information. Is there any updates on an ETA for the 6.0 release? And what is needed so that this release can happen? I'm working in a project that our main resource is using this lib, me and my team may be able to help if we have some information about how much work is left to get this release out. You can reach me out on my email if you think that's better: [email protected] Thanks for you hard work on this amazing lib!! |
@rafaelbrun see: #2788 |
|
@rafaelbrun |
are there some plans about releasing |
Version 6.0.0.alpha.3 has been released on npm |
Hey @hueniverse @freeboub (or anyone else who can help). Thank you for all of the hard work on v6. We're trialing using the latest alpha in our app, as it is required for compatibility with another dependency we're using, react-native-track-player. I was wondering if there is a list of known issues/risks in the latest alpha release anywhere, so we may know what to look out for in testing the stability of v6 in its current state? Thanks for any help 🙏 |
In alpha 3 you are using a fork of ScalableVideoView, is that really needed ? It is causing Duplicate class issues on android builds if another lib is using ScalableVideoView. |
@Lakston ScalableVideoView is not used anymore in V6.0.0 |
The fullscreenOrientation attribute is not work in [email protected], both Android and iOS. |
alpha.3 completely breaks iOS
|
When will alpha 4 be released to npm? |
alpha 3 works great for me in development, but in release build it keeps crashing almost instantly (most of the time, but sometimes it takes a while of scrolling up and down in my item feed) with this error:
Similar issues grouped together in sentry error reporting, e.g:
Anybody has an idea whats wrong? alpha 4 is not yet released to test. Edit: I tried to set a fixed video height to the parent container too, but I don't think it did change anything.
|
This time I catched some error in XCode and I could solve my problem by doing this: diff --git a/node_modules/react-native-video/ios/Video/RCTVideo.swift b/node_modules/react-native-video/ios/Video/RCTVideo.swift
index 47231a7..3dc48e1 100644
--- a/node_modules/react-native-video/ios/Video/RCTVideo.swift
+++ b/node_modules/react-native-video/ios/Video/RCTVideo.swift
@@ -646,7 +646,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
if _controls {
let viewController:UIViewController! = self.reactViewController()
- viewController.addChild(_playerViewController)
+ viewController?.addChild(_playerViewController)
self.addSubview(_playerViewController.view)
} |
@happyfloat can you please open a PR with this change ? |
Prevents a crash in my case: TheWidlarzGroup#2723 (comment)
Hey guys, just curious if there's a list of outstanding TODOs and necessary tasks before v6 officially goes live? I see alpha.5 was released last week though, awesome work. |
how did you solve the problem? |
Hi! Coming from
The context is that I'm working on a twitter-like app and have a flash list of videos and other media that comes from IPFS and they can have rather big size, probably up to 1.5GB but I don't have any ability to compress these files anyhow so they come to app as is. I'll go with I also have enabled Thank you! |
Is getting videoTrack added for IOS when onLoad video? |
Hi all, just curious if there's a list of outstanding TODOs and necessary tasks blocking the official v6 release? I see alpha.7 was released last month though, awesome work to those who contributed. |
@tsalama the list of ticketed I tagged as mandatory: I hope it will be enough to have at least the same stability than 5.2 |
@freeboub Ok great to know thank you. |
Currently the 'pictureinpicture' pros only support IOS. Is there an understanding when it will be available for Android? I see the old PR for react-native-video 5.x (#1776), but would like to see and for 6.x In my opinion, this is a very popular feature. |
Hello, when will alpha 9 be released to npm? I need typescript support. Thanks. |
@boiboif You can add "@types/react-native-video" to your devDependencies until it's not released, or you can specify a remote branch name instead of the version number |
@vargajacint Thanks! |
Dear all, |
Hi team, when will the migration to androix.media3 be included in new release? Thanks. |
Hi @EvelynGuoEntain it seems it is built in 6.0.0-beta.0 |
Hello is MergingMediaSource is going to be available in 6.0 or is it planned to be supported ? |
let's continue this discussion in #3350 |
After a long period of inactivity, developments have restarted in this repository. V6.x branch already contains number of alpha releases.
These releases includes many bug fixes and improvements from many contributors. I want to express my deep gratitude for all the help in getting this important milestone. Many contributors had to rebase their contributions multiple times as some where a few years old.
Please test the new release with your app and report back any issues. Please clearly label your issues as v6 so that we can prioritize them.
Main changes in V6 branch:
This branch should now be be stable, we reach the beta state.
Please report any regressions comparing to 5.2.1, they will be handled as a priorityand tagged https://github.com/react-native-video/react-native-video/labels/critical%20for%20release
If you want to contribute, following ticket are a good first approach: https://github.com/react-native-video/react-native-video/labels/good%20first%20issue
Roadmap to be discussed here: #3351
Project status discussions here: #3350
(Edited by @freeboub)
The text was updated successfully, but these errors were encountered: