Skip to content

Commit

Permalink
fix: correct URLs to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 22, 2024
1 parent 906f57b commit 2774e28
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 💖
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
25 changes: 19 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Maintainer: Martin Wimpress <[email protected]>
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
Expand All @@ -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.
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: stream-sprout
Upstream-Contact: Martin Wimpress <[email protected]>
Source: https://github.com/wimpys-world/stream-sprout
Source: https://github.com/wimpysworld/stream-sprout

Files: *
Copyright: 2024 Martin Wimpress <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 2774e28

Please sign in to comment.