#1061999 ITP: mistserver -- Streaming media toolkit

#1061999#5
Date:
2024-01-30 19:10:17 UTC
From:
To:
* Package name    : mistserver
  Version         : 3.3
  Upstream Contact: https://mistserver.org/contact
* URL             : https://mistserver.org/
* License         : Unlicense
  Programming Lang: C++
  Description     : Streaming media toolkit

MistServer is a full-featured, next-generation streaming media toolkit for OTT
(internet streaming), designed to be ideal for developers and system
integrators.

This is the first time that I have submitted a package to Debian. It's a neat
piece of software that can be used to serve an RTP video stream with DVR
features.

Packaging MistServer is a little tricky because it must be statically linked to
its own specific fork of libmbedtls, which is distributed separately. These are
the commands I'm using to get the source:

wget https://github.com/DDVTECH/mistserver/archive/refs/tags/3.3.tar.gz -O mistserver_3.3.orig.tar.gz

wget https://api.github.com/repos/livepeer/mbedtls/tarball/dtls_srtp_support -O mistserver_3.3.orig-mbedtls.tar.gz