mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Add looping_runtime to avstream status
This commit is contained in:
@@ -3,19 +3,20 @@ package app
|
||||
type AVstreamIO struct {
|
||||
State string
|
||||
Packet uint64 // counter
|
||||
Time uint64
|
||||
Time uint64 // sec
|
||||
Size uint64 // bytes
|
||||
}
|
||||
|
||||
type AVstream struct {
|
||||
Input AVstreamIO
|
||||
Output AVstreamIO
|
||||
Aqueue uint64 // gauge
|
||||
Queue uint64 // gauge
|
||||
Dup uint64 // counter
|
||||
Drop uint64 // counter
|
||||
Enc uint64 // counter
|
||||
Looping bool
|
||||
Duplicating bool
|
||||
GOP string
|
||||
Input AVstreamIO
|
||||
Output AVstreamIO
|
||||
Aqueue uint64 // gauge
|
||||
Queue uint64 // gauge
|
||||
Dup uint64 // counter
|
||||
Drop uint64 // counter
|
||||
Enc uint64 // counter
|
||||
Looping bool
|
||||
LoopingRuntime uint64 // sec
|
||||
Duplicating bool
|
||||
GOP string
|
||||
}
|
||||
|
Reference in New Issue
Block a user