Search found 35 matches

Go to advanced search

by CrapulaX
11 Sep 2015 18:02
Forum: VLC media player for Windows Troubleshooting
Topic: scene-width and scene-height doesnt work
Replies: 3
Views: 443

Re: scene-width and scene-height doesnt work

I had the same pb on MacOs, I downloaded the 2.2.2 nightly build and the problem disappeared (at least in png)
by CrapulaX
09 Nov 2013 18:47
Forum: Development around libVLC
Topic: Android - DVB & VLC
Replies: 0
Views: 1009

Android - DVB & VLC

Hi, I am wondering if any of you already come across the following 'setup' : - a specific DVB-T dongle that could be plugged into any android device - an android application acting a TV player using libvlc To be able to create such an application that could work on any android devices without rootin...
by CrapulaX
29 Jan 2013 21:47
Forum: VLC media player for macOS Troubleshooting
Topic: GNU assembler not found, install gas-preprocessor
Replies: 9
Views: 2277

Re: GNU assembler not found, install gas-preprocessor

I also got this error "GNU assembler not found, install gas-preprocessor".
The reason was that during the tools building step, CMake build failed and this was generating other errors afterwards.
by CrapulaX
20 Apr 2012 09:08
Forum: Web and scripting
Topic: [NP-API Plugin] No video output with a FFox extension
Replies: 3
Views: 890

Re: [NP-API Plugin] No video output with a FFox extension

no vlc cone.

After digging around in the forum, may be this problem would be related to the div and overlay problem.
by CrapulaX
19 Apr 2012 18:56
Forum: Web and scripting
Topic: [NP-API Plugin] No video output with a FFox extension
Replies: 3
Views: 890

[NP-API Plugin] No video output with a FFox extension

Hi, I'm trying to use the VLC NPAPI plugin into a specific HTML (CE-HTML) page. The browser used is Firefox 11.0 running on Windows. To process the specific HTML page, I'm using a firefox extension. The VLC NPAPI plugin works OK into a 'regular' HTML page (without the use of the extension) (The cont...
by CrapulaX
09 Mar 2012 17:24
Forum: VLC media player for macOS Troubleshooting
Topic: Build VLC for iOS
Replies: 18
Views: 9154

Re: Build VLC for iOS

To mikepark & gnurg, I made a fresh clone this morning and I do have the same problem... If you browse the history git, you can see that this directory has been removed in the beginning of February. I spent some time this afternoon without luck trying to rebuild those tools. I do have now a vlc ...
by CrapulaX
23 Jan 2012 23:53
Forum: VLC media player for macOS Troubleshooting
Topic: Build VLC for iOS
Replies: 18
Views: 9154

Re: Build VLC for iOS

Thanks to this forum, I do have now a VLC (based on 1.1) application running on my iPhone (ios 5). The application runs and is able to scan the directory for content but then crashes after selection of a content. The error msg is similar with mp3 mp4 avi files: vlc: unknown option or missing mandato...
by CrapulaX
23 Jan 2012 10:08
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

The compilation now breaks when processing the opengl stuff. (ios-vout) several values such as GL_LUMINANCE16 are not defined in OpenGL ES ("ES1/gl.h" or "ES2/gl.h" iPhone framework ) but only in Macosx frameworks... :idea: I decided to disable this module to go on with the overa...
by CrapulaX
22 Jan 2012 15:27
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

After editing the build script, here's a new compilation error : Making all in audio_filter make all-am CC libaudiobargraph_a_plugin_la-audiobargraph_a.lo CC libchorus_flanger_plugin_la-chorus_flanger.lo CC libcompressor_plugin_la-compressor.lo CC libequalizer_plugin_la-equalizer.lo CC libkaraoke_pl...
by CrapulaX
21 Jan 2012 19:18
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

removing vlc-poll from src/libvlccore.sym allows to go further. adding "--disable-macosx-qtkit" to the build script (instead of --disable-macosx-qtcapture) allows to go further now I am stuck with a bunch of errors when compiling vlc/modules/access/avio files (curiously setting --disable-a...
by CrapulaX
21 Jan 2012 16:51
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

I tried to rebuild for armv6 but it fails when building ffmpeg.


Anyone to team up to build vlc for iOS ?
by CrapulaX
21 Jan 2012 11:43
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

Still trying ;o) Now I got a new error : libvlc configuration -------------------- version : 2.1.0-git system : darwin architecture : arm optimizations : yes build vlc executable : no To build vlc and its plugins, type `./compile' or `make'. [info] Building libvlc make all-recursive Making all in co...
by CrapulaX
20 Jan 2012 23:44
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

I suspect that there is a mismatch between the mobilevlc build script and the 2.1.0 vlc The mobilevlc build script set a -disable-mac-osx-defaults that seems to be not recognized any more and this conflicts because then when we end up with two flags : one for macosx and one for iphone, so during the...
by CrapulaX
20 Jan 2012 11:27
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

commenting the "export CPP" line in build.sh allows to go further. (the problem seems to be related to -E parameter and auto-detection of the compiler to use) (i found useful info here : http://stackoverflow.com/questions/8478462/ios-compiling-armv7-i386-of-several-libs-configure-script-c-...
by CrapulaX
20 Jan 2012 11:03
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

Ok, now I am stuck during the configure step.
when it checks compilators for cross compile

Code: Select all

configure: error: C preprocessor "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-cpp-4.2 " fails sanity check
by CrapulaX
19 Jan 2012 16:56
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

auto-answering to me ;o)

running a ./boostrap command in vlc root directory will create the required files in autotools
by CrapulaX
19 Jan 2012 14:53
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Re: Building VLC for iOS (info & questions)

Thanks Jean-Baptiste. I found some information http://git.videolan.org/?p=MobileVLC.git;a=blob;f=HOWTO;hb=HEAD about the process WHAT IS HAPPENING buildMobileVLC.sh will download vlc.git, MediaLibraryKit.git in "ImportedSources" folder, and make sure we are correctly linking them by adding...
by CrapulaX
19 Jan 2012 10:10
Forum: Development around libVLC
Topic: Building VLC for iOS (info & questions)
Replies: 18
Views: 9362

Building VLC for iOS (info & questions)

I am trying to build VLC for iOS and i am running in some difficulties ;o) I gathered several pieces of information. It seems there are 2 different methods to build : a) Go to the http://www.videolan.org/vlc/download-ios.html web page, download the 3 archives :    - VLC-iOS-1.1.0-sources    - MediaL...
by CrapulaX
15 Aug 2010 22:26
Forum: Development around libVLC
Topic: Audio and video module
Replies: 61
Views: 21732

