diff --git a/transcoder/src/stream.go b/transcoder/src/stream.go index 8dfcff07..79195f76 100644 --- a/transcoder/src/stream.go +++ b/transcoder/src/stream.go @@ -205,6 +205,7 @@ func (ts *Stream) GetIndex() (string, error) { #EXT-X-ALLOW-CACHE:YES #EXT-X-TARGETDURATION:4 #EXT-X-MEDIA-SEQUENCE:0 +#EXT-X-INDEPENDENT-SEGMENTS ` for segment := 0; segment < len(ts.file.Keyframes)-1; segment++ {