Search found 125 matches

Go to advanced search

by Beardless2
24 Feb 2009 18:08
Forum: Development around libVLC
Topic: DVB-T SSIDs?
Replies: 0
Views: 403

DVB-T SSIDs?

Hi, I have successfully managed to get libvlc to work with dvb. However, i need to lookup the SSID of the channel i want to use........is there a function i can call to work out what the SSID's are for a particular frequency? i.e. for the real vlc app, all i need to do is give vlc a frequency and ba...
by Beardless2
13 Feb 2009 09:45
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

thank you very much
by Beardless2
12 Feb 2009 18:27
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

i would say if it is not too much work then please add it as for me get and set functions should really go together. My vlc's are placed onto docking windows and whenever i dock/undock them, the handle of the window changes and so vlc stops playing. To get around this problem i compare the handle cu...
by Beardless2
11 Feb 2009 21:15
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

ok i have tested with vlc 1.0.0 GIT and the libvlc_new and libvlc_media_player_stop locks appear to have been fixed. However, when i play a video they always open in a separate window with "VLC (Direct3d Output)" on the caption instead of the windows handle i gave it. i fixed this by using...
by Beardless2
04 Feb 2009 21:01
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

sorry remi - i dont know how to build vlc myself, any idea when the nighties server might be back up? or can u email me a compiled v1.0.0 exe?
by Beardless2
04 Feb 2009 10:02
Forum: Development around libVLC
Topic: problem with my vlc app using VLC 0.9.8a
Replies: 2
Views: 953

Re: problem with my vlc app using VLC 0.9.8a

your not the only the one im afraid - been having this issue too.

viewtopic.php?f=32&t=54076
by Beardless2
30 Jan 2009 11:47
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

Hi - Happy to try the latest version but with the nightly builds being down at the moment, would it be posible for you to post a link to the latest exe? (sorry im not very good with GIT - unless you can walk me through it?....)
by Beardless2
26 Jan 2009 21:45
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

anyone know of any progress on this?

Looking at some debug code i notice when Libvlc_new does return successfully, it loads the libhotkeys_plugin.dll ok, but when it doesn't return its doesn't get to this point.....
by Beardless2
24 Jan 2009 09:50
Forum: Development around libVLC
Topic: Using the libvlc dll in Delphi 7
Replies: 9
Views: 5227

Re: Using the libvlc dll in Delphi 7

try using v2 of the plugin

VLCPlugin2: TVLCPlugin2;

A few things have changed, so VLCPlugin1.AddTarget will be VLCPlugin2.Playlist.Add i believe
by Beardless2
23 Jan 2009 15:48
Forum: Development around libVLC
Topic: libvlc multi instances
Replies: 2
Views: 1566

Re: libvlc multi instances

yep. this is a problem everyone has and as far as i know it hasn't been fixed yet even in the nightly builds

viewtopic.php?f=32&t=54354

https://trac.videolan.org/vlc/ticket/2325
by Beardless2
23 Jan 2009 15:36
Forum: Development around libVLC
Topic: Using the libvlc dll in Delphi 7
Replies: 9
Views: 5227

Re: Using the libvlc dll in Delphi 7

are you using v1 or v2 of the plugin?

this page might help

http://wiki.videolan.org/ActiveX/Delphi
by Beardless2
23 Jan 2009 09:50
Forum: Development around libVLC
Topic: Using the libvlc dll in Delphi 7
Replies: 9
Views: 5227

Re: Using the libvlc dll in Delphi 7

i did say it would need some work to make it 0.9.8a compatible........ :) i think the problem you are experiencing is this http://forum.videolan.org/viewtopic.php?f=32&t=54076 I too get this issue - but only occasionally. Do you click play in the Delphi IDE, the project builds, all the vlc dlls ...
by Beardless2
22 Jan 2009 14:38
Forum: Development around libVLC
Topic: Using the libvlc dll in Delphi 7
Replies: 9
Views: 5227

