From 414993a53602850f07d7481565e9e05049a575d0 Mon Sep 17 00:00:00 2001 From: spongbros Date: Fri, 29 Sep 2017 16:23:21 +0100 Subject: [PATCH] Add RTMPDump v2.3 (#1738) * Add RTMPDump v2.3 * rtmpdump: fix EOF --- rtmpdump.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rtmpdump.json diff --git a/rtmpdump.json b/rtmpdump.json new file mode 100644 index 0000000000..17ab182aa4 --- /dev/null +++ b/rtmpdump.json @@ -0,0 +1,14 @@ +{ + "homepage": "https://rtmpdump.mplayerhq.hu/", + "version": "2.3", + "license": "GPLv2", + "url": "https://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3-windows.zip", + "hash": "6948aa372f04952d5675917c6ca2c7c0bf6b109de21a4323adc93247fff0189f", + "extract_dir": "rtmpdump-2.3", + "bin": [ + "rtmpdump.exe", + "rtmpgw.exe", + "rtmpsrv.exe", + "rtmpsuck.exe" + ] +}