Lukas Anliker

Results 3 issues of Lukas Anliker

Allows to record just the pcs from runtime.Callers when an error occurs and convert them to a StackTrace only if the trace is actually needed, e.g. when printing to a...

We are currently using the following skeleton code for encrypting fragmented mp4 content *per segment*: ```go mp4Data, err := mp4.DecodeFile(segReader) ... for _, s := range mp4Data.Segments { // always...