Re: Using the libvlc dll in Delphi 7

hi, The ActiveX objects have not been maintained for some time and i have problems with them too. If you wanted to use the libvlc.dll this could be a good starting place but you might need to update is a little to work with 0.9.8a http://wiki.videolan.org/IceVLCPlayer There are also a couple of Delp...
by Beardless2
22 Jan 2009 14:33
Forum: Development around libVLC
Topic: Capturing video screen shots
Replies: 1
Views: 550

Re: Capturing video screen shots

use the libvlc_video_take_snapshot procedure which will save either a jpg or png to a file of your choice
by Beardless2
19 Jan 2009 20:08
Forum: Development around libVLC
Topic: vlc activeX with c#
Replies: 4
Views: 7325

Re: vlc activeX with c#

not sure if this will solve it for you, but use v2 of the plugin, v1 is deprecated

Something like private AxVLCPlugin2 vlcPlayer = new AxVLCPlugin2();
by Beardless2
17 Jan 2009 13:55
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

good work on the invesigation - giving a bump so this can get noticed
by Beardless2
09 Jan 2009 14:44
Forum: Development around libVLC
Topic: LibVLC Questions
Replies: 9
Views: 3145

Re: LibVLC Questions

yep agree! libvlc is seems very promising. Do you know who were the original developers?
by Beardless2
08 Jan 2009 20:25
Forum: Development around libVLC
Topic: LibVLC Questions
Replies: 9
Views: 3145

Re: LibVLC Questions

turns out my problem to question 1 is due to options being overwritten in libvlc...........Ticket #2325 raised by yourself! "Libvlc API allows multiple instances of libvlc (through several calls to libvlc_new(argc, argv, &ex) ). Yet, those instances are not fully independent. They share the...
by Beardless2
08 Jan 2009 15:55
Forum: Development around libVLC
Topic: LibVLC Questions
Replies: 9
Views: 3145

Re: LibVLC Questions

erwan10 - my apoligies - it is actually just 562000 but i had a bug in my code which meant none of the options had been passed to the media item (however it didn't exist in the media_list code so that worked ok). Thank you for your help
by Beardless2
08 Jan 2009 14:52
Forum: Development around libVLC
Topic: LibVLC Questions
Replies: 9
Views: 3145

Re: LibVLC Questions

Thanks for the reply "--meta-title" does appear to work for me, the video popup title is still the same for all videos (it happens to be the MRL of the last created media item). DVB-T problem is strange - definately doesn't work just from a media item to media player for me - do you have a...
by Beardless2
07 Jan 2009 14:51
Forum: Development around libVLC
Topic: LibVLC Questions
Replies: 9
Views: 3145

LibVLC Questions

Hi, Please could someone help me with a couple of libvlc api issues i have with v0.9.8a? 1) I have 1 instance of vlc (libvlc_new) and multiple media players all playing different udp streams. The video title that pops up and then disappears is the same for all videos - other than creating multiples ...
by Beardless2
06 Jan 2009 22:04
Forum: Development around libVLC
Topic: How to know end of video...
Replies: 6
Views: 2687

Re: How to know end of video...

does anyone know the progress on this media_list deadlock fix yet?
by Beardless2
06 Jan 2009 14:38
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

Yes - everything is in one thread (the main app) from my end. Its more of a problem when i have 4 vlcs in the app all play videos, and then i cycle them and stop them all, it will normally fail on the 2nd or 3rd stop command. This is the Delphi code but its the same for VB, where MediaPlayer is a wr...
by Beardless2
02 Jan 2009 17:16
Forum: Development around libVLC
Topic: libvlc_new lock
Replies: 27
Views: 7188

Re: libvlc_new lock

Hi,

Please can a developer take a look at these issues? I can confirm vlc seems to itermittently hang on libvlc_new and libvlc_media_player_stop calls to the dll?

Chris

Go to advanced search