mediamtx/internal/conf
Alessandro Ros ac0ddc9e8a
playback: improve /list response time (#3637) (#4096)
Response times of the /list endpoint were slow because the duration of
each segment was computed from scratch by summing the duration of each
of its parts.

This is improved by storing the duration of the overall segment in the
header and using that, if available.
2025-01-03 13:08:46 +01:00
..
decrypt allow setting rpiCameraSaturation to 0 (#1651) (#1772) 2023-05-06 23:00:42 +02:00
env rpi: fix passing unsigned integers to component (#3672) 2024-08-21 00:08:54 +02:00
yaml raise error in case of duplicate params in the configuration (#3593) (#3651) 2024-08-13 11:55:00 +02:00
auth_action.go New authentication system (#1341) (#1992) (#2205) (#3081) 2024-03-04 14:20:34 +01:00
auth_internal_users.go fix unexpected behavior of authInternalUsers or authHTTPExclude (#3316) 2024-05-04 10:12:43 +02:00
auth_method.go New authentication system (#1341) (#1992) (#2205) (#3081) 2024-03-04 14:20:34 +01:00
conf.go accept durations expressed as days (i.e. '1d') (#4094) 2025-01-02 12:44:15 +01:00
conf_test.go accept durations expressed as days (i.e. '1d') (#4094) 2025-01-02 12:44:15 +01:00
credential.go move RTSP tests into internal/servers/rtsp (#3049) 2024-02-20 19:35:35 +01:00
credential_test.go move RTSP tests into internal/servers/rtsp (#3049) 2024-02-20 19:35:35 +01:00
duration.go accept durations expressed as days (i.e. '1d') (#4094) 2025-01-02 12:44:15 +01:00
duration_test.go accept durations expressed as days (i.e. '1d') (#4094) 2025-01-02 12:44:15 +01:00
encryption.go rtsp: rename encryption, protocols, serverKey, serverCert into rtspEncryption, rtspProtocols, rtspServerKey, rtspServerCert (#4078) 2024-12-25 18:26:14 +01:00
global.go allow changing default path settings; bump API in order to allow so (#2455) 2023-10-07 23:32:15 +02:00
hls_variant.go hls: support generating streams with multiple audio tracks (#2728) (#3793) 2024-10-03 19:38:54 +02:00
ip_networks.go New authentication system (#1341) (#1992) (#2205) (#3081) 2024-03-04 14:20:34 +01:00
log_destination.go New authentication system (#1341) (#1992) (#2205) (#3081) 2024-03-04 14:20:34 +01:00
log_level.go New authentication system (#1341) (#1992) (#2205) (#3081) 2024-03-04 14:20:34 +01:00
optional_global.go bump Golang to 1.23 (#3702) 2024-11-04 14:02:05 +01:00
optional_path.go bump Golang to 1.23 (#3702) 2024-11-04 14:02:05 +01:00
path.go playback: improve /list response time (#3637) (#4096) 2025-01-03 13:08:46 +01:00
record_format.go support recording to MPEG-TS (#2505) 2023-10-14 22:52:10 +02:00
rtsp_auth_methods.go rtsp: fix authentication when algorithm field is not supported (#3116) (#3314) 2024-05-15 10:28:12 +02:00
rtsp_range_type.go New authentication system (#1341) (#1992) (#2205) (#3081) 2024-03-04 14:20:34 +01:00
rtsp_transport.go rtsp: rename encryption, protocols, serverKey, serverCert into rtspEncryption, rtspProtocols, rtspServerKey, rtspServerCert (#4078) 2024-12-25 18:26:14 +01:00
rtsp_transports.go rtsp: rename encryption, protocols, serverKey, serverCert into rtspEncryption, rtspProtocols, rtspServerKey, rtspServerCert (#4078) 2024-12-25 18:26:14 +01:00
string_size.go New authentication system (#1341) (#1992) (#2205) (#3081) 2024-03-04 14:20:34 +01:00
webrtc_ice_server.go fix unexpected behavior of authInternalUsers or authHTTPExclude (#3316) 2024-05-04 10:12:43 +02:00