mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
fix: correct URLs to the project
This commit is contained in:
parent
906f57b1c0
commit
2774e28e91
5 changed files with 26 additions and 13 deletions
|
|
@ -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) 💖
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
25
debian/control
vendored
25
debian/control
vendored
|
|
@ -5,9 +5,9 @@ Maintainer: Martin Wimpress <code@wimpress.io>
|
|||
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.
|
||||
|
|
|
|||
2
debian/copyright
vendored
2
debian/copyright
vendored
|
|
@ -1,7 +1,7 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: stream-sprout
|
||||
Upstream-Contact: Martin Wimpress <code@wimpress.io>
|
||||
Source: https://github.com/wimpys-world/stream-sprout
|
||||
Source: https://github.com/wimpysworld/stream-sprout
|
||||
|
||||
Files: *
|
||||
Copyright: 2024 Martin Wimpress <code@wimpress.io>
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue