[vlc-devel] [PATCH] Add new methods to libvlc to record the current media to either an application-specified file or a file automatically created by vlc:

Mark Lee mark.lee at capricasoftware.co.uk
Mon Aug 6 13:49:15 CEST 2012


Hello,

On 6 August 2012 09:02, Rémi Denis-Courmont <remi at remlab.net> wrote:

> > file_recording_finished, mp);
>
> > +    var_AddCallback(mp->p_libvlc, "recording-finished",
> This reproduces the bug in snapshot. Using the libvlc instance is
> inappropriate. Things will break very badly if there are more than one
> media player instance at a time.
>
> That implementation shortcut in the record module was tolerable for the
> VLC playlist, as the playlist is unique and exclusive. This is not true of
> libvlc media players.
>
>
Thanks for the review comments.

The first comments are easy enough to resolve, but this one, hmm...

I admit to basically copying the existing snapshot-taken approach since I
didn't know any better. I'll have another try - but if anyone has a hint,
even just a high level concept, for what should be done here I'd really
appreciate it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120806/180e2189/attachment.html>


More information about the vlc-devel mailing list