Re: Audio and video module

I just had some time to test this audio bargraph feature (for which I contributed some months ago) on Mac OS x using the following command line : uhuh:~ crapulax$ /Applications/VLC.app/Contents/MacOS/VLC --sub-filter=audiobargraph_v /Users/crapulax/test.avi --audiobargraph_v-alarm=0 --audio-filter=a...
by CrapulaX
30 Mar 2010 10:03
Forum: Development around libVLC
Topic: Audio and video module
Replies: 61
Views: 21732

Re: Audio and video module

One other way would be to use a small application that would only display those bargraphs, this is possible because the audio decoding "module" is sending messages to the video module, those messages contain the audio bargraph values. As you can see, using the command line you can define t...
by CrapulaX
31 Dec 2009 19:56
Forum: Development around libVLC
Topic: Audio and video module
Replies: 61
Views: 21732

Re: Audio and video module

you could also set up a mosaic using a different way :
spawn n instances of VLC and place them on the screen.

If the need is to just display mosaic that might be enough,
if the goal is to create a new audio video output stream composed
of multiple video input inside that will not be ok.
by CrapulaX
30 Dec 2009 10:53
Forum: Development around libVLC
Topic: Audio and video module
Replies: 61
Views: 21732

Re: Audio and video module

1.1 nighty builds support already those modules.

By the way, I would be very interested in feedbacks when using with multichannel audio
by CrapulaX
25 Dec 2009 23:57
Forum: Development around libVLC
Topic: Audio and video module
Replies: 61
Views: 21732

Re: Audio and video module

it depends also if you really need that precision. If you intend to make a mosaic on a computer : - keep in mind to choose different ports for each instance of VLC - you may consider "--ffmpeg-lowres" option to reduce cpu consumption could you post your "final" working command li...
by CrapulaX
25 Dec 2009 23:39
Forum: Development around libVLC
Topic: Audio and video module
Replies: 61
Views: 21732

Re: Audio and video module

Maybe someone can help me here..... I've been trying to get the Vu-meter running. I've been able to get the graph up on top of my video. But I can not seem to get the audio levels to do anything. Here is what I'm using to do it: vlc -I rc --video-x 0 --video-y 0 --width 640 --height 480 --rc-host=l...
by CrapulaX
10 Oct 2009 22:10
Forum: VLC media player Feature Requests
Topic: VU meter
Replies: 9
Views: 5442

Re: VU meter

Hi all, I was looking for an overlay VU meter aswell too. Since it's still a feature request, I was wondering, is there any possibility to get the current vu meter visualization overlayed on the video output? Or as an alternative, hide the vu meter window and get it's otuput through a handle or som...

Go to advanced search