Search found 125 matches

Go to advanced search

by Beardless2
31 Aug 2010 11:42
Forum: Development around libVLC
Topic: libvlc_media_player_stop hangs periodically
Replies: 9
Views: 2124

Re: libvlc_media_player_stop hangs periodically

could you post you entire project of Delphi code in here or on a website somewhere so I can try to assist you?
by Beardless2
22 Jul 2010 18:52
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 145004

Re: Delphi Wrapper for LibVLC v1.1

Have anyone been able to receive mouse events once a video is playing? the only one that appears to fire is OnMouseActivate (i.e. not mouse down / mouse up etc). The panel does not seem to receive the WM_LBUTTONDOWN etc messages once the video is playing?
by Beardless2
21 Jul 2010 13:44
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 145004

Re: Delphi Wrapper for LibVLC v1.1

has anyone got some sample delphi code for vmem using the new libvlc_video_set_callbacks / libvlc_video_set_format functions in v1.1.1?

http://wiki.videolan.org/LibVLC_SampleCode_SDL
by Beardless2
15 Jul 2010 15:56
Forum: VLC media player Feature Requests
Topic: Showing Length for Transport Streams (.ts -files)
Replies: 6
Views: 1234

Re: Showing Length for Transport Streams (.ts -files)

im not sure if this is even helpful, but the direct show filter haali media splitter can return the length of a .ts file in windows media player, is it possible to get VLC to use that somehow? (http://haali.su/mkv/) Also this link might contain infomation on how to get started? helpful http://social...
by Beardless2
08 Jul 2010 09:53
Forum: VLC media player for Windows Troubleshooting
Topic: .ts file issues with time, duration, length
Replies: 3
Views: 658

Re: .ts file issues with time, duration, length

does anyone know if any progress has been made with this? would be a really handy feature
by Beardless2
07 Jul 2010 18:18
Forum: VLC media player Feature Requests
Topic: Showing Length for Transport Streams (.ts -files)
Replies: 6
Views: 1234

Re: Showing Length for Transport Streams (.ts -files)

does anyone know if any progress has been made on this? this feature would be really important to me
by Beardless2
23 Jun 2010 09:55
Forum: Development around libVLC
Topic: libVLC 1.1 conversion problems
Replies: 10
Views: 1416

Re: libVLC 1.1 conversion problems

1.1.1 I would say.
Although, you shouldn't have an access violation. How are you triggering it?
j.b.

I just make the call to libvlc_video_get_size(FMediaPlayer.Instance,0,px,py) when a video is playing to get the access violation
by Beardless2
23 Jun 2010 09:54
Forum: Development around libVLC
Topic: libVLC 1.1 conversion problems
Replies: 10
Views: 1416

Re: libVLC 1.1 conversion problems

Make sure you do NOT call set_hwnd or set_xid. VLC cannot control fullscreen mode when embedded.
ok.....so how do i display the video on my form then if i dont make this call?
by Beardless2
22 Jun 2010 18:53
Forum: Development around libVLC
Topic: libVLC 1.1 conversion problems
Replies: 10
Views: 1416

Re: libVLC 1.1 conversion problems

ok the events was my fault for not changing the enum integer values (libvlc_MediaPlayerMediaChanged is now 256 etc), Athough the buffering event does not seem to be called anymore (for a udp stream anyway)

are you going to post a new exe or wait till 1.1.0a is released for the other fixes?
by Beardless2
22 Jun 2010 16:08
Forum: Development around libVLC
Topic: libVLC 1.1 conversion problems
Replies: 10
Views: 1416

libVLC 1.1 conversion problems

Hi, I am converting my project from v1.0.5 to v1.1.0 and have hit a couple of issues.. 1) The events no longer appear to fire? libvlc_MediaPlayerOpening, libvlc_MediaPlayerBuffering etc? 2) libvlc_video_get_size gives me an access violation, so no worries i reverted back to libvlc_video_get_height a...
by Beardless2
16 Jun 2010 11:03
Forum: Development around libVLC
Topic: Videolan 1.0.5
Replies: 2
Views: 722

Re: Videolan 1.0.5

dont use the activex control - its unmaintained and buggy (last time i looked anyway), use the Delphi wrapper that interfaces directly with the libvlc dll (do a search on the forum / google search)
by Beardless2
27 Apr 2010 09:47
Forum: Development around libVLC
Topic: libvlc 1.1
Replies: 2
Views: 1068

Re: libvlc 1.1

anyone?
by Beardless2
21 Apr 2010 14:56
Forum: Development around libVLC
Topic: libvlc 1.1
Replies: 2
Views: 1068

libvlc 1.1

