mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-11 00:48:48 +00:00
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. |
||
---|---|---|
.. | ||
format_fmp4_part.go | ||
format_fmp4_segment.go | ||
format_fmp4_track.go | ||
format_fmp4.go | ||
format_mpegts_segment.go | ||
format_mpegts.go | ||
format.go | ||
recorder_instance.go | ||
recorder_test.go | ||
recorder.go |