diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89369b0..925fabe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ We welcome contributions to Stream Sprout. -- Help other Quickemu users by answering questions in the [Quickemu Discussions](https://github.com/quickemu-project/quickemu/discussions) 🛟 -- Improve the documentation in [this README](https://github.com/wimpys-world/stream-sprout/edit/master/README.md) 📖 -- File bug reports and feature requests in the [Issues](https://github.com/wimpys-world/stream-sprout/issues) 📁 -- Submit [Pull requests](https://github.com/wimpys-world/stream-sprout/pulls) to fix bugs 🐞 or add new features ✨ +- Improve the documentation in [this README](https://github.com/wimpysworld/stream-sprout/edit/master/README.md) 📖 +- File bug reports and feature requests in the [Issues](https://github.com/wimpysworld/stream-sprout/issues) 📁 +- Submit [Pull requests](https://github.com/wimpysworld/stream-sprout/pulls) to fix bugs 🐞 or add new features ✨ - Commit messages must [conform to the Conventional Commits specification](https://www.conventionalcommits.org/). +- Tell other people about Stream Sprout 📣 - [Sponsor the project](https://github.com/sponsors/flexiondotorg) 💖 diff --git a/SECURITY.md b/SECURITY.md index 40b6e01..ea5cc05 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,7 +11,7 @@ Here are the versions of Stream Sprout currently being supported with security u ## Reporting a Vulnerability -If you discover a vulnerability then [file an issue](https://github.com/wimpys-world/stream-sprout/issues/new) and click *Report a vulnerability*. +If you discover a vulnerability then [file an issue](https://github.com/wimpysworld/stream-sprout/issues/new) and click *Report a vulnerability*. - Stream Sprout is a spare-time hobby project. - We do not have SLAs for responding to security issues. diff --git a/debian/control b/debian/control index 5ee48a3..d79c7fb 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Martin Wimpress Build-Depends: debhelper-compat (= 12), Standards-Version: 4.5.1 -Homepage: https://github.com/wimpys-world/stream-sprout -Vcs-Browser: https://github.com/wimpys-world/stream-sprout -Vcs-Git: https://github.com/wimpys-world/stream-sprout.git +Homepage: https://github.com/wimpysworld/stream-sprout +Vcs-Browser: https://github.com/wimpysworld/stream-sprout +Vcs-Git: https://github.com/wimpysworld/stream-sprout.git Rules-Requires-Root: no Package: stream-sprout @@ -19,7 +19,20 @@ Depends: yq, ${misc:Depends}, ${shlibs:Depends}, -Description: Restream a video source to multiple destinations such as Twitch, YouTube, and Owncast. - Stream Sprout uses FFmpeg to re-stream a video source to multiple destinations - such as Twitch, YouTube, and Owncast. +Description: Restream a video source to multiple destinations such as Twitch, YouTube, Owncast and Peertube. + Stream Sprout is a simple, self-contained, and easy-to-use solution for + streaming to multiple destinations such as Twitch, YouTube, Owncast and Peertube . + It uses FFmpeg to receive the video stream from OBS Studio (or anything that + can publish a RTMP stream) and then restreams it to multiple destinations; + providing similar functionality as services like Restream.io and Livepush.io + but without the need to pay for a third-party service or run something like + nginx with the RTMP module. + . + Stream Sprout is configured with a simple YAML file and designed to be run on + the same computer as your OBS Studio instance (it can be run remotely too) and + does not require root privileges. + . + There is no transcoding or processing of the video stream. The stream is + received and then restreamed to the destinations you configure without + modification. Optionally you can also archive the stream to disk. diff --git a/debian/copyright b/debian/copyright index e44a6a9..c62a6c0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: stream-sprout Upstream-Contact: Martin Wimpress -Source: https://github.com/wimpys-world/stream-sprout +Source: https://github.com/wimpysworld/stream-sprout Files: * Copyright: 2024 Martin Wimpress diff --git a/package.nix b/package.nix index 92dddc8..048e50e 100644 --- a/package.nix +++ b/package.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { meta = { description = "Re-stream a video source to multiple destinations such as Twitch, YouTube, and Owncast."; - homepage = "https://github.com/wimpys-world/stream-sprout"; + homepage = "https://github.com/wimpysworld/stream-sprout"; mainProgram = "stream-sprout"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ flexiondotorg ];