Search found 20 matches

Go to advanced search

by huyvip0312
04 Sep 2018 10:26
Forum: Development around libVLC
Topic: Error when run on VLC in custom project
Replies: 2
Views: 944

Re: Error when run on VLC in custom project

Use the samples project.
Hello sir,
I have use sample project in link https://code.videolan.org/videolan/libv ... id-samples but have error. Please see image in https://ibb.co/nxSXVK, Thanks!
by huyvip0312
04 Sep 2018 10:14
Forum: VLC for Android and Chrome OS
Topic: Add libVLC to example project on Android Studio error!
Replies: 0
Views: 208

Add libVLC to example project on Android Studio error!

Hello,

I have try to add libVLC to example project on Android Studio but help error same image. Please see image below and help me to fix it!
https://ibb.co/nxSXVK

Thank you!
by huyvip0312
11 Aug 2018 03:04
Forum: Development around libVLC
Topic: Error when run on VLC in custom project
Replies: 2
Views: 944

Error when run on VLC in custom project

Hello, I try to build VLC android library in my custom android project use libvlc.aar file compiled in link https://wiki.videolan.org/AndroidCompile/. I install my app to device have libvlc.so and etc library in data but when run on then show error ""No implementation found for void org.ce...
by huyvip0312
07 Aug 2018 10:25
Forum: VLC for Android and Chrome OS
Topic: Error when build VLC in custom project
Replies: 0
Views: 430

Error when build VLC in custom project

Hello, I have compile VLC reach libvlc.aar to add to my custom projet but when I build project show error "Program type already present: org.videolan.libvlc.Media$1". Please help me to fix this bug! Full log is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:t...
by huyvip0312
06 Aug 2018 11:12
Forum: VLC for Android and Chrome OS
Topic: Error build libvlc.aar
Replies: 0
Views: 469

Error build libvlc.aar

