X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=e612831e1179df8298d0703adfa5479a35ad2903;hp=aba35812d30870088de6a7ef3bda0494934b9ac9;hb=6889a665614e926437484a556124a5ff60363568;hpb=102adb2cb186339634590b7ae3e6b1393c72f4c5 diff --git a/state.proto b/state.proto index aba3581..e612831 100644 --- a/state.proto +++ b/state.proto @@ -20,6 +20,7 @@ message StreamProto { optional bytes stream_header = 7; repeated int32 data_fds = 8; optional int64 backlog_size = 5 [default=10485760]; + optional int64 prebuffering_bytes = 10 [default=0]; optional int64 bytes_received = 3; optional int64 last_suitable_starting_point = 9; optional string url = 4;