Skip to content

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 07:31
· 21 commits to main since this release

Playing

  • Portal channels now fill Dispatcharr's stream statistics — resolution,
    codecs, pixel format, FPS and output bitrate — like any other source. Nothing
    probes the stream: Dispatcharr reads those off ffmpeg's own output, and the
    arguments we shipped were too quiet to say anything. The default gains
    -loglevel info -stats, and is replaced on installs still carrying the old
    one, unless you wrote your own. Sources played through the fallback command
    report the same way.

Developing

  • ./build.sh -dev packs the working tree into dist/distalker-dev.zip, for
    trying a change on a real install before committing it.

Licence

  • Distalker is now AGPL-3.0-only, the licence Dispatcharr itself uses. The
    plugin runs inside Dispatcharr's process and imports its models, so the two
    form one program in practice; they now place the same obligation on whoever
    redistributes them. Running it, modifying it and selling it are all still
    permitted — publishing a modified version, or offering one over a network,
    now owes users the source.
  • Prior-art attribution moves to a new NOTICE file, and is corrected there:
    stalkerhek is GPL-3.0, not MIT as the 0.9.1 LICENSE stated.
  • Releases up to and including 0.9.1 remain under MIT. That grant cannot be
    withdrawn and is not being withdrawn.

Full Changelog: v0.9.1...v0.9.2