Hello,
I have been rewriting a C++ program I made that integrated the libvlc API so that I can use it with the latest VLC0.9.1 release.
Everything is ok except for two things:
1- snapshot
When using libvlc_video_take_snapshot, I keep getting an empty file (file is created with size = 0)
2- record
I used the function VLC_VariableSet ( object_id , "key-pressed" , param ); with param representing CRTL+SHIFT+R which worked perfectly with older versions of vlc.0.9.
This function seems not to be available any more.
Any idea as to how to program recording through the API ?
As an enhancement to the API, wouldn't it be great to add a function dedicated to triggering recording. Also, this function should accept a filename as a parameter in order to manage the resulting file.
I hope this forum is a right place for such a post. Any help will be much appreciated.
Erwan