ffmpeg port and libsrt

Jan Beich jbeich at FreeBSD.org
Fri May 15 04:55:22 UTC 2020


Brad Shoemaker <brad.shoemaker at 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.


More information about the freebsd-multimedia mailing list