chore: Fix onesie request example and clean up

This commit is contained in:
Luan
2025-04-06 19:12:24 -03:00
parent d72f8b2dae
commit 159237ff92
27 changed files with 1721 additions and 389 deletions

View File

@@ -7,7 +7,7 @@ message FormatInitializationMetadata {
optional string video_id = 1;
optional .misc.FormatId format_id = 2;
optional int32 end_time_ms = 3;
optional int32 field4 = 4;
optional int64 end_segment_number = 4;
optional string mime_type = 5;
optional .misc.InitRange init_range = 6;
optional .misc.IndexRange index_range = 7;