Hey guys, I am trying to convert my libvlc app from 1.05 to 1.1 pre release 1, but having some issues. Basically the video i try to play just has a black screen. What i have done is to convert my code 1) Remove all the exceptions from all methods/functions passing to the libvlc.dll 2) Changed the li...
by Beardless2
31 Mar 2010 09:59
Forum: VLC media player for Windows Troubleshooting
Topic: Hauppauge HVR2250
Replies: 3
Views: 467

Re: Hauppauge HVR2250

I have a HVR2200 (so not the exact model but close) and it works fine
by Beardless2
23 Mar 2010 12:27
Forum: Development around libVLC
Topic: Delphi with libVLC
Replies: 23
Views: 7187

Re: Delphi with libVLC

why does't someone just post the header code in here? or publish it on an ftp somewhere
by Beardless2
11 Mar 2010 18:05
Forum: VLC media player for Windows Troubleshooting
Topic: Choose the network that UDP is Streamed with 2 networks?
Replies: 1
Views: 609

Choose the network that UDP is Streamed with 2 networks?

Hi, I have a server which is connected to two networks (the machine has two network cards). When i stream vlc UDP video, other machines on the network cannot see the stream as I guess the stream goes dont the wrong network. Disabling one of the network apdapters and the stream works fine. Is there a...
by Beardless2
18 Nov 2009 09:48
Forum: Development around libVLC
Topic: "libvlc_media_player_stop" deadlock
Replies: 2
Views: 1011

Re: "libvlc_media_player_stop" deadlock

a few of us have got this issue. the workaround is to remove the displat hwnd before calling stop() or release()

viewtopic.php?f=32&t=62504&start=0&hilit=delphi
by Beardless2
15 Oct 2009 19:48
Forum: Development around libVLC
Topic: Snapshot of video stream / how to add to official vlc docs
Replies: 11
Views: 2813

Re: Snapshot of video stream / how to add to official vlc docs

you are supplying a width and height of zero to the dll, try entering the dimensions of the output?

i.e. libvlc_video_take_snapshot_dll(m_media_player, "D:\Data\picture.png", 1024, 768, &ex);
by Beardless2
28 Sep 2009 14:28
Forum: Development around libVLC
Topic: Reparent video without stop/start?
Replies: 1
Views: 463

Reparent video without stop/start?

Hi,

I would like to change the VLC video output from one windows handle to another without requiring a call to stop the video, change the hwnd, then play the video again, is this possible? A single call to change the handle of the video output once the video is playing does nothing?

Chris
by Beardless2
14 Sep 2009 15:08
Forum: Development around libVLC
Topic: Delphi 2007 and VLC 1.0.1 simple example needed, not working
Replies: 9
Views: 2735

Re: Delphi 2007 and VLC 1.0.1 simple example needed, not working

tbh i have absolutely no idea.....but it was a case of it works if i remove it and doesn't if i dont so i didn't really have much choice until it is fixed in vlc 1.0.x
by Beardless2
14 Sep 2009 14:36
Forum: Development around libVLC
Topic: Delphi 2007 and VLC 1.0.1 simple example needed, not working
Replies: 9
Views: 2735

Re: Delphi 2007 and VLC 1.0.1 simple example needed, not working

I also have this problem and started this thread

viewtopic.php?f=32&t=63044

So far no fix has been made, if you use a nightly build it will be fine, or alternatively remove the libdirac_plugin.dll from the folder
by Beardless2
27 Aug 2009 13:51
Forum: VLC media player for Windows Troubleshooting
Topic: Access Violation with 1.0.1
Replies: 6
Views: 959

Re: Access Violation with 1.0.1

try to remove the libdirac_plugin.dll from the plugins folder and see if that works.
by Beardless2
24 Aug 2009 16:17
Forum: General VLC media player Troubleshooting
Topic: Can VLC be used with Analog TV Tuner
Replies: 1
Views: 617

Can VLC be used with Analog TV Tuner

Hi,

I have managed to get VLC to work with my DVB-T card (digital TV), is it possible to get VLC to interface with my card using an analog TV signal? if so, please can someone post an example url string to use?

Chris
by Beardless2
31 Jul 2009 13:30
Forum: Development around libVLC
Topic: v1.0.1 : Floating Point Overflow in Plugins
Replies: 6
Views: 1824

Re: v1.0.1 : Floating Point Overflow in Plugins

i cant get gdb to work to get the function name :(

JB : is that enough debug info for you to get started?
by Beardless2
29 Jul 2009 09:46
Forum: Development around libVLC
Topic: v1.0.1 : Floating Point Overflow in Plugins
Replies: 6
Views: 1824

Re: v1.0.1 : Floating Point Overflow in Plugins

In my IDE the event log shows (Lots of other plugins then....) Module Load libdirac_plugin,dll Module Load libdirect3d_plugin.dll Module Load libdmo_plugin.dll Module Load libdolby_surround_decoder_plugin.dll Module Load libdrawable_plugin.dll Module Load libdshow_plugin.dll First Chance Exception a...

Go to advanced search