[libdvdcss-devel] [PATCH 0/1] Open a DVD via network access (http, ftp...)

Thomas Guillem tom at gllm.fr
Fri Oct 17 17:43:35 CEST 2014


Hi,

I propose 4 patches for libdvdcss, libdvdread, libdvdnav and VLC that go
together (see libdvdcss-devel, libdvdnav-devel and vlc-devel mailing lists).

Theses patches allow VLC to use its access module to read a DVD.

For example, VLC is now able to open a URL that starts with "dvdnav://http://"
or "dvdnav://ftps://". http or ftp access module will be used for read and seek
operations.

I add to pass a struct containing the read and seek callbacks from dvdnav
access module to libdvdnav, to libdvdread and finally to libdvdcss.

Best regards,
Thomas Guillem.

Thomas Guillem (1):
  add dvdcss_open_stream

 src/device.c        | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/dvdcss/dvdcss.h |  12 ++++++
 src/libdvdcss.c     |  33 ++++++++++++++-
 src/libdvdcss.h     |   3 ++
 4 files changed, 161 insertions(+), 1 deletion(-)

-- 
2.1.0



More information about the libdvdcss-devel mailing list