 Re: script for extracting Flash video (FLV format) from RTMP stream captured by tcpdu
You cannot use scripts like this to decode rtmpe or rtmps. Those streams are fully encrypted; without the keys you can't decrypt anything. That's why programs like rtmpsuck are necessary...
perl is an interpreted language, you don't compile it. The same script will run on any system with perl installed.
|