Search found 13 matches

Go to advanced search

by bendanan
14 Sep 2012 16:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2749

Re: cross compilation for windows from ubuntu

the following patch works for me: diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c index b22b248..178f5a2 100644 --- a/modules/codec/avcodec/dxva2.c +++ b/modules/codec/avcodec/dxva2.c @@ -76,8 +76,6 @@ # undef MS_GUID # define MS_GUID DEFINE_GUID /* dxva2api.h fails to dec...
by bendanan
14 Sep 2012 16:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2749

Re: cross compilation for windows from ubuntu

Hi bendanan I have meet the same problem , have you solved this problem? also i meet this problem: CCLD libpostproc_plugin.la Creating library file: .libs/libpostproc_plugin.dll.a thanks Hi dreamerZM, Yes, it works. I don't have any problem with libpostproc. It seams that the sources that are in th...
by bendanan
14 Sep 2012 16:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2749

Re: cross compilation for windows from ubuntu

I'll submit a patch later.
Yes, your patch works.
by bendanan
02 Sep 2012 16:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2749

Re: cross compilation for windows from ubuntu

Hi nkoriyama, The compile problem of HARFBUZZ is only with the git version. With stable version 2.0.3, this compile problem does not occurs, nor the -H option crash, nor the sound problem. The git version has the following 2 problems: 1/ crash -------- With the help of drmemory (http://code.google.c...
by bendanan
22 Aug 2012 22:31
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2749

Re: cross compilation for windows from ubuntu

Thanks nkoriyama for your answer. With this modification, the compilation and link of VLC seams perfect and goes to the end. I still have the problem of vlc.exe -H which raises the same exception and error message but this time it goes much further. I don’t know if this can help, but here are the la...
by bendanan
21 Aug 2012 12:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2749

Re: cross compilation for windows from ubuntu

To go further, I have disabled libass, which does not link here, with --disable-libass in the configure of VLC. make make package-win32 I got a binary. When I launch vlc.exe -H, I got an exception 'unhandled vlc exception'. Here is the log : Usage: vlc [options] [stream] ... You can specify multiple...
by bendanan
21 Aug 2012 11:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2749

Re: cross compilation for windows from ubuntu

ok, no answer :(
Perhaps I didn't give enough informations?
or, this is not the right forum?
by bendanan
20 Aug 2012 10:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cross compilation for windows from ubuntu
Replies: 13
Views: 2749

cross compilation for windows from ubuntu

Hi all, I would like to cross compile VLC for windows 32 bits from Ubuntu 64 bits desktop and does not succeed using the following wiki: http://wiki.videolan.org/Win32Compile My Ubuntu desktop : # uname -a Linux pcneslog4 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86...
by bendanan
06 Sep 2011 03:03
Forum: Development around libVLC
Topic: obtain timestamp of frame when using snapshot
Replies: 2
Views: 549

Re: obtain timestamp of frame when using snapshot

Yes, you are right, but all the packets of the frame share the same RTP timestamp and serial number, so the last one should be enough. Can we get this information?
by bendanan
05 Sep 2011 00:31
Forum: Development around libVLC
Topic: obtain timestamp of frame when using snapshot
Replies: 2
Views: 549

obtain timestamp of frame when using snapshot

Hi,
Is it possible to get the RTP header fields for getting the RTP timestamp or serial number of the frame when issuing a snapshot?
Thanks in advance!
by bendanan
04 Sep 2011 23:18
Forum: General VLC media player Troubleshooting
Topic: Streaming pause/resume without bufferig
Replies: 6
Views: 3685

Re: Streaming pause/resume without bufferig

Thanks for your reply. This time-shifting function can in fact be very useful in some use cases. In my case I still want to be in sync with the live video. I can of course use pause, then: stop / play to achieve this function, but I will take some time. In your opinion, is it possible to write a *vi...
by bendanan
01 Sep 2011 23:47
Forum: General VLC media player Troubleshooting
Topic: Streaming pause/resume without bufferig
Replies: 6
Views: 3685

Re: Streaming pause/resume without bufferig

Hi Jean-Baptiste, I have the same problem with an IP camera using rtsp access. Pause / wait 5 second for exemple/ Resume. does not continue in live, it resume at the time when the pause occured and not the current live time. Which caching are you speaking about? There are a lot. I tried --rtsp-cachi...

Go to advanced search