Generate thumbnails
This commit is contained in:
@ -36,20 +36,4 @@ vhost hls.zap.stream {
|
||||
on_unpublish http://10.100.2.226:5295/api/srs;
|
||||
on_hls http://10.100.2.226:5295/api/srs;
|
||||
}
|
||||
|
||||
transcode {
|
||||
enabled on;
|
||||
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
|
||||
|
||||
engine {
|
||||
enabled on;
|
||||
vcodec png;
|
||||
acodec an;
|
||||
vparams {
|
||||
vframes 1;
|
||||
}
|
||||
oformat image2;
|
||||
output ./objs/nginx/html/[app]/[stream].png;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user