[vlc-devel] [PATCH 1/2] access/stream_filter: add libarchive

Francois Cartegnie fcvlcdev at free.fr
Mon Jul 28 10:49:18 CEST 2014


Le 25/07/2014 01:41, Rémi Denis-Courmont a écrit :

So, after trying the pf_readdir:

>> I don't really get why you need both a stream and an access.

zip & rar have a filter which only generates playlist and builds
uri for their access which creates streams from those uri.
filename is set from uri separator before creating streams.
I see double scheme problem here.

I thought the best option was to handle decompression in a stream
filter, now that's confusing.
Passing filename to the stream filter is another problem, as file access
will take the uri as is. (placing filename in fragment won't work).

>> access/archive/module.c
>> +libaccess_archive_plugin_la_LIBADD = $(ARCHIVE_LIBS)
>> +access_LTLIBRARIES += libaccess_archive_plugin.la

Any reason why .so build is silently skipped unless rpath is set when
using the EXTRA syntax ?

Francois



More information about the vlc-devel mailing list