Commit Graph

1790 Commits

Author SHA1 Message Date
Alessandro Ros
a7f3cb287e
rewrite readme (#2015) 2023-07-02 14:03:53 +02:00
Alessandro Ros
a1bbe76120
improve issue linter compatibility (#2010) 2023-07-01 17:00:09 +02:00
Alessandro Ros
74df255091
update dependencies (#2006) 2023-07-01 12:20:59 +02:00
dependabot[bot]
dec2ffaa42
build(deps): bump github.com/pion/webrtc/v3 from 3.2.10 to 3.2.11 (#2002)
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.10 to 3.2.11.
- [Release notes](https://github.com/pion/webrtc/releases)
- [Changelog](https://github.com/pion/webrtc/blob/master/.goreleaser.yml)
- [Commits](https://github.com/pion/webrtc/compare/v3.2.10...v3.2.11)

---
updated-dependencies:
- dependency-name: github.com/pion/webrtc/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 12:16:23 +02:00
Alessandro Ros
1a748bb971
webrtc: allow using special characters in ICE server credentials (#1953) (#2000) 2023-06-30 16:47:10 +02:00
Alessandro Ros
418f4a90b5
rpicamera: check libcamera architecture by using the ELF header (#1940) (#1997) 2023-06-28 16:46:32 +02:00
Alessandro Ros
059ca76fad
webrtc: support publishing with OBS and WebRTC (#1998) 2023-06-28 15:47:21 +02:00
Alessandro Ros
f1b975707a
api: return 404 in /get and /kick endpoints (#1994) (#1995)
when an entity is not found
2023-06-27 23:55:31 +02:00
Alessandro Ros
20a3b07d0a
webrtc: move codec and bitrate settings on client side (#1990) 2023-06-27 22:37:06 +02:00
Alessandro Ros
79ee4e06f3
webrtc: add option to disable audio effects (#1908) (#1989) 2023-06-27 22:36:29 +02:00
Alessandro Ros
4aef466103
webrtc: allow setting Opus bitrate (#1908) (#1985) 2023-06-27 22:15:50 +02:00
Alessandro Ros
6663f7b474
webrtc: forbid publishing zero tracks (#1991) 2023-06-27 13:58:06 +02:00
Alessandro Ros
fb1f8ff81d
webrtc: fix bitrate not being applied (#1984) 2023-06-24 18:35:19 +02:00
Alessandro Ros
c46d2156b6
webrtc: fix memory leak when publishing or reading (#1884) (#1983) 2023-06-24 13:30:36 +02:00
dependabot[bot]
07a28c8f6b
build(deps): bump github.com/alecthomas/kong from 0.7.1 to 0.8.0 (#1978) 2023-06-23 07:44:58 +02:00
Alessandro Ros
2faca73749
hls, webrtc: in the web page, pass query parameters to inner requests (#1976) 2023-06-22 13:19:57 +02:00
Alessandro Ros
5224531551
webrtc: do not pass preflight requests to external auth (#1941) (#1972) 2023-06-22 12:49:59 +02:00
Alessandro Ros
e42002c24a
add instructions on how to add audio to rpi camera (#1620) (#1388) (#1425) (#1975) 2023-06-22 12:10:09 +02:00
Alessandro Ros
ba6c0fa822
set Access-Control-Allow-Headers to a static string (#1973) 2023-06-22 00:16:19 +02:00
Alessandro Ros
5033d1e145
update dependencies (#1968) 2023-06-21 16:20:21 +02:00
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
815fa0586a
webrtc: fix using inline credentials in URLs (#1919) (#1966) 2023-06-21 15:44:04 +02:00
Alessandro Ros
4f098cbdf3
improve tests (#1965) 2023-06-21 15:03:02 +02:00
Alessandro Ros
daa6500082
webrtc: make preflight OPTIONS requests work with external auth (#1941) (#1964)
* webrtc: allow preflight OPTIONS requests to work with external auth (#1941)

* add tests

* improve tests
2023-06-21 13:53:58 +02:00
Alessandro Ros
d3354a0c99
fix 'runOnDemandRestart: yes' (#1947) 2023-06-21 13:25:26 +02:00
dependabot[bot]
fe5b09b28e
build(deps): bump github.com/pion/ice/v2 from 2.3.7 to 2.3.8 (#1956)
Bumps [github.com/pion/ice/v2](https://github.com/pion/ice) from 2.3.7 to 2.3.8.
- [Release notes](https://github.com/pion/ice/releases)
- [Changelog](https://github.com/pion/ice/blob/master/.goreleaser.yml)
- [Commits](https://github.com/pion/ice/compare/v2.3.7...v2.3.8)

---
updated-dependencies:
- dependency-name: github.com/pion/ice/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-17 12:09:04 +02:00
dependabot[bot]
0d1aad2456
build(deps): bump golang.org/x/net from 0.10.0 to 0.11.0 (#1946)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-15 18:03:22 +02:00
dependabot[bot]
2f39b79847
build(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#1945)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/crypto/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-15 17:01:00 +02:00
Alessandro Ros
f1c437acf2
update readme (#1944) 2023-06-15 17:00:38 +02:00
dependabot[bot]
21756a4d54
build(deps): bump github.com/pion/webrtc/v3 from 3.2.9 to 3.2.10 (#1932)
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.9 to 3.2.10.
- [Release notes](https://github.com/pion/webrtc/releases)
- [Changelog](https://github.com/pion/webrtc/blob/master/.goreleaser.yml)
- [Commits](https://github.com/pion/webrtc/compare/v3.2.9...v3.2.10)

---
updated-dependencies:
- dependency-name: github.com/pion/webrtc/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 20:19:22 +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
4dd518cbb1
rebrand initial log message (#1922) 2023-06-07 12:25:16 +02:00
Alessandro Ros
083151360e
return an error in case configuration file can't be opened (#1920) 2023-06-06 21:17:40 +02:00
SP321
04e342a110
update webrtc changes in README. (#1912) 2023-06-05 15:12:51 +02:00
dependabot[bot]
36e377c450
build(deps): bump github.com/pion/webrtc/v3 from 3.2.8 to 3.2.9 (#1906) 2023-06-02 22:08:33 +02:00
Alessandro Ros
e2a6c380b0
api: fix setting default parameters when creating a path (#1853) (#1905)
this fixes a regression introduced in v0.23.0.
2023-06-02 18:43:04 +02:00
Alessandro Ros
f162ce1f07
update documentation (#1900) 2023-06-02 11:54:10 +02:00
Alessandro Ros
681a00347d
support reading MP4A-LATM-encoded AAC with RTMP and HLS (#1694) (#1898) 2023-06-02 00:38:27 +02:00
Alessandro Ros
efda44cfae
rtmp: fix timestamp conversion from RTSP/HLS to RTMP (#1899)
this was causing moments of silence and timing errors when reading with
RTMP a stream originally published with RTSP or HLS.
2023-06-02 00:34:09 +02:00
dependabot[bot]
34e33fe513
build(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1897)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 21:12:15 +02:00
dependabot[bot]
91ec498f90
build(deps): bump github.com/bluenviron/mediacommon from 0.5.0 to 0.5.1 (#1887) 2023-05-31 22:21:12 +02:00
dependabot[bot]
dd0324a2fe
build(deps): bump github.com/bluenviron/gortsplib/v3 from 3.6.5 to 3.6.6 (#1886) 2023-05-31 22:14:34 +02:00
Victor
052da51af3
Add WebRTC stream id to whep response headers (#1879)
* Add WebRTC stream id to whep response headers

* change header name from UUID to ID

* add tests

---------

Co-authored-by: Victor Vitkovskiy <victor.vitkovskiy@mirasys.com>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2023-05-31 18:24:06 +02:00
Alessandro Ros
210603d7c4
update documentation (#1885) 2023-05-31 18:16:39 +02:00
dependabot[bot]
0cccfa1928
build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1880)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 21:13:20 +02:00
dependabot[bot]
5fd29f9fbb
build(deps): bump github.com/bluenviron/gortsplib/v3 from 3.6.4 to 3.6.5 (#1878) 2023-05-29 21:42:02 +02:00
Alessandro Ros
ce1d2abc15
fix using multicast when a single interface doesn't support it (#1874) 2023-05-28 18:12:32 +02:00