[vlc-devel] [WIP PATCH 0/4] Access module torrent/magnet
Jonathan Calmels
jbjcalmels at gmail.com
Thu Jan 29 16:03:58 CET 2015
This set of patches allows the streaming of torrent files and magnet links.
The module depends on the following library: libtorrent-rasterbar.
Jonathan Calmels (4):
input: add torrent and magnet schemes
input: fix indentation
text: deduce magnet links as if the scheme was provided
access: add new access for torrent files and magnet links
configure.ac | 5 +
modules/access/Makefile.am | 7 +
modules/access/torrent/access.cpp | 219 ++++++++++++++++++++++++++++
modules/access/torrent/thread.h | 126 ++++++++++++++++
modules/access/torrent/torrent.cpp | 284 +++++++++++++++++++++++++++++++++++++
modules/access/torrent/torrent.h | 152 ++++++++++++++++++++
src/input/item.c | 104 +++++++-------
src/text/url.c | 8 +-
8 files changed, 853 insertions(+), 52 deletions(-)
create mode 100644 modules/access/torrent/access.cpp
create mode 100644 modules/access/torrent/thread.h
create mode 100644 modules/access/torrent/torrent.cpp
create mode 100644 modules/access/torrent/torrent.h
--
2.2.2
More information about the vlc-devel
mailing list