-
Notifications
You must be signed in to change notification settings - Fork 121
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
Failed to upgrade to 'com.yyl.vlc:vlc-android-sdk:3.3.0' #185
Comments
Try to reference the repository by excluding dependencies
|
@mengzhidaren Thanks for your reply. I have tried your proposal and still not work. The issue is the same.
The dependencies:
From build.gradle:
Do have any ideas? |
@davinctor Hi,I have the same problem,did you solve it |
@mengzhidaren Unfortunately, not yet but right now it's not blocking me. I am using 3.1.7 version. |
I got same problem, any ideal to solve it |
Did anyone solve this? |
Try to lower this version number and find a version that can run normally. There is no better solution at present, you can only go to the official vlc warehouse to submit issues https://search.maven.org/artifact/org.videolan.android/libvlc-all |
@mengzhidaren @davinctor Maybe someone solved this issue and there are any better solutions than downgrading to 3.2.6 version? |
I have found that the stream is freezing after some time for different cameras in the project.
I'm using react-native-vlcplayer package in the RN app and inside it uses this library my
3.0.10
version.After upgrading from
com.yyl.vlc:vlc-android-sdk:3.0.10
tocom.yyl.vlc:vlc-android-sdk:3.3.0
it video freezing issue was fixed in the test project but when I'm trying to migrate it to another project I'm receiving this kind of error:I have found thread in react-native-ffmpeg library with a similar issue. The library maintainer said that it's because of c++ core library was changed in ReactNative core.
And have proposed to use the next solution inside your project
app/build.gradle
file:It started to compile and run but when I'm going to open the stream with
VLCPlayer
component app crashes with the next error in logs.Maybe
vlcjni
trying to use another standard c++ library instead of provided byreact-native
library.My RN version in
0.61.5
.Also, I have reported this issue here.
Thanks in advance!
The text was updated successfully, but these errors were encountered: