Search found 45 matches

Go to advanced search

by gnosygnu
29 Sep 2013 08:05
Forum: Development around libVLC
Topic: need help on compile error caused by one of the contribs
Replies: 1
Views: 1702

Re: need help on compile error caused by one of the contribs

Hi. I got this same error as well. I skipped the zvbi module and got much further, but not after several workarounds. I detail more below. For any of the developers, my summarized list of questions is as follows: is the m4 workaround below correct? is libpthreadGC2.a broken, or if there is another w...
by gnosygnu
29 Jul 2012 05:31
Forum: Development around libVLC
Topic: Issues with compiling VLC 1.2 on Windows XP/MSYS
Replies: 3
Views: 3391

Re: Issues with compiling VLC 1.2 on Windows XP/MSYS

Okay. Thanks for the confirmation. I agree with your points above. However, I do want to expand on the following: In order for configure to pick up the location, I added a --with-contrib=contrib/i586-mingw32msvc sh extras/package/win32/configure.sh --host=i586-pc-mingw32msvc --with-contrib=contrib/i...
by gnosygnu
23 Jul 2012 18:07
Forum: Development around libVLC
Topic: Issues with compiling VLC 1.2 on Windows XP/MSYS
Replies: 3
Views: 3391

Issues with compiling VLC 1.2 on Windows XP/MSYS

Hi all. I spent some time yesterday trying to compile VLC 1.2 on my Windows XP machine. I used the VLC 2.0.3 source tar and followed the guide in http://wiki.videolan.org/Win32CompileMSYS, but still ran into several issues. After much debugging, I managed to get it working on my machine. I want to u...
by gnosygnu
08 Jun 2012 00:49
Forum: Development around libVLC
Topic: Now playing and other meta data on radio streams
Replies: 2
Views: 3267

Re: Now playing and other meta data on radio streams

I'm not familiar with the code, but I took a quick look and I think the relevant section is here: \vlc\modules\access\http.c. case ACCESS_GET_META: p_meta = (vlc_meta_t*)va_arg( args, vlc_meta_t* ); if( p_sys->psz_icy_name ) vlc_meta_Set( p_meta, vlc_meta_Title, p_sys->psz_icy_name ); if( p_sys->psz...
by gnosygnu
19 May 2012 19:40
Forum: Development around libVLC
Topic: MSYS-MINGW build on Windows
Replies: 1
Views: 495

Re: MSYS-MINGW build on Windows

Yup. The "usr" directory maps to MSYS/1.0.

