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

Thomas Guillem tom at gllm.fr
Fri Oct 17 17:45:45 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 dvdnav_open_stream

 src/dvdnav.c        | 26 ++++++++++++++++++++------
 src/dvdnav/dvdnav.h | 23 +++++++++++++++++------
 src/vm/vm.c         | 12 ++++++++----
 src/vm/vm.h         |  3 ++-
 4 files changed, 47 insertions(+), 17 deletions(-)

-- 
2.1.0



More information about the libdvdnav-devel mailing list