Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 06:55:18 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Brad Shoemaker <brad.shoemaker@gmail.com>
Cc:        multimedia@freebsd.org
Subject:   Re: ffmpeg port and libsrt
Message-ID:  <pnb5-iyq1-wny@FreeBSD.org>
In-Reply-To: <CA%2BDCszHrGB8_x7Ae=cNsef_QPZd3-8WJv8amLZDcq64qNMTazQ@mail.gmail.com> (Brad Shoemaker's message of "Thu, 14 May 2020 17:37:24 -0700")
References:  <CA%2BDCszHrGB8_x7Ae=cNsef_QPZd3-8WJv8amLZDcq64qNMTazQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Brad Shoemaker <brad.shoemaker@gmail.com> writes:

> Hi,
>
> Is there a possibility of adding libsrt as a config option for ffmpeg in
> the ports tree (and perhaps even compiling future binary packages with it
> enabled)? SRT is gaining popularity in the streaming world and it would be
> useful to be able to ingest an SRT feed on a FreeBSD box.

ffmpeg already has but the dependency is missing, so the option is hidden.
Such potential dependencies are exposed during updates as part of looking
through upstream build glue changes but packaging them is outside of scope.

multimedia/ffmpeg/Makefile:
  .if !exists(${.CURDIR:H:H}/net/srt)
  # https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/a2fc8dbae853
  OPTIONS_EXCLUDE+=	SRT
  .endif

> I assume you're already aware of it, but here's the repo just in case.
>
> https://github.com/Haivision/srt
>
> This is a bit over my head as I'm not a developer, but if I can help,
> please let me know (or if I'd be better off trying to build this from
> source myself, let me know that too).

Sorry, not interested.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?pnb5-iyq1-wny>