Search found 125 matches

Go to advanced search

by Beardless2
28 Jul 2009 18:02
Forum: Development around libVLC
Topic: v1.0.1 : Floating Point Overflow in Plugins
Replies: 6
Views: 1824

v1.0.1 : Floating Point Overflow in Plugins

Hey Guys, I am getting a floating point overflow using the official VLC v1.0.1 when I use the libvlc_new() call with the argument "--plugin-path=' + VLC_LibPath + 'plugins\". The frustrating thing is the nightly builds every night have all been fine. This is a similar story to VLC 1.0.0 wh...
by Beardless2
21 Jul 2009 13:06
Forum: Development around libVLC
Topic: Delphi with libVLC
Replies: 23
Views: 7187

Re: Delphi with libVLC

Basically i create a TWinControl, then i set vlc to draw its video on that TWinControl Handle. (i use the libvlc_media_player_set_drawable routine) type TVideoLanControl= class(TWinControl) protected procedure SetParent(AParent: TWinControl); override; end; procedure TVideoLanControl.SetParent(APare...
by Beardless2
21 Jul 2009 10:05
Forum: Development around libVLC
Topic: Delphi with libVLC
Replies: 23
Views: 7187

Re: Delphi with libVLC

Hi, I also get the random deadlock on libvlc_media_player_stop in Delphi. The way i got round it was to remove the parent object and then stop it, then reshow the hwnd of the video. e.g. oParent := Parent; Parent:=Nil; FVLC.MediaPlayer.stop; // this is the call to libvlc_media_player_stop Parent:=oP...
by Beardless2
16 Jul 2009 13:13
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85196

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

can you guys get it to work with officail v1.0.0? i have problems with it but the nightly builds are fine?
by Beardless2
30 Jun 2009 16:55
Forum: VLC 1.0.0 testing
Topic: libvlc Access Violation and divide by zero error
Replies: 3
Views: 23765

Re: libvlc Access Violation and divide by zero error

i have tried the 29/06/2009 nightly build and these problems have gone. Thank you
by Beardless2
24 Jun 2009 20:40
Forum: VLC 1.0.0 testing
Topic: libvlc Access Violation and divide by zero error
Replies: 3
Views: 23765

Re: libvlc Access Violation and divide by zero error

no i cant, i then again i have 4 instances in the same app and they all close really quickly. Maybe its something im doing in the close process, at the minute i just call libvlc_media_player_release, then libvlc_release for the first vlc in a for loop. (The same then happers for the other 3 players)...
by Beardless2
24 Jun 2009 10:19
Forum: VLC 1.0.0 testing
Topic: libvlc Access Violation and divide by zero error
Replies: 3
Views: 23765

libvlc Access Violation and divide by zero error

Hi Guys, I have been gettings some access violations with libvlc using v1.0.0 rc4 with a message containing the codes 0x66744310 read of address 0x0428832c, mov al, [ecx] when i close an application with 4+ vlc instances and media players. I also get a integer divide by zero 0x6675af55. It doesn't h...
by Beardless2
26 May 2009 11:10
Forum: VLC 1.0.0 testing
Topic: libvlc_video_take_snapshot bug
Replies: 3
Views: 1144

Re: libvlc_video_take_snapshot bug

fixed in RC2, thank you
by Beardless2
20 May 2009 17:57
Forum: VLC 1.0.0 testing
Topic: libvlc_video_take_snapshot bug
Replies: 3
Views: 1144

libvlc_video_take_snapshot bug

the libvlc_video_take_snapshot function seems to igore the width/height passed to it and saves the image in its native form. i.e. if i pass 320x240 to the procedure, it is still saved as 720x576 image. If this is to be fixed for the final release, please could we add a libvlc_video_get_snapshot func...
by Beardless2
20 May 2009 17:44
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85196

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

i think i might have a workaround for the stop() dead lock. In my app, i have a windows form, then i place a panel (PanelA) onto that form, then place another panel (PanelB) onto PanelA. Then i set the VLC video output to be onto the handle of PanelB and start playing. Now, before you stop() the vid...
by Beardless2
14 May 2009 12:08
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85196

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Should "VideoLan.Interop" work with latest vlc sources obtained with git clone git://git.videolan.org/vlc.git ? ( i think ver. is "VLC 1.0.0 - Release Candidate 1" ) thx It seems that a freq. reported problem was been recently fixed : vlc freezes when playing and stoping the pla...
by Beardless2
12 May 2009 12:37
Forum: Development around libVLC
Topic: Popupmenu over video output
Replies: 0
Views: 440

Popupmenu over video output

Hi, Has anyone managed to get a custom right click popup menu to appear over video output using LibVLC? there doesn't appear to be a mouse down event i can attach to so i first tried a very low level mouse hook where i can see i can clicking the the VLC DirectX Video. I then try to popup the menu at...
by Beardless2
12 May 2009 12:34
Forum: VLC 1.0.0 testing
Topic: libVLC OnBufferingEvent not firing anymore?
Replies: 3
Views: 1130

libVLC OnBufferingEvent not firing anymore?

The OnBuffering event does not appear to be fired in v1.0.0 RC1 unlike 0.9.9? Anyone else get this?
by Beardless2
02 Apr 2009 07:29
Forum: General VLC media player Troubleshooting
Topic: libvlc hangs
Replies: 12
Views: 3921

Re: libvlc hangs

well 0.9.x has many new features.....but i guess at the same time a few bugs crept in. Ive not hooked into the log messages myself, but you are correct in saying it is the libvlc_log_xxx functions in the api you need to use. I wouldn't have thought the way in which you use them is too different from...
by Beardless2
01 Apr 2009 15:33
Forum: General VLC media player Troubleshooting
Topic: libvlc hangs
Replies: 12
Views: 3921

Re: libvlc hangs

have you tried using v1.0.0 GIT? this works much better for me, although i still occasionally get a lock with 4+ media players attempting to stop at the same time
by Beardless2
30 Mar 2009 21:02
Forum: VLC stream-output (sout)
Topic: Hardware compability list - We need your help!
Replies: 75
Views: 73008

Re: Hardware compability list - We need your help!

Hauppauge WinTV HVR 2200 and WinTV-NOVA-TD-Stick working great with vlc here
by Beardless2
27 Mar 2009 03:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4259

Re: Memory consumption increases rapidly when streaming DVB-T

I can confirm it applies to windows too - I have raised the bug in Trac.
by Beardless2
26 Mar 2009 11:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4259

Re: Memory consumption increases rapidly when streaming DVB-T

i am experiencing this problem too, can anyone help? I have tried dvb in 1.0.0 GIT and dvb-t doesn't work at all?
by Beardless2
26 Mar 2009 05:01
Forum: VLC stream-output (sout)
Topic: VLC Memory leak problem
Replies: 28
Views: 15760

Re: VLC Memory leak problem

any progress on this? This is very important to me too, does anyone know of a way to slow down the leak if a fix is not ready?
by Beardless2
25 Mar 2009 10:55
Forum: Development around libVLC
Topic: Error 0 : Input is Null?
Replies: 0
Views: 419

Error 0 : Input is Null?

I am getting a "Error 0 : Input is Null" error when calling the libvlc_video_take_snapshot procedure, is there a function a can call before that to see if my input is not null?

I have tried libvlc_media_player_has_vout and libvlc_media_player_get_state but neither of these seemed to work
by Beardless2
11 Mar 2009 09:25
Forum: Development around libVLC
Topic: How to set diffrent libvlc_media_player_t's volume
Replies: 2
Views: 626

Re: How to set diffrent libvlc_media_player_t's volume

im not certain its fixed - but have you tried v1.0.0 GIT as i think work has been done in this area.

Go to advanced search