[vlc-devel] [RFC PATCH 1/3] libvlc: add stream API

Rémi Denis-Courmont remi at remlab.net
Tue May 24 17:03:20 CEST 2016


Le 2016-05-24 16:01, Thomas Guillem a écrit :
> Add a low level API that open and read streams via VLC accesses. This 
> can be
> useful to dump simple streams that are handled by VLC like
> smb,nfs,http,ftp...
> Threading and locking must be handled by the caller of the API.

Except it is essentially impossible because it requires use of VLC 
internals that are not exposed and should not be.

And this is out of scope anyhow. LibVLC is not a file system 
abstraction.

-- 
Rémi Denis-Courmont
http://www.remlab.net/


More information about the vlc-devel mailing list