README.md 1.3 KB
Newer Older
E
eguid 已提交
1
# easyCV
E
eguid 已提交
2
   video recording and snapshot service,based on javaCV. 基于javaCV的视频录像和快照(截图)服务。
E
eguid 已提交
3 4 5


### dependency library
E
eguid 已提交
6
   Core lib based on 'javacv 1.4.x',web service based on 'spring-boot 2.x'.
E
eguid 已提交
7 8

### build
E
eguid 已提交
9
   Project is based on jdk1.8,build on maven.
E
eguid 已提交
10 11

### core lib
E
eguid 已提交
12 13
   The core library of video recording and snapshots is two separate modules.
    截图快照和视频录像是两个独立的核心库。
E
eguid 已提交
14 15

### web service
E
eguid 已提交
16 17
    Web services used springboot services,each web service is an independent micro service.
    The default port of video recording service is '8082',video capture service is '8081'.
E
eguid 已提交
18
    同样的,web服务也是两个独立的springboot微服务。
E
eguid 已提交
19
    其中截图功能是支持文件和base64两种方式生成截图,而录像服务除了需要指定保存路径外,还需要配置一个可访问的http/ftp访问地址(我们一般把录像文件存放到一个http/ftp服务的目录下,以方便点播录像文件)
E
eguid 已提交
20

E
eguid 已提交
21
### support
E
eguid 已提交
22 23 24
    Video source support rtsp/rtmp/flv/hls/file...,record file support mp4/flv/mkv/avi....
    Image format support jpg/png/jpeg/gif/bmp.
    视频源支持多种音视频流媒体源,录像文件可以任意指定保存的视频格式,视频截图快照支持以上五种格式。
E
eguid 已提交
25