mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-29 01:53:00 +08:00
feat(streamserver): Allow hiding the stream key
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -36,9 +36,14 @@ message Error {
|
||||
string message = 2;
|
||||
}
|
||||
|
||||
message ResourcePathURL {
|
||||
string url = 1;
|
||||
string authKey = 2;
|
||||
}
|
||||
|
||||
message ResourcePath {
|
||||
oneof ResourcePath {
|
||||
string url = 1;
|
||||
ResourcePathURL url = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user