Skip to content

Commit

Permalink
[REFACTOR] 세그먼트 프레임 6초로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
i3kae authored Nov 28, 2024
1 parent 29e0a96 commit 8351320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/rtmpServer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const transformationConfig = {
{
app: 'live',
hls: true,
hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]',
hlsFlags: '[hls_time=6:hls_list_size=3:hls_flags=delete_segments]',
vc: 'libx264',
vcParam: ['-g', '60', '-keyint_min', '60', '-sc_threshold', '0'],
ac: 'copy',
Expand Down

0 comments on commit 8351320

Please sign in to comment.