Search found 8 matches

Go to advanced search

by francescoBLT
05 Dec 2017 10:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling under DebianGNU/Linux 8 (jessie) 32-bit
Replies: 0
Views: 146

Error while compiling under DebianGNU/Linux 8 (jessie) 32-bit

Hi to all after last git pull I experienced the subsequent error while compiling vlc. In detail the problem arise while compiling libbluray. Here is the log: [javac] result = 31 * result + Float.hashCode(width); [javac] ^ [javac] method Float.hashCode() is not applicable [javac] (actual and formal a...
by francescoBLT
19 Jul 2017 18:41
Forum: General VLC media player Troubleshooting
Topic: Video format settings
Replies: 1
Views: 716

Re: Video format settings

It seems that current branch of vlc doesn't support VLC_CODEC_UYVY. So I set the track output to JPEG2000 and implemented a submodule for custom decoding (my codestream has separate components, that is I have a codestream for luma and at the end another codestream for the two components of chroma). ...
by francescoBLT
30 Jun 2017 17:00
Forum: General VLC media player Troubleshooting
Topic: ERROR: libmp3lame >= 3.98.3 not found while compiling vlc
Replies: 0
Views: 611

ERROR: libmp3lame >= 3.98.3 not found while compiling vlc

Hi to all I have this error while compiling vlc despite that libmp3lame is installed in my system (linux Debian 8 Jessie). Installed version is 3.99.5. Digging into the configure, I found the line responsible: enabled libmp3lame && require "libmp3lame >= 3.98.3" lame/lame.h lame_se...
by francescoBLT
06 Jun 2017 17:39
Forum: General VLC media player Troubleshooting
Topic: Video format settings
Replies: 1
Views: 716

Video format settings

Hi to all I'm writing a demuxer module in order to manage custom file format. Output stream 0 is ES_VIDEO raw format UYVY (module makes decompression) 1920x1080 and output stream 1 is audio PCM 4 channels 16 bit 48KHz. In the open function I insert 2 tracks, video and audio: /* Allocate video track ...
by francescoBLT
26 May 2017 11:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Hello module in-tree compile error
Replies: 1
Views: 313

Hello module in-tree compile error

Hi after compiling vlc under Linux Ubuntu 17.04 I've followed the hello example in the wiki. It's not clear to me how to modify the modules.am file. If I add the lines in the wiki: libhello_plugin_la_SOURCES = hello.c libhello_plugin_la_CFLAGS = $(AM_CFLAGS) libhello_plugin_la_LIBADD = $(AM_LIBADD) ...
by francescoBLT
25 May 2017 11:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Segmentation fault when loading example module
Replies: 1
Views: 272

Segmentation fault when loading example module

Hi to all I've compiled and installed the example module in the out-of-tree compile: https://wiki.videolan.org/OutOfTreeCompile/ it compile and generate the libhello_plugin.so. But when I attempt to install the result is in segmentation fault: VLC media player 2.2.6 Umbrella (revision 2.2.6-0-g1aae7...
by francescoBLT
24 May 2017 16:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Unable to install vlc-2.2.6
Replies: 1
Views: 569

Unable to install vlc-2.2.6

Hi to all I'm new to linux, and after some efforts I successfully download and compile vlc-2.2.6, but when I attempt to install I receive the subsequent error: make install-exec-hook make[4]: ingresso nella directory "/home/alfredo/vlc-2.2.6" if test "x86_64-pc-linux-gnu" = "...
by francescoBLT
03 Jul 2013 11:39
Forum: VLC media player for Windows Troubleshooting
Topic: JP2K MXF in HD (1920x1080i)
Replies: 1
Views: 627

JP2K MXF in HD (1920x1080i)

Hi to all
someone has experienced in playing JP2K mxf files coded in 4:2:2 field based ?
I can play JPeg2000 SD files (720x576i) single field codedand it works, but if I attempt to play
HD files it crashes. Did VLC support HD in JPeg2000 ?
Let me know :oops:

Go to advanced search