Commit Graph

15 Commits

Author SHA1 Message Date
Alessandro Ros
7bca38badb add self-upgrader (#3501) (#5035)
this allows to upgrade MediaMTX to latest version by running

./mediamtx --upgrade
2025-10-13 13:06:47 +02:00
Alessandro Ros
9b619175b4 support customizing official Docker images (#4471) 2025-04-28 23:49:55 +02:00
Johnny Arcitec
426e6f89a2 improve unsafe path handling (#3927)
* fix: improve unsafe path handling

Paths containing spaces or dashes were being interpreted as separate options, since the path handling lacked double quotes.

This fixes all unsafe instances of "PWD" and "HOME", along with all other unsafe paths in the scripts.

* readme: explicitly mount the configuration as read-only

This clearly shows users that the MediaMTX container will not modify the configuration file.
2024-11-06 15:15:25 +01:00
Alessandro Ros
6256d0b893 rpi: embed libcamera and libfreetype into the server (#2581) (#3665) 2024-08-18 19:12:26 +02:00
Alessandro Ros
f69be81e20 optimize generation of docker images (#2267)
All checks were successful
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
2023-08-30 13:10:47 +02:00
Alessandro Ros
73d3a81126 fix make dockerhub-legacy (#1924) 2023-06-07 13:48:10 +02:00
Alessandro Ros
c9eb1a56aa change Docker repository to bluenviron/mediamtx (#1923) 2023-06-07 12:35:31 +02:00
Alessandro Ros
ae883040fd improve Docker images (#1771) (#1909)
* add ffmpeg variant
* remove 'v' prefix from tags
2023-06-07 12:26:08 +02:00
Alessandro Ros
053f2ec282 rename repository and executable (#1641) 2023-04-01 19:52:06 +02:00
Alessandro Ros
3c9eed5fae rpicamera: add text overlay with current time (#1288) (#1604)
Some checks failed
apidocs
code
mod-tidy
test32
test64
test_highlevel
2023-03-31 17:33:30 +02:00
aler9
efa75a1e95 fix generation of Docker images with buildx v0.10
see
https://github.com/docker/buildx/issues/1509
https://github.com/moby/moby/issues/43126
https://github.com/docker/cli/pull/3990
2023-02-13 17:43:52 +01:00
aler9
feae9222c6 add latest-rpi docker image 2022-12-12 14:37:22 +01:00
aler9
3b5efb25a3 add docker images with libcamera included (#1110) 2022-12-12 13:52:09 +01:00
Alessandro Ros
4c96a6873e rpicamera: allow to use the Raspberry Pi Camera with Docker (#1212) 2022-11-03 21:44:53 +01:00
aler9
02d3dd92e6 split makefile into multiple scripts 2022-08-23 09:42:25 +02:00