mediamtx/internal/record
Alessandro Ros 73ddb21e63
implement native recording (#1399) (#2255)
* implement native recording (#1399)

* support saving VP9 tracks

* support saving MPEG-1 audio tracks

* switch segment when codec parameters change

* allow to disable recording on a path basis

* allow disabling recording cleaner

* support recording MPEG-1/2/4 video tracks

* add microseconds to file names

* add tests
2023-09-16 17:27:07 +02:00
..
agent.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00
agent_test.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00
cleaner.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00
cleaner_test.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00
part.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00
record.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00
record_path.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00
segment.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00
track.go implement native recording (#1399) (#2255) 2023-09-16 17:27:07 +02:00