mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-20 13:35:37 +00:00
Allow transcoder to run concurently
This commit is contained in:
9
transcoder/src/stream.go
Normal file
9
transcoder/src/stream.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package src
|
||||
|
||||
type TranscodeStream struct {
|
||||
File FileStream
|
||||
Clients []string
|
||||
// true if the segment at given index is completed/transcoded, false otherwise
|
||||
segments []bool
|
||||
// TODO: add ffmpeg process
|
||||
}
|
||||
Reference in New Issue
Block a user