Search found 19 matches

Go to advanced search

by Wildcopper
23 Jan 2017 11:08
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

I made a capture of the transport stream available for download if you want, Jean-Baptiste. The problem also occurs with the .ts files, using the VLC for android player. http://download.tecsoft.fr/pat/iptv.ts Download the file locally, open it with VLC for Android on your AMLogic box, and you'll see...
by Wildcopper
23 Jan 2017 09:16
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

01-20 14:14:57.122 3792-9116/? D/AmlogicVideoDecoderAwesome: omx output size changed from 1920*1088 to 960*540 I doubt we can do anything about it, tbh. Any other player working with that? I've tried on a nVidia Shield and on my XPeria Phone, no problem, it works just fine. It "bugs" on A...
by Wildcopper
20 Jan 2017 14:18
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

I've disabled live555 for now, and I compiled the newest GIT LibVLC using the AndroidCompile procedure. Still the same: 01-20 14:14:56.952 3792-9117/? V/OMX_WorkerPeer: hardware/amlogic/omx/omx_framework/WorkerPeer.cpp:runWorkerStatic:152 -------------------- 01-20 14:14:56.952 3792-9117/? V/OMX_Wor...
by Wildcopper
20 Jan 2017 11:09
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

I've a compilation problem now... checking for LIVE555... no configure: WARNING: No package 'live555' found. checking for live555 version 1324598400 or later... no configure: WARNING: live555 is missing or its installed version is too old: Version 2011.12.23 or later is required to proceed. You can ...
by Wildcopper
20 Jan 2017 09:28
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

Merci Jean-Baptiste. I'm going to try to compile a more recent version to see if it fixes the problem. But apparently, as I said, it's not really a deinterlacing problem, it's the video decoder downscaling (halving) the video for some unknown reason. Maybe the automatic downscaling of video quality ...
by Wildcopper
19 Jan 2017 11:18
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

I'm getting something suspicious from the AMLogic decoder, actually, in the LogCAT: 01-19 10:56:44.607 3791-4625/? D/AmlogicVideoDecoderAwesome: omx output size changed from 1920*1088 to 960*540 This could definitely be the problem. Thing is, this doesn't happen with neither MediaPlayer nor ExoPlaye...
by Wildcopper
19 Jan 2017 11:09
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

Hello, I've made tests on other devices. The picture is pristine on a nVidia Shield box and on a Sony XPeria Z Ultra phone. It's ugly on AMLogic S912 and Rockchip RK3368 based devices. But on those devices, there's no problem and I get a good picture if I use the Android MediaPlayer. I still need VL...
by Wildcopper
10 Jan 2017 15:13
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

It's an interlaced 25fps PAL MP4 transport stream.
by Wildcopper
06 Jan 2017 10:56
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Re: Android: problems with deinterlacing

Little precision.... I also tried with other values in options.add("--deinterlace=x"); I tried with 1, no change, that's why I also tried -1 (automatic), no change either. I would just like to know if this is some unavoidable problem, and if I have to abandon that solution, or not. I can m...
by Wildcopper
05 Jan 2017 09:35
Forum: Development around libVLC
Topic: Android: problems with deinterlacing
Replies: 38
Views: 14587

Android: problems with deinterlacing

Hello, I'm currently trying to implement LibVLC (directly compiled by me from GIT following the "android compile" instructions) in my Android video application. What I am playing is a UDP Multicast MP4 TS with EAC3 audio (it's IPTV). The stream plays nicely, using very little CPU on my And...
by Wildcopper
28 Jun 2016 11:52
Forum: Development around libVLC
Topic: Problem compiling the latest Windows 3.0 from GIT.
Replies: 15
Views: 3159

Re: Problem compiling the latest Windows 3.0 from GIT.

Thank you very much, chouquette. I've done exactly what you said, used the dockerfile to compile mingw-w64, worked just fine including the two patches. But I'm still back to point one: mkdir -p d3d11 cp ../../contrib/tarballs/d3d11.idl d3d11 && cd d3d11 && patch -fp1 < ../../../contr...
by Wildcopper
27 Jun 2016 14:52
Forum: Development around libVLC
Topic: Virtual Machine (VMWare or Virtual Box) to compile VLC 3.0
Replies: 3
Views: 597

