Skip to content

Commit

Permalink
add manifest location to egress info (#862)
Browse files Browse the repository at this point in the history
* add manifest_url to egress info

* generated protobuf

* location and presigned url

* generated protobuf

* add internal cloud_backup_enabled option

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
frostbyte73 and github-actions[bot] authored Oct 17, 2024
1 parent 226ac38 commit ef6fc8f
Show file tree
Hide file tree
Showing 7 changed files with 492 additions and 445 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-scissors-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"github.com/livekit/protocol": patch
---

added manifest details to egress info
401 changes: 212 additions & 189 deletions livekit/livekit_egress.pb.go

Large diffs are not rendered by default.

379 changes: 191 additions & 188 deletions livekit/livekit_egress.twirp.go

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions protobufs/livekit_egress.proto
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,9 @@ message EgressInfo {
repeated FileInfo file_results = 16;
repeated SegmentsInfo segment_results = 17;
repeated ImagesInfo image_results = 20;

// next ID: 23
string manifest_location = 23;
string manifest_presigned_url = 24;
// next ID: 24
}

message StreamInfoList {
Expand Down
2 changes: 2 additions & 0 deletions protobufs/rpc/egress.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ message StartEgressRequest {
string room_id = 3;
string token = 8;
string ws_url = 9;

bool cloud_backup_enabled = 10; // cloud only
}

message ListActiveEgressRequest {}
Expand Down
81 changes: 46 additions & 35 deletions rpc/egress.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 33 additions & 31 deletions rpc/egress.psrpc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef6fc8f

Please sign in to comment.