[vlc-devel] [PATCH 3.0.x 0/4] Backport the RIST module

Thomas Guillem thomas at gllm.fr
Mon Nov 2 14:03:35 CET 2020


Quoting Sergio:

"I would like to open the conversation for the backporting of the
simple-profile rist modules into the next 3.x release (3.0.12).

These modules have been tried and tested for over a year on the main
branch (since November 2018) and are of negligible or no risk to the
stability of the build ... They are very much needed to allow VLC to be
used as the source for remote video broadcasts in these pandemic times.

Here is a backport of the rist access and access_output modules (simple
profile):

https://code.videolan.org/sammirata/vlc-3.0/-/commits/master"

Here is the patch set for VLC 3.0.

Best regards,
Sergio Ammirata (2):
  access: backport rist modules
  Qt: sout: Add rist output option

Thomas Guillem (2):
  contrib: add bitstream
  configure: add share folder for pkg-config search path

 configure.ac                                  |    8 +-
 contrib/src/bitstream/rules.mak               |   20 +
 modules/access/Makefile.am                    |    9 +
 modules/access/rist.c                         | 1162 +++++++++++++++++
 modules/access/rist.h                         |  369 ++++++
 modules/access_output/Makefile.am             |    8 +
 modules/access_output/rist.c                  |  876 +++++++++++++
 .../gui/qt/components/sout/sout_widgets.cpp   |   52 +
 .../gui/qt/components/sout/sout_widgets.hpp   |   13 +
 modules/gui/qt/dialogs/sout.cpp               |   17 +-
 10 files changed, 2527 insertions(+), 7 deletions(-)
 create mode 100644 contrib/src/bitstream/rules.mak
 create mode 100644 modules/access/rist.c
 create mode 100644 modules/access/rist.h
 create mode 100644 modules/access_output/rist.c

-- 
2.28.0



More information about the vlc-devel mailing list