mediamtx/internal/playback
Alessandro Ros 3de05c1330
api: always reply with JSON in case of success or failure (#5252)
Reply with "status": "ok" in case of success, and with "status":
"error" in case of error. This makes the API more accessible and user
friendly.
2025-12-07 10:37:55 +01:00
..
muxer.go switch to mediacommon/v2 (#4259) 2025-02-17 14:54:58 +01:00
muxer_fmp4.go update golangci-lint configuration (#5182) 2025-11-11 23:57:52 +01:00
muxer_mp4.go playback: fix crash (#5240) (#5250) 2025-12-06 22:45:50 +01:00
muxer_mp4_test.go playback: fix crash (#5240) (#5250) 2025-12-06 22:45:50 +01:00
on_get.go playback: improve segment merging algorithm (#5084) 2025-10-13 17:00:21 +02:00
on_get_test.go playback: improve segment merging algorithm (#5084) 2025-10-13 17:00:21 +02:00
on_list.go switch to mediacommon/v2 (#4259) 2025-02-17 14:54:58 +01:00
on_list_test.go update golangci-lint configuration (#5182) 2025-11-11 23:57:52 +01:00
segment_fmp4.go playback: support concatenating segments with long gaps (#5172) 2025-12-01 21:27:08 +01:00
segment_fmp4_test.go playback: support concatenating segments with long gaps (#5172) 2025-12-01 21:27:08 +01:00
server.go api: always reply with JSON in case of success or failure (#5252) 2025-12-07 10:37:55 +01:00
server_test.go support multiple CORS origins (#5150) 2025-11-21 02:00:46 +01:00