Skip to main content

Simple Stream Reflector for RTMP servers

Project description

ssrr
====

Simple Stream Reflector for RTMP servers

Command execution example
=========================

Next example shows how to reflect streams from 10.1.1.12 host to
10.8.80.14 host:

/usr/local/bin/ssrr -L /var/log/ssrr/ssrr.log -i 10.1.1.12 -d 10.9.80.14


Logrotate rule example
======================

/var/log/ssrr/*.log {
daily
missingok
rotate 52
compress
delaycompress
# notifempty
create 640 root adm
sharedscripts
postrotate
for i in `ps ax | grep /usr/local/bin/ssrr | grep -v grep | awk '{print $1}'`
do
kill -HUP $i
done
endscript
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssrr-0.0.2.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file ssrr-0.0.2.tar.gz.

File metadata

  • Download URL: ssrr-0.0.2.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ssrr-0.0.2.tar.gz
Algorithm Hash digest
SHA256 5d5bf05d2a1166965ebd816159831be0f95070bd738ebaf197180796f59e75be
MD5 8c1b36e3c5ded94f365b162315e1d922
BLAKE2b-256 6f628782b3ad9f210a0bea4b05a0746e7f45dfc0b4242f93ae5bf44fc47543f9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page