Search found 11 matches

Go to advanced search

by desp
02 Aug 2012 15:37
Forum: Development around libVLC
Topic: libVLC VLM example
Replies: 9
Views: 3083

Re: libVLC VLM example

Oh, i understand now, but... how to avoid it? It seems i need to add more logics here, like set some extra vars and change player's state in some other places but not in event callbacks. Thanks. Btw, can i add sout line with libvlc_media_add_option() or it can be used only when creating vlc instance?
by desp
02 Aug 2012 15:06
Forum: Development around libVLC
Topic: libVLC VLM example
Replies: 9
Views: 3083

Re: libVLC VLM example

Ok, i got same problem about blocking as i said about from the start. Now all VLM functions are removed. I extracted my other code and tested vlc-only. Wrote my problems in code as comments. There it is: #include <vlc/libvlc.h> #include <vlc/libvlc_media.h> #include <vlc/libvlc_media_player.h> #incl...
by desp
02 Aug 2012 09:21
Forum: Development around libVLC
Topic: libVLC VLM example
Replies: 9
Views: 3083

Re: libVLC VLM example

Thanks for your answers. So it depends only on sout i guess, i will try to read docs about it, thanks again. Will write here when i fail again :)
by desp
02 Aug 2012 08:52
Forum: Development around libVLC
Topic: libVLC VLM example
Replies: 9
Views: 3083

Re: libVLC VLM example

Seriously, for scheduling, you may be better off implementing the timer in your application. You can use a normal LibVLC media player object then. Huh? It is not about playback, it is about streaming to network or maybe libvlc_media_player_* module has streaming ability too which i did not notice. ...
by desp
01 Aug 2012 10:51
Forum: Development around libVLC
Topic: libVLC VLM example
Replies: 9
Views: 3083

libVLC VLM example

Hi there, i am using 2.x libvlc version and want to use vlm functionality to stream "sheduled" streams (udp, rtp protocols). But i end up with strange problems such a blocking in libvlc_vlm_stop_media or in some more certain libvlc_vlm_* functions in my own libvlc_VlmMediaInstanceStatusEnd...
by desp
10 Dec 2009 18:24
Forum: Development around libVLC
Topic: How set the window handle with Delphi ?
Replies: 3
Views: 1904

Re: How set the window handle with Delphi ?

I suggest u to use search on this forum and u will find Delphi 0.8.6 wrapper.. Download latest vlc and copy dlls and plugins. :)
by desp
10 Dec 2009 12:25
Forum: Development around libVLC
Topic: How set the window handle with Delphi ?
Replies: 3
Views: 1904

Re: How set the window handle with Delphi ?

You don't need to declare exception record, just VLC_Exception = pointer; and remember allways use var in libvlc_some_function(.....; var exception : VLC_Exception); To set windows handle, use libvlc_media_player_set_drawable() function, create panel and give his .Handle property. .. and also check ...
by desp
10 Dec 2009 12:03
Forum: Development around libVLC
Topic: How to get SAP announcements?
Replies: 0
Views: 515

How to get SAP announcements?

Hi there, i'm trying to get media list from sap with sth like this: libvlc_media_list_t *mediaList = libvlc_media_discoverer_media_list(disc); libvlc_media_list_lock(mediaList); int mCount = libvlc_media_list_count(mediaList, &ex); libvlc_media_t *media = libvlc_media_list_item_at_index(mediaLis...
by desp
27 Nov 2009 09:34
Forum: Development around libVLC
Topic: Where is libvlc_video_set_deinterlace?
Replies: 1
Views: 626

Where is libvlc_video_set_deinterlace?

Hi there,
i'm updating one old delphi based player, which uses 0.9.6 vlc dll's and plugins to 1.0.3 and can not load libvlc_video_set_deinterlace() function.. How can i set deinterlace? Thanks in advance.
by desp
21 May 2009 11:54
Forum: Development around libVLC
Topic: Video settings like gamma, saturation.. Need example
Replies: 1
Views: 659

Re: Video settings like gamma, saturation.. Need example

Any examples in any language are welcome..
by desp
20 May 2009 12:39
Forum: Development around libVLC
Topic: Video settings like gamma, saturation.. Need example
Replies: 1
Views: 659

Video settings like gamma, saturation.. Need example

Hi all, first of all, sorry for my ugly english. I am using Delphi for modifiying old source of tv player and for this case i'm using vlc.dll. Got confused in API, can you help me with some examples, how to set saturation, gamma and so on. Also i wrapped function _video_set_aspect_ratio(), which is ...

Go to advanced search