mediamtx/internal/recorder
Alessandro Ros f1e031c5c8
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_highlevel (push) Has been cancelled
fix recording timestamp with some audio codecs (#3969) (#4041) (#4062)
When a stream contained an Opus, MPEG-4 audio or AC3 track, timestamp in
the segment file name was increasing at twice the speed.
2024-12-21 11:18:23 +01:00
..
format.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00
format_fmp4.go fix recording timestamp with some audio codecs (#3969) (#4041) (#4062) 2024-12-21 11:18:23 +01:00
format_fmp4_part.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00
format_fmp4_segment.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00
format_fmp4_track.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00
format_mpegts.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00
format_mpegts_segment.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00
recorder.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00
recorder_instance.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00
recorder_test.go fix crash when recording a stream with unsupported tracks (#3978) (#3996) 2024-11-30 11:23:41 +01:00