Re: Virtual Machine (VMWare or Virtual Box) to compile VLC 3.0

Would it? Since the source code is available on GIT anyway, I thought there was no problem.
Sorry.
by Wildcopper
27 Jun 2016 14:25
Forum: Development around libVLC
Topic: Virtual Machine (VMWare or Virtual Box) to compile VLC 3.0
Replies: 3
Views: 597

Virtual Machine (VMWare or Virtual Box) to compile VLC 3.0

Hello,

does anyone have such a thing? And if yes, would it be possible to make it available for download?

I really need VLC 3.0 with DX11 for a project, and I can't get it compiled. Been trying for several days now.
I'm using MINGW5.0, but still no success.

Thanks!
by Wildcopper
23 Jun 2016 18:00
Forum: Development around libVLC
Topic: Problem compiling the latest Windows 3.0 from GIT.
Replies: 15
Views: 3159

Re: Problem compiling the latest Windows 3.0 from GIT.

@Chouquette:
I was wondering if it was possible to get a virtual machine configured to compile VLC properly.
I really need the 3.0 for a project since I need DX11 for HDCP and DRM management.

Thanks in advance.
by Wildcopper
23 Jun 2016 08:57
Forum: Development around libVLC
Topic: Problem compiling the latest Windows 3.0 from GIT.
Replies: 15
Views: 3159

Re: Problem compiling the latest Windows 3.0 from GIT.

New problem, yeah! :) configure: Library configuration: external zlib: yes (pkg-config) bzip2: no libpng: no harfbuzz: no make[1]: Nothing to be done for 'unix'. make[1]: Leaving directory '/home/wildcopper/vlc/contrib/win32/freetype' cd freetype && make && make install make[1]: Ente...
by Wildcopper
22 Jun 2016 18:00
Forum: Development around libVLC
Topic: Problem compiling the latest Windows 3.0 from GIT.
Replies: 15
Views: 3159

Re: Problem compiling the latest Windows 3.0 from GIT.

It's ok, I managed to compile and install the 5.0. Thanks for your kind offer! Now I get this... mkdir -p -- /home/vlc/vlc/contrib/i686-w64-mingw32/share/aclocal && cd a52dec && autoreconf -fiv -I/home/vlc/vlc/contrib/i686-w64-mingw32/share/aclocal autoreconf: Entering directory `.' ...
by Wildcopper
22 Jun 2016 14:59
Forum: Development around libVLC
Topic: Problem compiling the latest Windows 3.0 from GIT.
Replies: 15
Views: 3159

Re: Problem compiling the latest Windows 3.0 from GIT.

Hi,

That looks like you are using an outdated version of mingw-w64
VLC requires version 5.0 (which only has release candidate so far, sadly). IIRC you need a mingw-w64 from after mid January 2016
Hi,

Thanks for the suggestion.
Looks like I'm going to have to build one myself...
by Wildcopper
22 Jun 2016 10:58
Forum: Development around libVLC
Topic: Problem compiling the latest Windows 3.0 from GIT.
Replies: 15
Views: 3159

Re: Problem compiling the latest Windows 3.0 from GIT.

Update: I managed to fix that problem by using Ubuntu 16.04 32 bits. Now I'm getting another error during the "make" phase of the contribs: cp ../../contrib/tarballs/dxgi1_2.idl dxgi12 && cd dxgi12 && patch -fp1 < ../../../contrib/src/d3d11/dxgi12.patch patching file dxgi1_...
by Wildcopper
21 Jun 2016 17:28
Forum: Development around libVLC
Topic: Problem compiling the latest Windows 3.0 from GIT.
Replies: 15
Views: 3159

Problem compiling the latest Windows 3.0 from GIT.

Hello, I could use some help with a problem I have compiling the latest GIT VLC version. I'm in a VM with Ubuntu 16.04 LTS 64 bits, to cross-compile for Windows. When arrives the moment to build the contribs, it doesn't work with the "prebuilt" ones. So I proceed to compile the whole stuff...

Go to advanced search