/rtmpSnoop

rtmpSnoop lets you to grab the RTMP properties from live or dumped video streams.

Primary LanguagePython

rtmpSnoop works both on Windows and Unix. To run it you need only python (at least 2.7 version) and the scapy module.

Linux Installation

Debian/Ubuntu: apt-get install python-scapy

RedHat/Centos: yum install scapy.noarch yum install python-argparse.noarch