-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
[linker] libvlcjni.so has text relocations - app crashes #5
Comments
Do you have any plans to provide this wrapper for iOS? Or even better a video player view for Xamarin Forms :) |
I didn't have any plans for iOS or Forms yet, but that would be a good idea. I'll see if i can look into it. |
Could the above problem be solved with this link? |
I get very weird things happening at my side. Could you try my simple version of your modified sample code and set a breakpoint where suggested. Step over and it should crash. At least at my end. Do you have a working sample to play a video through your lib?
' |
Can you check this again with the latest update? |
Sorry for my late reply. If I set a breakpoint it still crashes when I step over it. This time with no error message in the application output window. I can run it without breakpoints, but no video nor sound comes out. Your example works with just audio. |
Hi, |
I'm sorry that I met the same problem. How can I solve it? |
Hello there
First, thanks for putting together this great wrapper for vlc. I am trying to write an xamarin forms app for playing videos. I tried to use your library on the android part but got following error:
"[linker] libvlcjni.so has text relocations. This is wasting memory and prevents security hardening. Please fix."
It seems to work ok, if I only create a xamarin android solution.
Thanks for your help,
Roger
The text was updated successfully, but these errors were encountered: