feat: select correct transcoding for streaming
This commit is contained in:
@@ -13,4 +13,5 @@ type Transcodings []Transcoding
|
||||
type TranscodingRepository interface {
|
||||
Get(id string) (*Transcoding, error)
|
||||
Put(*Transcoding) error
|
||||
FindByFormat(format string) (*Transcoding, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user