Search found 10 matches

Go to advanced search

by cbouleau
03 Jun 2008 14:49
Forum: General VLC media player Troubleshooting
Topic: Disable mouse and hotkeys
Replies: 14
Views: 5875

Re: Disable mouse and hotkeys

Hello, Thus here is the patch. - Goal : let the parent window process the video window button events, and disable the VLC default behaviour (fullscreen on double click an so on ...). - Based on VLC 0.8.6c version. - Tested on Windows XP SP2. - Involves DirectX video output module. 1 modified source ...
by cbouleau
02 Jun 2008 10:48
Forum: General VLC media player Troubleshooting
Topic: Disable mouse and hotkeys
Replies: 14
Views: 5875

Re: Disable mouse and hotkeys

Hello, I had a similar problem than yours and finally (after a lot of search but neither answer nor help in any forum) I managed to disable some mouse events (all the button events), after making a little patch in a VLC source. The solution I found is (unfortunately) not generic but can be easily ad...
by cbouleau
27 May 2008 18:15
Forum: Web and scripting
Topic: Bad demuxer chosen and can not force it
Replies: 7
Views: 2173

Re: Bad demuxer chosen and can not force it

Hello, j-b wrote: I am sorry, but this doesn't make any sense. If you made a demuxer plugin for VLC, then you can force it. If not, you cannot. You seem to have made a FFmpeg modification, but are you sure you did link to the good version ? If ffplay plays your file as you want, VLC will do the same...
by cbouleau
21 May 2008 15:19
Forum: Web and scripting
Topic: Bad demuxer chosen and can not force it
Replies: 7
Views: 2173

Re: Bad demuxer chosen and can not force it

Hello, As I said before, my demuxer is an"ffmpeg" demuxer. It seems that VLC accepts " ffmpeg " as name of demuxer (so path can be " /ffmpeg://URL ") but do not knows/accepts demuxers of the "ffmpeg family". In fact, we should use something like " /ffmpeg...
by cbouleau
18 May 2008 22:41
Forum: Web and scripting
Topic: Bad demuxer chosen and can not force it
Replies: 7
Views: 2173

Re: Bad demuxer chosen and can not force it

OK, this is the logs : First case : no demuxer is forced ==> "my_demux" is found and chosen -- logger module started -- main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU ... main debug: adding playlist item `D:/users/CBo/videos_20080130_disk0\VIDEO0004.00' ( D:/users/CBo/vid...
by cbouleau
14 May 2008 09:20
Forum: Web and scripting
Topic: Bad demuxer chosen and can not force it
Replies: 7
Views: 2173

Bad demuxer chosen and can not force it

Hello, I wrote an ffmpeg demuxer used to read specific video files containing raw MPEG4. 1) I linked it with VLC (I am building a video player using libvlc (0.8.6c) under Windows XP), and it works fine except sometimes when a bad demuxer is chosen (my probe function seems not to be called). It seems...
by cbouleau
14 Apr 2008 18:23
Forum: Web and scripting
Topic: problem with multiple instances of ActiveX in web pages
Replies: 4
Views: 1767

Re: problem with multiple instances of ActiveX in web pages

Hi,
Known bug. Help us fixing it.
Is this problem the same one which occurs with a standalone application based upon libvlc too ?
In this case, does the 0.8.6e version fix it ?

Chris B.
by cbouleau
14 Apr 2008 10:14
Forum: Web and scripting
Topic: libvlc_playlist_play: crash when changing item
Replies: 1
Views: 858

libvlc_playlist_play: crash when changing item

Hello, I am building a video player using libvlc (0.8.6c) under Windows XP. My application allows to change the current item (the items were previously added with the libvlc_playlist_add function). To do that I use in the code the libvlc_playlist_play function (using the new item Id as second parame...
by cbouleau
13 Mar 2008 11:08
Forum: Web and scripting
Topic: Update image when "set time" in pause, like other players
Replies: 0
Views: 687

Update image when "set time" in pause, like other players

Hello, I am building a video player using libvlc. I am looking for a way to display the image corresponding to a specific time "t", in pause mode, when the player is already in pause mode and a "set time to t" in asked (by the user of my player). In other words, the sequence woul...
by cbouleau
08 Mar 2008 21:53
Forum: General VLC media player Troubleshooting
Topic: Update image when "set time" in pause mode
Replies: 0
Views: 319

Update image when "set time" in pause mode

Hello, I am building a video player using libvlc. I am looking for a way to display the image corresponding to a specific time "t", in pause mode, when the player is already in pause mode and a "set time to t" in asked (by the user of my player). In other words, the sequence woul...

Go to advanced search