Search found 7 matches

Go to advanced search

by smartmobili
22 May 2019 11:26
Forum: Development around libVLC
Topic: Right method to release vlc
Replies: 0
Views: 217

Right method to release vlc

Hello, I have a wxWidgets application with a few panels where I use vlc to read some videos, so when I start the application several windows are instantiated. When I exit the application there are some random deadlocks. When I google about that I can find the following thread: [url]https://forum.vid...
by smartmobili
06 Jan 2015 15:26
Forum: Development around libVLC
Topic: Get ClickEvent when clicking on videosurface
Replies: 1
Views: 202

Get ClickEvent when clicking on videosurface

Hi, I am using libvlc on windows through a wxWidgets control and I would like to know if it's possible to be notified when user click on the control ? For now it seems that all messages are captured once we do libvlc_media_player_set_hwnd()... My goal is to play a video and at the end of it allow th...
by smartmobili
09 Dec 2014 10:13
Forum: Development around libVLC
Topic: Set bookmark and be notified
Replies: 1
Views: 119

Set bookmark and be notified

Hi,

Is there a mechanism where I could define some kind of time range (ex: from 3s to 5s) and be notified when player enter/exit this zone.
Actually I wanted to avoid to check everytime I receive a time_changed callback if I am inside the range.

Thanks
by smartmobili
01 Dec 2014 20:44
Forum: Development around libVLC
Topic: libvlc_media_list_player_play_item
Replies: 1
Views: 266

libvlc_media_list_player_play_item

Hi,

I am trying to integrate libvlc (2.1.5) inside a wxWidgets application. I am using the libvlc_media_list_player_xxxx api and when I call
libvlc_media_list_player_play_item instead of only playing the given media_t it plays all the media inside the playlist.
Is it a normal behavior ?

Thanks
by smartmobili
02 Nov 2012 14:05
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0.4 crash on Windows 8 when watching FreeboxTV
Replies: 2
Views: 1860

Re: VLC 2.0.4 crash on Windows 8 when watching FreeboxTV

I have finally installed AdslTv and vlc 0.8.6f and everything works fine, so I will stick with that.
by smartmobili
02 Nov 2012 12:13
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0.4 crash on Windows 8 when watching FreeboxTV
Replies: 2
Views: 1860

Re: VLC 2.0.4 crash on Windows 8 when watching FreeboxTV

I am trying a last time and I have restarted from scratch and now compilation seems to go further (its stil compiling while I am writing this post). Once again I had to add some small patch to make it compile, inside vlc_windows_interfaces you should add #undef small just after #include <objbase.h>....
by smartmobili
02 Nov 2012 09:39
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0.4 crash on Windows 8 when watching FreeboxTV
Replies: 2
Views: 1860

VLC 2.0.4 crash on Windows 8 when watching FreeboxTV

Hi, I am using Windows 8 pro 64bits and I have installed vlc-2.0.4 yesterday to watch tv from my freebox. Unfortunately vlc crash randomly after approximativeley 10 minutes. I have installed ubuntu in a virtual machine to recompile vlc-2.0.4 sources in debug following the guide found http://wiki.vid...

Go to advanced search