Search found 11 matches

Go to advanced search

by devildrey33
12 Dec 2011 05:19
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1823

Re: Choose audio stream in video file

Im not sure, but maybe you need libvlc_audio_set_track function to change audio track on a media.
by devildrey33
11 Dec 2011 21:38
Forum: Development around libVLC
Topic: freeing char pointer of libvlc_video_get_aspect_ratio
Replies: 1
Views: 649

freeing char pointer of libvlc_video_get_aspect_ratio

Hi im using libvlc_video_get_aspect_ratio to determine if user has selected a special aspect ratio on current video. These function returns a pointer to a char, and on documentation ive readed that pointer needs to be released using free() or libvlc_free(). But when i try to release these pointer wi...
by devildrey33
12 Oct 2011 16:16
Forum: Development around libVLC
Topic: Using libVLC in Visual C++ 2008
Replies: 3
Views: 1423

Re: Using libVLC in Visual C++ 2008

Put all functions in minus "libvlc_add_intf". All libVLC functions come in minus, if you encounter more problems, maybe you have a path problem loading "libvlc.dll" with LoadLibrary... ensure LoadLibrary returns a valid handle. What problem have you with "lib" creation ...
by devildrey33
12 Oct 2011 07:05
Forum: Development around libVLC
Topic: Using libVLC in Visual C++ 2008
Replies: 3
Views: 1423

Re: Using libVLC in Visual C++ 2008

Hi, in the second line of LibVLC_Visual_C wiki i see this line "***DEPRECATED API*** USE NEW libvlc_ prefixed functions". You need find the function "libvlc_AddIntf" not "VLC_AddIntf", but i dont remember if these function really exists :/ Anyway, i use visual studio wi...
by devildrey33
02 Oct 2011 23:37
Forum: Development around libVLC
Topic: How to play video using VLC go to 2 screen by C#
Replies: 4
Views: 1088

Re: How to play video using VLC go to 2 screen by C#

If you have 2 screens on windows, you can use the video card software to show same video on both screens. For example on windows 7 in "screen resolution" you can set the option "duplicate screens". On early windows if you dont have these option you can try with you video card dri...
by devildrey33
05 Aug 2011 05:19
Forum: Development around libVLC
Topic: i can't Catch mouse events vlc 1.1.5 in Qt,please help me!
Replies: 9
Views: 3390

Re: i can't Catch mouse events vlc 1.1.5 in Qt,please help m

for mxturing : im glad to be usefull.

for erwan10 : Very interesting :), thank you. I will try this new patch when i have some time.
by devildrey33
03 Aug 2011 17:36
Forum: Development around libVLC
Topic: i can't Catch mouse events vlc 1.1.5 in Qt,please help me!
Replies: 9
Views: 3390

Re: i can't Catch mouse events vlc 1.1.5 in Qt,please help m

Ok, vlc creates two child windows into window you pass in the libvlc_media_player_set_hwnd function every time you play a video. One of these windows is maked to get mouse events, and the other window is used to output the video. Windows schema : 1 MyWindow 2 -VlcEnvetWindow 3 --VlcOutputWindow You ...
by devildrey33
03 Aug 2011 06:26
Forum: Development around libVLC
Topic: i can't Catch mouse events vlc 1.1.5 in Qt,please help me!
Replies: 9
Views: 3390

Re: i can't Catch mouse events vlc 1.1.5 in Qt,please help m

I use a trick in C under windows to get mouse and key events, this consists on disable Vlc Window using EnableWindow API and later get events from their parent window. Ofcourse this trick disables automatic fullscreen and you need to write code for it in doubleclick event resizing the parent and vlc...
by devildrey33
11 Jul 2011 17:55
Forum: Development around libVLC
Topic: long file name problem
Replies: 3
Views: 556

Re: long file name problem

If you are using windows, try GetShortPathName API
by devildrey33
15 Dec 2010 20:33
Forum: Development around libVLC
Topic: render external controls into video output
Replies: 5
Views: 1187

Re: render external controls into video output

Thanks for this info, i will try libvlc_video_set_callbacks again with direct3d stuff.
by devildrey33
13 Dec 2010 17:43
Forum: Development around libVLC
Topic: render external controls into video output
Replies: 5
Views: 1187

render external controls into video output

Hi, im looking for paint some external controls (play, pause, stop, media list, etc...) directly to video output in windows xp/7. I have sent some ways reading this forum, but cant decide for the best way. In first instance i tryed libvlc_video_set_callbacks + libvlc_video_set_format to do this, but...

Go to advanced search