Hello, I try to build libvlc.aar to my project but occur error when use nativeInit(). Please help me to fix this bug! Thanks! My code is: public void init(Context context) throws LibVlcException { //Log.v(TAG, "Initializing LibVLC"); mDebugLogBuffer = new StringBuffer(); if (!mIsInitialize...
by huyvip0312
22 May 2018 04:54
Forum: VLC for Android and Chrome OS
Topic: Build VLC on android studio
Replies: 1
Views: 159

Build VLC on android studio

Hello, I have compile VLC follow step on link https://wiki.videolan.org/AndroidCompile/ to build file libvlc-3.0.0.aar. I try to add aar to android studio project but build logs show cannot found libvlc. Where I should put libvlc-3.0.0.aar file to build? How to config Android.mk and Application.mk a...
by huyvip0312
11 Apr 2018 05:04
Forum: VLC for Android and Chrome OS
Topic: Use libvlc.aar
Replies: 0
Views: 161

Use libvlc.aar

Hello,

I have built libvlc.aar (follow link https://wiki.videolan.org/AndroidCompile/ I onlu build libvlc.aar). Please help me how to use libvlc.aar file in my project?
And how to build apk file for multi ABI (with multi libvblc supported) to release my application.

Thanks!
by huyvip0312
11 Apr 2018 04:08
Forum: VLC for Android and Chrome OS
Topic: Error when build VLC on Android
Replies: 5
Views: 296

Re: Error when build VLC on Android

Then if I want to build to x86 or other ABI I must build seperate apk. How to release apk for all ABI?
We don't support multi arch. It would make a 90MB apk
by huyvip0312
10 Apr 2018 04:25
Forum: VLC for Android and Chrome OS
Topic: Error when build VLC on Android
Replies: 5
Views: 296

Re: Error when build VLC on Android

Hello, I have compile VLC android but only build specify ABI, how to build use all ABI android in my project? Thanks
You miscompiled VLC. Read the compile howto.
by huyvip0312
29 Mar 2018 11:06
Forum: VLC for Android and Chrome OS
Topic: Error when build VLC on Android
Replies: 5
Views: 296

Error when build VLC on Android

Hello,
I try convert Eclipse project with VLC lib to Android Studio but show error:
dlopen("/data/app/com.../lib/arm/libvlcjni.so", RTLD_LAZY) failed: dlopen failed: "/data/app/com..../lib/arm/libvlcjni.so" has unexpected e_machine: 40
Please help me to fix it. Thanks so much!
by huyvip0312
01 Feb 2018 05:08
Forum: VLC for Android and Chrome OS
Topic: About replace Actionbarsherlock
Replies: 0
Views: 129

About replace Actionbarsherlock

Hello all,

I have use VLC android for my project but now Actionbarsherlock have error, please help me to remove it because Actionbarsherlock effect to all my code and i can't use new VLC android version to my code (my code is change many place as VLC android origin).

Thanks!
by huyvip0312
14 Apr 2015 10:27
Forum: VLC for Android and Chrome OS
Topic: About zoom video when playing!
Replies: 1
Views: 244

About zoom video when playing!

Hello, I want to zoom in and zoom out video when playing, Can I zoom video? Sorry so Englist skill :)
by huyvip0312
10 Apr 2015 03:02
Forum: VLC for Android and Chrome OS
Topic: Cannot get .VOB file trackinfo
Replies: 0
Views: 236

Cannot get .VOB file trackinfo

Hello, I want to get Trackinfo of .vob file, but I can't. Other video file can get Trackinfo and VLC for computer too. Why VLC for Android can't get .vob file Trackinfo?
by huyvip0312
04 Aug 2014 05:28
Forum: VLC for Android and Chrome OS
Topic: About change background image for .mp3 karaoke
Replies: 4
Views: 430

Re: About change background image for .mp3 karaoke

Try searching on StackOverflow or Google on how to use FrameLayout. I understand about use FrameLayout. When I use: ... <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="false" android:background="#fff...
by huyvip0312
31 Jul 2014 10:23
Forum: VLC for Android and Chrome OS
Topic: About change background image for .mp3 karaoke
Replies: 4
Views: 430

Re: About change background image for .mp3 karaoke

Try using a FrameLayout to overlay the SurfaceView over the ImageView; see http://stackoverflow.com/questions/2268569/android-floating-view-over-other-views or something. I try using a ImageView in FrameLayout, code player.xml like: ... <FrameLayout android:layout_width="match_parent" and...
by huyvip0312
30 Jul 2014 09:17
Forum: VLC for Android and Chrome OS
Topic: About change background image for .mp3 karaoke
Replies: 4
Views: 430

About change background image for .mp3 karaoke

I use VLC beta for android with play .mp3 + g karaoke file. I try to change background of SurfaceView with android:id="@+id/player_surface" (in player.xml layout) but background image show superimposed on lyrics text of .cdg files (see screenshot http://i44.photobucket.com/albums/f27/huyvi...
by huyvip0312
25 Jul 2014 03:22
Forum: VLC for Android and Chrome OS
Topic: Help me: About change background image for .mp3 karaoke
Replies: 6
Views: 457

Re: Help me: About change background image for .mp3 karaoke

Are you using the SDK?
I using android SDK with Eclipse IDE.
by huyvip0312
25 Jul 2014 03:06
Forum: VLC for Android and Chrome OS
Topic: Help me: About change background image for .mp3 karaoke
Replies: 6
Views: 457

Re: Help me: About change background image for .mp3 karaoke

No GUI is needed to play audio. Cannot change background (photo, video,...) instead of the black screen when playing .mp3 + g files. Cannot work it? What do you mean? It means that The default background of karaoke mp3 player is black. I want to change this background to another color or an image. ...
by huyvip0312
24 Jul 2014 11:06
Forum: VLC for Android and Chrome OS
Topic: Help me: About change background image for .mp3 karaoke
Replies: 6
Views: 457

Re: Help me: About change background image for .mp3 karaoke

No GUI is needed to play audio.
Cannot change background (photo, video,...) instead of the black screen when playing .mp3 + g files. Cannot work it?
by huyvip0312
22 Jul 2014 10:06
Forum: VLC for Android and Chrome OS
Topic: Help me: About change background image for .mp3 karaoke
Replies: 6
Views: 457

Help me: About change background image for .mp3 karaoke

Hello all developers, I'm a Android developer. I use VLC for android beta your open source code to develop my karaoke application but i have occur problem. When I play .mp3 karaoke file with .cdg file everything work stable, however, I want change background for player (current always black screen s...

Go to advanced search