Hello,<br><br><div class="gmail_quote">On 6 August 2012 09:02, Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">
> file_recording_finished, mp);<br>
<br>
</div></div>> +    var_AddCallback(mp->p_libvlc, "recording-finished",<br>This reproduces the bug in snapshot. Using the libvlc instance is<br>
inappropriate. Things will break very badly if there are more than one<br>
media player instance at a time.<br>
<br>
That implementation shortcut in the record module was tolerable for the<br>
VLC playlist, as the playlist is unique and exclusive. This is not true of<br>
libvlc media players.<br>
<div class="HOEnZb"><div class="h5"><br>
</div></div></blockquote></div><br>Thanks for the review comments.<br><br>The first comments are easy enough to resolve, but this one, hmm...<br><br>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.<br>
<br>