mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
fix: config map empty
This commit is contained in:
1238
pb/global.pb.go
1238
pb/global.pb.go
File diff suppressed because it is too large
Load Diff
@@ -348,13 +348,19 @@ message AudioTrackInfo {
|
||||
uint32 channels =7;
|
||||
}
|
||||
|
||||
message TrackSnapShotResponse {
|
||||
message TrackSnapShotData {
|
||||
repeated TrackSnapShot ring = 1;
|
||||
uint32 ringDataSize = 2;
|
||||
map<uint32, uint32> reader = 3;
|
||||
repeated MemoryBlockGroup memory = 4;
|
||||
}
|
||||
|
||||
message TrackSnapShotResponse {
|
||||
int32 code = 1;
|
||||
string message = 2;
|
||||
TrackSnapShotData data = 3;
|
||||
}
|
||||
|
||||
message VideoTrackInfo {
|
||||
string codec = 1;
|
||||
string delta = 2;
|
||||
|
||||
Reference in New Issue
Block a user