argus-rtmp-service

command module
v0.0.0-...-8e8fbfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

README

Argus RTMP Service

The Argus RTMP Service receives incoming RTMP streams from Argus Ingress Clients

Docker

You can find the docker image for this project available in Docker Hub: https://hub.docker.com/r/brometheus/argus-rtmp-service

To pull it type:

docker pull brometheus/argus-rtmp-service

## Local Usage

Argus RTMP Service accepts connections formatted like:

rtmp://{HOST}/{CHANNEL}/{KEY}


## Example Usage

docker run -p 1935:1935 brometheus/argus-rtmp-service

ffmpeg -re -i input.mp4 -c:v libx264 -preset fast -b:v 1000k -maxrate 1000k -bufsize 2000k -c:a aac -ar 44100 -b:a 128k -f flv rtmp://localhost/live/stream_key

## TODOs

* we need to finish implementing hsls service

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL