You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error when all segments is nil in file reader.go:
ifstate.tagKey {
p.Segments[p.last()].Key=&Key{state.xkey.Method, state.xkey.URI, state.xkey.IV, state.xkey.Keyformat, state.xkey.Keyformatversions}
// First EXT-X-KEY may appeared in the header of the playlist and linked to first segment// but for convenient playlist generation it also linked as default playlist keyifp.Key==nil {
p.Key=state.xkey
}
state.tagKey=false
}
All the segment in p.Segments is nil, so cann't find p.Segments[p.last()].Key.
The text was updated successfully, but these errors were encountered:
I get an error when all segments is nil in file
reader.go
:All the segment in p.Segments is nil, so cann't find p.Segments[p.last()].Key.
The text was updated successfully, but these errors were encountered: