]> git.sesse.net Git - cubemap/blobdiff - state.proto
Fix an issue where HLS fragments would become too short when pts was low.
[cubemap] / state.proto
index 290c0fff14a8ffa15f8fe7589998c13d8887c6dd..19b4b9961191b39674fa1ed25ccc61cbbcf2111b 100644 (file)
@@ -23,8 +23,8 @@ 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.