No description
Find a file
2020-08-14 18:53:21 +02:00
doc add initial leiningen stuff 2020-07-05 20:12:42 +02:00
packaging/arch add arch pkgbuild 2020-08-02 13:30:37 +02:00
resources remove stray test process 2020-08-14 18:00:33 +02:00
src/stream slightly dirty tric to pass the test 2020-08-14 18:53:21 +02:00
test/stream slightly dirty tric to pass the test 2020-08-14 18:53:21 +02:00
.envrc use nix 2020-08-13 21:18:03 +02:00
.gitignore add initial leiningen stuff 2020-07-05 20:12:42 +02:00
.travis.yml create process dir in travis 2020-08-08 19:04:09 +02:00
CHANGELOG.md add initial leiningen stuff 2020-07-05 20:12:42 +02:00
LICENSE add initial leiningen stuff 2020-07-05 20:12:42 +02:00
project.clj testing serialization 2020-08-08 18:26:22 +02:00
README.md add coverage badge 2020-07-10 10:28:34 +02:00
shell.nix use nix 2020-08-13 21:18:03 +02:00

stream - the Simple Transmission Emitter And Monitor

Build Status Coverage Status

A simple daemon and web interface to manage ffmpeg processes to transcode rtsp to rtmp on affordable hardware (i.e. a raspberry pi). This is the successor to the doccam-* projects (where * = pi | server | server-docker).

The aim is to further simplify the software and rely largely on well established utilities for monitoring and tunneling: systemd and wireguard.

Contributing

This is an early stage effort and not intended for use yet. If you'd like to hack on the project, feel free to open an issue or pull request.

License

Copyright © 2020 Valentin Boettcher

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.