gitextract_ok_mgr1a/ ├── .editorconfig ├── .gitignore ├── .gitmodules ├── .idea/ │ ├── encodings.xml │ ├── misc.xml │ ├── modules.xml │ ├── vcs.xml │ └── web-rtmp.iml ├── README.md ├── WebRtmpPlayer.js ├── index.template.html ├── misc/ │ ├── do-rtmpsuck.sh │ └── reloadChrome.scpt ├── package.json ├── test.js └── webpack.config.js