UPDATE: HLS segments now named by timestamp, rather than sequential numbering
This commit is contained in:
@@ -32,6 +32,7 @@ rtmp {
|
|||||||
hls_nested on;
|
hls_nested on;
|
||||||
hls_fragment 5s;
|
hls_fragment 5s;
|
||||||
hls_playlist_length 60s;
|
hls_playlist_length 60s;
|
||||||
|
hls_fragment_naming timestamp;
|
||||||
hls_cleanup off;
|
hls_cleanup off;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user