Skip to content

Commit

Permalink
[fix] thumbnail url 변경 (#209)
Browse files Browse the repository at this point in the history
* fix: thumbnail url 수정

* fix: thumbnail url 수정

* fix : thumbnail url 수정완료
  • Loading branch information
jmhee28 authored Dec 13, 2023
1 parent 861b0bf commit e956ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/encoding-server/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rtmp {
record_path /opt/flv;
record_interval 10s;

exec_record_done ffmpeg -i $path -vcodec png -vframes 1 -an -f rawvideo -s 426x240 -ss 00:00:01 -y /opt/data/thumb/$name.png;
exec_record_done ffmpeg -i $path -vcodec png -vframes 1 -an -f rawvideo -s 426x240 -ss 00:00:01 -y /opt/data/thumb/thumbnail_$name.png;
}
}
}
Expand Down

0 comments on commit e956ee9

Please sign in to comment.