Search found 26 matches

Go to advanced search

by wcoder
15 Apr 2017 19:00
Forum: Development around libVLC
Topic: libvlc for android problem with custom plug-in (migration from 2/3 years old libVLC)...
Replies: 2
Views: 440

Re: libvlc for android problem with custom plug-in (migration from 2/3 years old libVLC)...

Forgot my question I found... I don't put the right libvlc.so on my android studio lib folder... sometime a small nap is more efficient same hours of debugging ^_^...
by wcoder
15 Apr 2017 16:19
Forum: Development around libVLC
Topic: libvlc for android problem with custom plug-in (migration from 2/3 years old libVLC)...
Replies: 2
Views: 440

libvlc for android problem with custom plug-in (migration from 2/3 years old libVLC)...

Hi, First thanks to the team, in few year the compilation is more simple and very efficient, and the result is perfect on my device, for me VLC is the best player on all platform actually... 2 or 3 years ago with your help I create 2 plug-ins (grabber for audio & video) to extract data and injec...
by wcoder
19 Oct 2014 20:20
Forum: VLC for Android and Chrome OS
Topic: Support Amlogic S802-H Mali-450...
Replies: 6
Views: 837

Support Amlogic S802-H Mali-450...

Hi, I test VLC from googleplay and a recompiled one from repository and hardware acceleration don't seems to work... After some research it seems that VLC don't support Amlogic hardware decoding because it don't expose hardware acceleration interface using MediaCodec... After some research, it's see...
by wcoder
22 Sep 2014 08:32
Forum: Development around libVLC
Topic: Is it possible to play a stream non-fullscreen in android?
Replies: 3
Views: 625

Re: Is it possible to play a stream non-fullscreen in androi

Hi, With some effort it's possible... Personnaly i do it with NDK in C++ using a minimalist java boostrap : 1 - Write a custom video out module to extract raw frame in my case YUV (h264 source). 2 - Inject each component on OpenGL texture (3 textures) 3 - Display it with a shader that convert it to ...
by wcoder
02 Sep 2014 21:47
Forum: Development around libVLC
Topic: LibVLC for Window compile issue under debian...
Replies: 5
Views: 2132

Temporary solution...

After one week, i found a solution... base on "Win32Compile" I don't known if it's the best solution... it may not... there's a lot of warning and some error...but it's work... ~o~ Test done under debian dev with wine and an avi with small bit-rate... Replace "/home/wizard/Downloads&q...
by wcoder
26 Aug 2014 18:22
Forum: Development around libVLC
Topic: LibVLC for Window compile issue under debian...
Replies: 5
Views: 2132

Re: LibVLC for Window compile issue under debian...

Thanks for your help for ffmpeg... my level is not enough to do this kind of things... For your question : Did you try a more recent contrib folder? Why not, but i don't know how doing ? My goal is to generate libvlc dll and associated ".h\.a" for pair window\Mingw-w64... It's for a custom...
by wcoder
25 Aug 2014 18:31
Forum: Development around libVLC
Topic: LibVLC for Window compile issue under debian...
Replies: 5
Views: 2132

LibVLC for Window compile issue under debian...

