<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head></head><body><div style="font-size: 12pt; font-family: Calibri,sans-serif;"><div>(Sorry for top posting)</div><div><br></div><div>I think there should be provisions for seeking so we do not need to break the interface later. It should not be hard to have 4 callbacks (open, close, read, seek) like glibc fopencookie(). If the seek callback is NULL, then CANSEEK will be false.</div><div><br></div><div>Support for demux is a totally different thing IMHO. No need to tie both.</div><div><br></div><div>Note that I have yet to review the patch. Those were only general comments.</div><div><br></div><div>Regards,</div><div><br></div><div>-- </div><div>Rémi Denis-Courmont</div><div>Sent from my NVIDIA Tegra-powered device</div><br><div id="htc_header">----- Reply message -----<br>De : "Mark Lee" <mark.lee@capricasoftware.co.uk><br>Pour : <vlc-devel@videolan.org><br>Objet : [vlc-devel] [PROPOSAL] lib: New API to use imem for access.<br>Date : lun., janv. 13, 2014 15:48</div></div><br><pre style="word-wrap: break-word; white-space: pre-wrap;">
This patch is a strawman proposal to add an API for imem access
via LibVLC.

The patch is tested and working, but is limited in scope to using
imem for access, and not (yet) for demux.

I wanted some early feedback to see if a) it's on the right track,
or not; b) get some input on what the API should be like (e.g.
should demux also be exposed, should it be the same or separate
API etc); and c) see if people think it's actually useful or not.

To be honest I am sceptical about the general usefulness since
seeking is not supported by imem, and people who ask about this
often say they need seeking too - but here it is anyway...
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a>

</pre></body></html>