Search found 8 matches

Go to advanced search

by israelillan
13 Jun 2018 19:35
Forum: Development around libVLC
Topic: Avoid using software decoder in android
Replies: 8
Views: 1231

Re: Avoid using software decoder in android

BTW, my final target is to show the video in a unity texture, I will gladly share the working code here when i get to a working code...
by israelillan
13 Jun 2018 19:34
Forum: Development around libVLC
Topic: Avoid using software decoder in android
Replies: 8
Views: 1231

Re: Avoid using software decoder in android

I even tried LibVLCSharp (https://forum.videolan.org/viewtopic.php?f=32&t=144807) libraries but I still get the same problem... Tried using Java wrappers, tried calling directly the JNI functions, latest libvlc commit, latest libvlc stable release (both of them compile, build and run properly fr...
by israelillan
10 Jun 2018 13:57
Forum: Development around libVLC
Topic: Avoid using software decoder in android
Replies: 8
Views: 1231

Re: Avoid using software decoder in android

I'm not using libvlc_video_set_callbacks, im using AWindow (libvlc_media_player_set_android_context)
by israelillan
10 Jun 2018 11:43
Forum: Development around libVLC
Topic: Avoid using software decoder in android
Replies: 8
Views: 1231

Re: Avoid using software decoder in android

Thats what i thought, but i still get a software decoder
by israelillan
09 Jun 2018 20:45
Forum: Development around libVLC
Topic: Avoid using software decoder in android
Replies: 8
Views: 1231

Avoid using software decoder in android

Hi, I'm developing an app using libvlc for android (to allow to be used from unity) but when I play a movie it seems it uses the software decoder and performance is very bad: 06-09 15:05:30.507 19044-19396/es.arklay.uvlc D/VLC: [b9815b28/4bc4] avcodec decoder: CPU flags: 0x0000003f 06-09 15:05:30.51...
by israelillan
27 Oct 2016 10:31
Forum: Development around libVLC
Topic: Android compile issues (clang)
Replies: 10
Views: 3204

Re: Android compile issues (clang)

It may be a bug in the current commit, try commit from October 7th (fdb66fbfbbc2fe44596a9b0fcd1f75fd91e58c6a) it works like a charm for me
by israelillan
10 Oct 2016 11:57
Forum: Development around libVLC
Topic: Android compile issues (clang)
Replies: 10
Views: 3204

Re: Android compile issues (clang)

Thanks Jean-Baptiste that made it work!

I was trying to compile the tag 2.0.6 (to be sure it was stable) I guess I was wrong.
by israelillan
06 Oct 2016 10:00
Forum: Development around libVLC
Topic: Android compile issues (clang)
Replies: 10
Views: 3204

Android compile issues (clang)

Hi all, I'm trying to compile libvlc, I'm using ubuntu 64bits (16.04) and following the guide here: https://wiki.videolan.org/AndroidCompile/ But I'm getting some errors I cannot find solutions to (I've looked around, sorry if I missed something and I'm reposting this problems). When I try to compil...

Go to advanced search