mediamtx/internal/recorder/format.go
Alessandro Ros b77df43536
fix crash when recording a stream with unsupported tracks (#3978) (#3996)
* normalize variable names

* fix file name

* fix crash when recording a stream with unsupported tracks (#3978)
2024-11-30 11:23:41 +01:00

7 lines
72 B
Go

package recorder
type format interface {
initialize() bool
close()
}