I try to compile libvlc for window (32 bits) under debian dev (32 bits) and i have an error : make[4]: Entering directory '/home/wizard/Downloads/vlc/win32/modules' CCLD libavcodec_plugin.la /home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libavutil.a(time.o): In function `av_usleep': /home/...
by wcoder
01 Aug 2014 17:47
Forum: VLC for Android and Chrome OS
Topic: sh compile.sh failed since few day...
Replies: 8
Views: 782

Re: It compile but...

Hi, I test on Friday 01 August 17h:10 - Paris : - Compil : Debug mode - x86 - on Debian dev 32 bits. - Target : Samsung ATIV 700T Celeron - AndroidX86 4.2.2. - Player : Original from package + 3 libs ( eclipse 3.8 ) - Media : [H264 13Mbps + Dts].mkv => Java GUI ok (thumb is working too), but when i ...
by wcoder
28 Jul 2014 12:25
Forum: VLC for Android and Chrome OS
Topic: sh compile.sh failed since few day...
Replies: 8
Views: 782

sh compile.sh failed since few day...

Hi, I previously put my post on bad forum sorry, so i repost it here... Few days ago it's working...i re-test few minutes ago, and i have the same issue, v8 engine compile using same toolchain so it dont seems to be my dev env... What i do: 1 - Create new folder and go to it 2 - git clone git://git....
by wcoder
26 Jul 2014 13:00
Forum: Development around libVLC
Topic: Head libvlc android compile failed on last debian test...
Replies: 1
Views: 661

Head libvlc android compile failed on last debian test...

Hi, Since, last night, it don't seems to work (2-3 night ago it worked perfectely), i update my debian (testing) too, so i dont known if it's me or the head or a dependency... I can send log and made test, without vlclib my weekend is dead... What i do: 1 - Create new folder and go to it 2 - git clo...
by wcoder
19 Jul 2014 18:39
Forum: VLC for Android and Chrome OS
Topic: Help us test VLC for Android and report bugs
Replies: 756
Views: 145023

Re: Help us test VLC for Android and report bugs

Ok now it compile with this modification below but my .so is smaller than 3 Mb, so i suppose a lot of things is missing...I supose that my libray now contain only VLC base file no plugin. Just for information, i can't debug my laptop is too slow for debugger and my device refuse native debugger > An...
by wcoder
17 Jul 2014 21:31
Forum: VLC for Android and Chrome OS
Topic: Help us test VLC for Android and report bugs
Replies: 756
Views: 145023

Re: Help us test VLC for Android and report bugs

I do this : 1 - Create a symbolic link "vraw" on "...android/vlc/modules/video_output" to my plugin source. 2 - Add line this line after android section. libvraw_android_plugin_la_SOURCES = vraw/vraw.c libvraw_android_plugin_la_CFLAGS = $(AM_CFLAGS) libvraw_android_plugin_la_LIB...
by wcoder
16 Jul 2014 21:41
Forum: VLC for Android and Chrome OS
Topic: Help us test VLC for Android and report bugs
Replies: 756
Views: 145023

Re: Help us test VLC for Android and report bugs

Thanks for this quick answer ^_^ But i alread write the video raw frame extractor module and it's work under linux, my question is how use it on android... For JNI, my android code is already located on it (it's work on arm and x86 processor with the same apk). I don't want' to ping pong from c++ to...
by wcoder
16 Jul 2014 20:11
Forum: VLC for Android and Chrome OS
Topic: Help us test VLC for Android and report bugs
Replies: 756
Views: 145023

Question dev on AndroidX86 4.4.2 + Test Samsung ATIV Celero

Hi, My question is at the end ^_^... I compile and test using https://wiki.videolan.org/AndroidCompile and with minor change it's work : - export PATH=$PATH:$ANDROID_SDK/platform-tools:$ANDROID_SDK/tools + export PATH=$PATH:$ANDROID_SDK/platform-tools:$ANDROID_SDK/tools:$ANDROID_NDK - In the tool, i...
by wcoder
29 Apr 2014 12:26
Forum: Development around libVLC
Topic: YUV to RGB compute BT709 coeff...
Replies: 2
Views: 761

Re: YUV to RGB compute BT709 coeff...

I known but it's not my question (allez un petit effort camarade ^_^), i found a lot of site like : http://www.fourcc.org/fccyvrgb.php http://www.equasys.de/colorconversion.html So I made my own basic shader using this coeff from fourcc (LUMINANCE texture) : float fY = 1.164 * ( texture2D ( Texture...
by wcoder
29 Apr 2014 12:04
Forum: Development around libVLC
Topic: Crash when link Libvlc with an opengl program...
Replies: 0
Views: 687

Crash when link Libvlc with an opengl program...

It seems to be the samme issue than this: on https://forum.videolan.org/viewtopic.php?f=32&t=114160 Re: [SOLVED]libvlc crash on libvlc_new Postby Rémi Denis-Courmont » Fri Oct 04, 2013 5:25 pm LibVLC must be compiled against Qt5 (or without Qt altogether) if you want to use Qt5 outside. This is ...
by wcoder
26 Apr 2014 08:59
Forum: Development around libVLC
Topic: YUV to RGB compute BT709 coeff...
Replies: 2
Views: 761

YUV to RGB compute BT709 coeff...

Hi, I'am try to found how coeff was calculated on YUV to RGB shader on OpenGl.c module...and what is the last column factor ? // [R/G/B][Y U V O] from TV range to full range XXX we could also do hue/brightness/constrast/gamma by simply changing the coefficients const float matrix_bt709_tv2full[12] =...
by wcoder
19 Apr 2014 20:00
Forum: Development around libVLC
Topic: Passing argument, callback to module...
Replies: 0
Views: 314

Passing argument, callback to module...

Hi, I'm writing a video-out module using libvlc 2.1.2 on debian x86, i'm analysing in-tree module to learn how this kind of module work... vlc_module_begin ... vlc_module_end seems to be use to pass argument and may be callback ex : add_string( "fb-chroma", NULL, CHROMA_TEXT, CHROMA_LONGTE...
by wcoder
19 Apr 2014 19:33
Forum: Development around libVLC
Topic: Compilation issue...
Replies: 1
Views: 334

Re: Compilation issue...

Repository issue solve...
by wcoder
15 Apr 2014 10:40
Forum: Development around libVLC
Topic: Compilation issue...
Replies: 1
Views: 334

Compilation issue...

Hi, In order to write a "Video Output" module, i try to recompile vlc source code under debian (testing x86)... I use tutorial from : https://wiki.videolan.org/UnixCompile/ After some adjustment (missing package), i can execute all commands including "Configuration", but "ma...
by wcoder
01 Apr 2014 21:28
Forum: Development around libVLC
Topic: Loading module from internal module (not external dll)...
Replies: 3
Views: 564

Re: Loading module from internal module (not external dll)..

Thanks for answer, I do the test and the CPU usage is so hight with a video output 1280x720 that video is not display (without sound), if i change to 1024x768, it's work but CPU is 72 % (without sound), when i play video normally my cpu is 60 % with a tranparent png on video effect -> Overlay and Ad...
by wcoder
01 Apr 2014 09:19
Forum: Development around libVLC
Topic: Loading module from internal module (not external dll)...
Replies: 3
Views: 564

Loading module from internal module (not external dll)...

Hi, Context: Linux debian Jessie x86, LibVlc 2, c\c++ I see that it's possible to write a video-out module (I see DirectFB video-out module simple & efficient), it's seems to be a dll or Linux equivalent... My question : Is there's a ways to write an application with a built-in module and pass i...
by wcoder
31 Mar 2014 16:03
Forum: Development around libVLC
Topic: What is the best way to do video incrustation...
Replies: 6
Views: 829

Re: What is the best way to do video incrustation...

Low cost media center for me it's "70-110 $" (without remote) with hardware acceleration, because in my case the majority of function do not required a lot of cpu (mail,internet...), the only high cpu function is video\audio decoding and GUI... Note : I known that XBMC already exist, but t...
by wcoder
31 Mar 2014 09:25
Forum: Development around libVLC
Topic: What is the best way to do video incrustation...
Replies: 6
Views: 829

Re: What is the best way to do video incrustation...

I will test it this night... I don't plan to use QT or other GUI toolkit, my goal is to made a direct integration with DirectFB, to work on low cost arm device... For the moment, i made my dev on an old x86 laptop (7 years)... If it work i'll plan to continue on Dual core Arm like G-Box MX2 or clone...
by wcoder
30 Mar 2014 21:07
Forum: Development around libVLC
Topic: What is the best way to do video incrustation...
Replies: 6
Views: 829

Re: What is the best way to do video incrustation...

This function seems to specify rendering window like in Directshow when rendering video on a specific HWND : "Set an X Window System drawable where the media player should render its video output" "The specified identifier must correspond to an existing Input/Output class X11 window&q...

Go to advanced search