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.
- Host: GitHub
- URL: https://github.com/muxable/termux-nginx-rtmp
- Owner: muxable
- Created: 2021-08-02T05:09:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T02:00:33.000Z (over 1 year ago)
- Last Synced: 2025-03-04T03:18:29.770Z (over 1 year ago)
- Topics: nginx
- Language: Shell
- Homepage:
- Size: 5 MB
- Stars: 5
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```