mirror of
https://github.com/aler9/rtsp-simple-server
synced 2026-04-22 23:17:11 +08:00
b77df43536
* normalize variable names * fix file name * fix crash when recording a stream with unsupported tracks (#3978)
7 lines
72 B
Go
7 lines
72 B
Go
package recorder
|
|
|
|
type format interface {
|
|
initialize() bool
|
|
close()
|
|
}
|