fpm-plugin-ffmpeg
v1.1.3
Published
A Plugin Named [fpm-plugin-ffmpeg] For YF-FPM-SERVER~
Readme
FPM-PLUGIN-FFMPEG
用于ffmpeg的插件
Install
npm i fpm-plugin-ffmpeg -SBasic Info
- Run Action Hook Name:
INITdefined the varsBEFORE_SERVER_STARTextend the biz module
- ExtendModule Name:
ffmpeg - Exception: Nope
getDependencies()- [x]
[]
- [x]
- The Reference Of The
Bind()Method An BizModule Object Contains The Functions- [ ]
run/* user?=admin pass?=admin ip! ch?=1 brand?=dahua streamId! */ - [ ]
stop/* streamId! */ - [ ]
info - [ ]
reset
- [ ]
Useage
config.json
{
//...
"ffmpeg": {
"bin": "D:/Work/ffmpeg/bin/ffmpeg.exe",
"nginx": "192.168.100.196",
}
}method: ffmpeg.run
args: { ip: '192.168.1.108', streamId: 'abc' }
