An open API service indexing awesome lists of open source software.

https://github.com/muxable/termux-nginx-rtmp

A build system and primary set of packages for Termux.
https://github.com/muxable/termux-nginx-rtmp

nginx

Last synced: 5 months ago
JSON representation

A build system and primary set of packages for Termux.

Awesome Lists containing this project

README

          

# termux-nginx-rtmp

This is an `nginx` build for Termux that includes `nginx-rtmp-module`.

## Installation

```sh
apt remove nginx # remove any existing nginx installation.
echo "deb https://muxable.github.io/termux-nginx-rtmp/ termux extras" > $PREFIX/etc/apt/sources.list.d/nginx-rtmp.list
apt update
apt install nginx-rtmp
```