Commit Graph

324 Commits

Author SHA1 Message Date
Alessandro Ros
4d55824508
add Arch Linux package (#1957) (#1969)
* add Arch Linux package

* Update README.md

Co-authored-by: database64128 <free122448@hotmail.com>

---------

Co-authored-by: database64128 <free122448@hotmail.com>
2023-06-21 16:09:22 +02:00
Alessandro Ros
f79c4783c7
rename environment variable RTSP_PATH into MTX_PATH (#1967) 2023-06-21 16:08:37 +02:00
Alessandro Ros
f1c437acf2
update readme (#1944) 2023-06-15 17:00:38 +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
SP321
04e342a110
update webrtc changes in README. (#1912) 2023-06-05 15:12:51 +02:00
Alessandro Ros
f162ce1f07
update documentation (#1900) 2023-06-02 11:54:10 +02:00
Alessandro Ros
210603d7c4
update documentation (#1885) 2023-05-31 18:16:39 +02:00
Alessandro Ros
bbd8f006fe
rtmp: fix crash when publishing video-only tracks (#1819) (#1822)
this fixes a regression introduced in v0.23.0.
2023-05-18 15:05:26 +02:00
Alessandro Ros
586df289e2
bump API prefix from /v1 to /v2 (#1815) 2023-05-17 15:44:30 +02:00
Alessandro Ros
998c75e038
fix api documentation link (#1811) 2023-05-16 20:54:12 +02:00
Alessandro Ros
9c79197f36
api: add pagination to all /list endpoints (#1808) 2023-05-16 19:48:13 +02:00
Alessandro Ros
503a131097
webrtc: return 404 when a stream is not present (#1805) 2023-05-16 18:01:05 +02:00
Alessandro Ros
39c072edd6
change repository owner (#1801) 2023-05-16 16:14:20 +02:00
Alessandro Ros
a14246d776
webrtc: support publishing with WHIP and reading with WHEP (#1800) 2023-05-16 15:59:37 +02:00
Alessandro Ros
1688e5d2e5
support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
andrew-ld
a918fae248
allow external authentication to return an error by using the HTTP body (#1546)
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2023-05-08 15:50:33 +02:00
Alessandro Ros
e998688757
allow setting rpiCameraSaturation to 0 (#1651) (#1772) 2023-05-06 23:00:42 +02:00
Alessandro Ros
7ec753f8a3
support reading AV1 tracks with WebRTC (#1768) 2023-05-04 20:46:48 +02:00
Alessandro Ros
e8124e2f56
support publishing H265 and AV1 tracks with Enhanced RTMP (#1393) (#1446) (#1621) (#1756) 2023-05-04 20:37:25 +02:00
Alessandro Ros
22fe65509b
cleanup (#1754) 2023-05-02 13:05:19 +02:00
Alessandro Ros
db6d6a5b30
update dependencies (#1740) 2023-04-26 14:59:47 +02:00
Alessandro Ros
2d17dff3b5
support publishing, reading and proxying MPEG-2 audio (MP3) tracks with RTMP (#1102) (#1736) 2023-04-25 18:13:51 +02:00
Alessandro Ros
a649f91414
update README (#1708) 2023-04-14 12:22:44 +02:00
Alessandro Ros
e666e480cc
update gstreamer recommended pipeline (#1682) 2023-04-11 18:41:41 +02:00
Alessandro Ros
67741d16dd
update readme (#1672) 2023-04-10 15:15:20 +02:00
Alessandro Ros
455f88bd5c
update readme (#1661) 2023-04-07 12:45:02 +02:00
Alessandro Ros
053f2ec282
rename repository and executable (#1641) 2023-04-01 19:52:06 +02:00
Alessandro Ros
f5fd89d3b4
change name of configuration file (#1640) 2023-04-01 19:32:10 +02:00
Alessandro Ros
aae8eb943e
general: change prefix of environment variables (#1639) 2023-04-01 19:31:23 +02:00
Alessandro Ros
1b9584384c
rpicamera: convert font into C header during compilation (#1638) 2023-04-01 19:06:35 +02:00
Alessandro Ros
2dffccf9c1
update gortsplib, gohlslib (#1637) 2023-04-01 18:39:12 +02:00
Alessandro Ros
3c9eed5fae
rpicamera: add text overlay with current time (#1288) (#1604) 2023-03-31 17:33:30 +02:00
Alessandro Ros
853fd42e46
bump Golang to 1.20 (#1602) 2023-03-25 11:48:31 +01:00
Alessandro Ros
fb1c16d606
support reading UDP/MPEG-TS streams (#1490)
* support reading UDP/MPEG-TS streams

* support reading H265 and Opus tracks inside UDP/MPEG-TS streams

* improve timestamp precision of Opus packets
2023-03-21 11:12:43 +01:00
Alessandro Ros
ed45a09800
update gohlslib (#1566) 2023-03-12 16:59:04 +01:00
Alessandro Ros
f4b9133bb8
update gohlslib (#1565) 2023-03-12 13:22:57 +01:00
Alessandro Ros
45727a6de4
switch to go 1.19 (#1563) 2023-03-12 12:42:11 +01:00
aler9
5fd3d1505d update README 2023-03-11 15:06:34 +01:00
Alessandro Ros
4c667917db
continue rebranding (#1560) 2023-03-11 12:22:34 +01:00
Alessandro Ros
8ad376de53
move HLS implementation into gohlslib (#1557) 2023-03-10 13:26:56 +01:00
Alessandro Ros
4580fb4f4b
fix readme (#1547) 2023-03-09 18:11:05 +01:00
irsl
4e579702ed
hls: make hlsEncryption optional even with Low-latency variant (#1530) 2023-03-09 18:08:01 +01:00
Jason Walton
167c5ec6c5
docs: Fix webrtcICEServers format in README.md. (#1528) 2023-03-09 16:47:40 +01:00
Alessandro Ros
8876ff9a83
fix codecov link (#1542) 2023-03-09 14:32:40 +01:00
Alessandro Ros
0201b0e56d
update readme (#1510) 2023-02-25 20:34:10 +01:00
aler9
69c9e57983 update readme 2023-02-12 21:55:10 +01:00
Alessandro Ros
25fa63bb50
move standards list in a dedicated README section (#1467) 2023-02-12 18:17:14 +01:00
aler9
a238c07424 update OpenWRT makefile 2023-02-12 02:08:34 +01:00
Kyle Miracle
c3f7639e98
Add OpenWRT Makefile (#970)
* add openwrt makefile

* update and normalize makefile

* add OpenWRT instructions to the README

---------

Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2023-02-12 01:54:15 +01:00