The cp -v /usr/win32/share/aclocal/* m4/ effectively expands to the following:

Source: C:\msys\1.0\win32\share\aclocal
Target: C:\msys\1.0\home\claupacius <or whatever your windows user name is>\vlc\m4

Hope this helps.
by gnosygnu
08 Dec 2011 04:53
Forum: Development around libVLC
Topic: DVD playback reports timecode/position incorrectly
Replies: 54
Views: 12501

Re: DVD playback reports timecode/position incorrectly

Now, we need a full patch and merge :) Thanks for the gentle reminder. ;) Unfortunately, there's been little stirring on the dvdnav mailing list this past week. Considering that we're entering holiday season, it may take a while.... Is it worth the trouble to patch libdvdnav separately for VLC? If ...
by gnosygnu
03 Dec 2011 04:21
Forum: Development around libVLC
Topic: DVD playback reports timecode/position incorrectly
Replies: 54
Views: 12501

Re: DVD playback reports timecode/position incorrectly

Send me a PM with your email address, and I will email you the libdvdnav_plugin.dll. You should be able to drop it in your C:\Program Files\VLC\plugins folder.

I don't have a Mac, so that's going to have to be up to Roger (or anyone else)

Thanks
by gnosygnu
03 Dec 2011 02:47
Forum: Development around libVLC
Topic: DVD playback reports timecode/position incorrectly
Replies: 54
Views: 12501

Re: DVD playback reports timecode/position incorrectly

[Edit:As roger said. I did not see his response]

For those interested in the latest version: http://lists.mplayerhq.hu/pipermail/dvd ... 01612.html
by gnosygnu
02 Dec 2011 02:39
Forum: Development around libVLC
Topic: Need advice on Msys build of VLC 1.2
Replies: 5
Views: 1039

Re: Need advice on Msys build of VLC 1.2

Based on what you posted, you may have the same issue as here: http://forum.videolan.org/viewtopic.php?f=14&t=93181 C:/msys/1.0/win32/lib/libRenderer.a(FBO.obj):FBO.cpp:(.text+0x565): undefined reference to `__gxx_personality_sj0' C:/msys/1.0/win32/lib/libRenderer.a(FBO.obj):FBO.cpp:(.text+0x57b...
by gnosygnu
02 Dec 2011 00:17
Forum: Development around libVLC
Topic: Need advice on Msys build of VLC 1.2
Replies: 5
Views: 1039

Re: Need advice on Msys build of VLC 1.2

I actually went through all the steps three months ago (September of 2011). I don't recall making any adjustments, though I may have done so without thinking twice. Note that I was building on a Windows XP machine.

If you're encountering problems, can you post more detail?
by gnosygnu
06 Nov 2011 03:35
Forum: Development around libVLC
Topic: DVD playback reports timecode/position incorrectly
Replies: 54
Views: 12501

Re: DVD playback reports timecode/position incorrectly

I sent off the email to the group. I post it verbatim below for anyone interested. Thanks. Email Hi all. I've written a patch for jumping to a time in searching.c. I emailed something similar to this group a year ago, but there didn't seem to be much interest then. I am emailing again because there ...
by gnosygnu
01 Nov 2011 04:30
Forum: Development around libVLC
Topic: DVD playback reports timecode/position incorrectly
Replies: 54
Views: 12501

Re: DVD playback reports timecode/position incorrectly

Please re-send. The project is now alive again. Okay. Sorry for the delay, but I ended up rewriting a good part of the code. The new version now handles those outlier dvds I've encountered (strange time maps: I won't bore anyone with the details). I also did some bug fixing (seeking on MENU fails)....
by gnosygnu
25 Oct 2011 05:58
Forum: Development around libVLC
Topic: DVD playback reports timecode/position incorrectly
Replies: 54
Views: 12501

Re: DVD playback reports timecode/position incorrectly

So it would not hurt to try to push harder on the dvdnav mailing list. Okay. I will give them another try later this week/next week. I didn't want to come across as pushy, especially in a project for which I have had no involvement. My other thoughts are... searching.c is currently 18.9KB. The prop...
by gnosygnu
23 Oct 2011 23:52
Forum: Development around libVLC
Topic: DVD playback reports timecode/position incorrectly
Replies: 54
Views: 12501

Re: DVD playback reports timecode/position incorrectly

Thanks for the bump. I didn't think there were any other followers of this issue. I emailed the DVDNav mailing list because 90% of the change needs to be made in libdvdnav. VLC uses libdvdnav for dvd playback, and libdvdnav needs to expose a new method to handle seek by time. The mailing list seemed...
by gnosygnu
13 May 2011 00:15
Forum: Development around libVLC
Topic: VLCExample
Replies: 14
Views: 2930

Re: VLCExample

I'd also recommend you upgrade from JVLC to vlcj (http://code.google.com/p/vlcj/)
I don't think JVLC will work against the 1.1 version of vlc (significant API changes)

Also, JVLC is unsupported. sherington does a great job of fielding questions/issues.

Hope this helps.
by gnosygnu
25 Feb 2011 00:23
Forum: Development around libVLC
Topic: VLC compialtion with msys/minGW
Replies: 4
Views: 1445

Re: VLC compialtion with msys/minGW

I downloaded required dll's and copied manually to bin directory of msys. after that came across different issue . Entry point not found. error is the procedure enttry point g_assertion_message could not be located in the dynamic link library libglib-2.0.0.dll So, do you now have a file at C:\msys\...
by gnosygnu
24 Feb 2011 02:15
Forum: Development around libVLC
Topic: VLC compialtion with msys/minGW
Replies: 4
Views: 1445

Re: VLC compialtion with msys/minGW

On my machine, the full path of libglib-2.0-0.dll is C:\msys\1.0\bin\libglib-2.0-0.dll. When I go to Properties -> Version tab, the version is 2.18.2.0 (I haven't updated for a few months) I would check to see if you have a file in the same location. Otherwise, please post full output from the error...
by gnosygnu
15 Feb 2011 00:30
Forum: Development around libVLC
Topic: vlcJ java application under MacOS - Exception
Replies: 19
Views: 6899

Re: vlcJ java application under MacOS - Exception

Back in 2010-07, sherington said he didn't have access to a MacOS machine. http://forum.videolan.org/viewtopic.php?f=32&t=56939&start=140#p257334 . I don't think the situation has changed.... If you're feeling adventurous, you can try implementing it yourself. The code for the Windows and Li...
by gnosygnu
27 Jan 2011 00:32
Forum: Development around libVLC
Topic: vlcj - setting position to mediaPlayer
Replies: 6
Views: 3175

Re: vlcj - setting position to mediaPlayer

Yes, as sherington noted, vlc version would be useful, as a vlc developer could confirm whether or not this issue is version-related.

I only have a few H264 - MPEG4 files and I would not notice timing differences of < 1 second. Sorry, but that's all I can offer.
by gnosygnu
27 Jan 2011 00:23
Forum: Development around libVLC
Topic: Urgent question about VLC player using eclipse on Windows
Replies: 2
Views: 1238

Re: Urgent question about VLC player using eclipse on Window

I would use vlcj. You can follow the thread here: http://forum.videolan.org/viewtopic.php?f=32&t=56939&start=160. If you start with the TestPlayer, it should be straightforward enough. I use vlcj in eclipse (on Windows XP), and integration was issue free. Also, as Remi indicated, use a VLC v...
by gnosygnu
26 Jan 2011 02:31
Forum: Development around libVLC
Topic: vlcj - setting position to mediaPlayer
Replies: 6
Views: 3175

Re: vlcj - setting position to mediaPlayer

I've noticed a few timing issues myself, but these can be traced back to vlc. vlcj just calls libvlc (see code below). You should be able to reproduce against vlc (You should list what version of vlc you are using. I'm using 1.1.4. Also, I'm mostly on Windows XP SP3) What type of media/file is it? D...
by gnosygnu
15 Oct 2010 01:21
Forum: Development around libVLC
Topic: VLC Win32 MSYS compile checklist
Replies: 88
Views: 14535

Re: VLC Win32 MSYS compile checklist

Here is a screenshot with the error I get w/o intl.dll: Hmm... sorry, no good ideas. I just checked my local machine and I don't have intl.dll in either C:\msys\1.0\ or C:\MinGW\. My pkg-config.exe works fine without it. If I were to offer a weak guess, I would say Operating System issue? (I have W...
by gnosygnu
14 Oct 2010 00:44
Forum: Development around libVLC
Topic: VLC Win32 MSYS compile checklist
Replies: 88
Views: 14535

Re: VLC Win32 MSYS compile checklist

Fwiw, I checked all three of my machines and none have a C:\msys\1.0\bin\intl.dll I don't remember having any errors with regards to intl.dll. I've compiled 1.1.4 recently. Maybe this is 1.2/git related? Otherwise, see if you can post the original error, and someone else can offer ideas.... Congratu...
by gnosygnu
24 Sep 2010 00:34
Forum: Development around libVLC
Topic: Compile vlc
Replies: 11
Views: 1868

Re: Compile vlc

by gnosygnu
23 Sep 2010 00:57
Forum: Development around libVLC
Topic: Compile vlc
Replies: 11
Views: 1868

Re: Compile vlc

After some searching, I figured out I was missing a library (libx11-xcb-dev) I've reposted the steps below. Note that I used the 1.1.4 sourcecode tarball. The git is probably easier j-b (or VLC devs): Is it okay if I modify the wiki to include the sudo apt-get for the libxcb libraries? sudo apt-get ...

Go to advanced search