Skip to content

Releases: wimpysworld/stream-sprout

0.1.5

26 Jul 06:36
198c807
Compare
Choose a tag to compare

Stream Sprout 0.1.5 is out! 🚀

  • Fixed restreaming 🤦
  • Fixed the Nix package ❄️
  • Added container images for amd64 and arm64 🐋
  • Added snap packages for adm64, arm64 and armhf 🐊
  • Changed the server: configuration ⚙️

What's Changed

New Contributors

  • @popey made their first contribution in #23

Full Changelog: 0.1.4...0.1.5

0.1.4

23 Jul 22:13
Compare
Choose a tag to compare

🚨 BROKEN: UPGRADE TO 0.1.5 OR NEWER 🚨

THIS RELEASE DOES NOT RESTREAM, USE 0.1.1 UNTIL A NEWER FIXED RELEASE IS AVAILABLE

Stream Sprout 0.1.4 is out! 🚀

  • Added status monitoring of the FFmpeg process 👀
  • Add CLI options mostly for --config to specify and custom config file, but also --help and --version ⚙️

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

23 Jul 11:57
Compare
Choose a tag to compare

🚨 BROKEN: UPGRADE TO 0.1.5 OR NEWER 🚨

THIS RELEASE DOES NOT RESTREAM, USE 0.1.1 UNTIL A NEWER FIXED RELEASE IS AVAILABLE

Stream Sprout 0.1.3 is out! 🚀

  • Replaced yq with a yaml parser implemented with awk and sed
    • This has been done to drastically reduce the external dependencies of Stream Sprout, as the Python implementation of yq (which is most widely packaged in distros) has a boatload of Python dependencies. While this awk/sed implementation doesn't support the full scope of yaml, it is more than sufficient for the limited requirements of Stream Sprout:

What's Changed

  • refactor: replace yq with a yaml parser implemented with awk/sed by @flexiondotorg in #16

Full Changelog: 0.1.2...0.1.3

0.1.2

23 Jul 00:55
a1beb17
Compare
Choose a tag to compare

🚨 BROKEN: UPGRADE TO 0.1.5 OR NEWER 🚨

THIS RELEASE DOES NOT RESTREAM, USE 0.1.1 UNTIL A NEWER FIXED RELEASE IS AVAILABLE

Stream Sprout 0.1.2 is out! 🤦

  • Fixed yq to be compatible with the "python-yq" implementation, which is commonly available across targetted platforms 🎯

What's Changed

  • fix: correct URLs to the project and license in debian/copyright by @flexiondotorg in #14
  • fix: update yq use to be compatible with github.com/kislyuk/yq by @flexiondotorg in #15

Full Changelog: 0.1.1...0.1.2

0.1.1

22 Jul 22:57
Compare
Choose a tag to compare

Stream Sprout 0.1.1 is out! 🚀

  • Added support for protecting the Stream Sprout server with a stream key 🔑
  • Improved documentation 📚️

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

22 Jul 13:47
15d4072
Compare
Choose a tag to compare

Stream Sprout 0.1.0 is out! 🚀

This is the debut release of Stream Sprout, a tool that makes it easy to restream a video source to multiple destinations such as Twitch, YouTube and Owncast.

What's Changed

New Contributors

Full Changelog: https://github.com/wimpysworld/stream-sprout/commits/0.1.0