]> git.sesse.net Git - cubemap/blobdiff - state.proto
Keep the HLS backlog even if the stream header changes.
[cubemap] / state.proto
index 290c0fff14a8ffa15f8fe7589998c13d8887c6dd..28ec66a0f96d5827792c6536f16d80837cb648b9 100644 (file)
@@ -23,14 +23,15 @@ message ClientProto {
        optional int64 tls_output_bytes_already_consumed = 18;
        optional bool in_ktls_mode = 19;
        optional bytes x_playback_session_id = 22;
-       optional bool close_after_response = 23;
-       optional bool http_11 = 24;
+       optional bool close_after_response = 23 [default=true];
+       optional bool http_11 = 24 [default=false];
 };
 
 // Corresponds to struct Stream::FragmentStart.
 message FragmentStartProto {
        optional int64 byte_position = 1;
        optional double pts = 2;
+       optional bool begins_header = 3 [default=false];
 };
 
 // Corresponds to struct Stream.