dependabot[bot]
a4427905d8
build(deps): bump github.com/bluenviron/gortsplib/v3 from 3.6.2 to 3.6.3 ( #1831 )
...
Bumps [github.com/bluenviron/gortsplib/v3](https://github.com/bluenviron/gortsplib ) from 3.6.2 to 3.6.3.
- [Commits](https://github.com/bluenviron/gortsplib/compare/v3.6.2...v3.6.3 )
---
updated-dependencies:
- dependency-name: github.com/bluenviron/gortsplib/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>
2 years ago
Alessandro Ros
e10055ad69
api: add item count to /list endpoints ( #1813 ) ( #1829 )
2 years ago
Alessandro Ros
13fb559f5f
fix race condition in TestMetrics ( #1830 )
2 years ago
Alessandro Ros
330a9e027c
fix race condition in tests ( #1826 )
2 years ago
Alessandro Ros
67672ea9c6
api: fix wrong pageCount in /list endpoints ( #1813 ) ( #1824 )
2 years ago
Alessandro Ros
581a840771
fix missing H264/H265 keyframe warning message ( #1825 )
2 years ago
Alessandro Ros
b93eed64bc
api: add /get endpoints ( #1577 ) ( #1823 )
...
this allows to get entities by ID or name after /list endpoints were
changed in v0.23.0.
2 years ago
Alessandro Ros
bbd8f006fe
rtmp: fix crash when publishing video-only tracks ( #1819 ) ( #1822 )
...
this fixes a regression introduced in v0.23.0.
2 years ago
Alessandro Ros
6b8c65f5d7
webrtc: fix exception in browser when webrtcICEServers is empty ( #1817 ) ( #1821 )
...
this fixes a regression introduced in v0.23.0.
2 years ago
Alessandro Ros
586df289e2
bump API prefix from /v1 to /v2 ( #1815 )
2 years ago
Alessandro Ros
998c75e038
fix api documentation link ( #1811 )
2 years ago
Alessandro Ros
0fdc322bd9
fix API docs ( #1810 )
2 years ago
Alessandro Ros
adf94092a8
add base class to all HTTP servers ( #1809 )
2 years ago
Alessandro Ros
9c79197f36
api: add pagination to all /list endpoints ( #1808 )
2 years ago
Alessandro Ros
bf4d6c905f
hls muxer: show index page even if stream is not present ( #1806 )
2 years ago
Alessandro Ros
35b67a9ec1
bump hls.js ( #1807 )
2 years ago
Alessandro Ros
503a131097
webrtc: return 404 when a stream is not present ( #1805 )
2 years ago
Alessandro Ros
2686c7b04b
webrtc: discard empty RTP packets coming from Chrome ( #1804 )
2 years ago
Alessandro Ros
418d987a86
remove pion/ice replacement ( #1803 )
2 years ago
Alessandro Ros
39c072edd6
change repository owner ( #1801 )
2 years ago
Alessandro Ros
a14246d776
webrtc: support publishing with WHIP and reading with WHEP ( #1800 )
2 years ago
Alessandro Ros
8a264d9fa2
do not post comments when locking pull requests ( #1799 )
2 years ago
Alessandro Ros
71310c5eb0
webrtc: validate ICE servers in configuration ( #1798 )
2 years ago
Alessandro Ros
29f23c6dad
speed up compilation of binaries ( #1797 )
...
run compilation in parallel
2 years ago
Jordy84
596765c14c
Allow sending Range header to RTSP sources ( #1780 )
...
* Enable Range headers using path config
* Use enum instead of strings
* Comments added to new code
* Wrong comment format
* Made CreateRangeHeader func private
* reorder configuration
* handle errors inside createRangeHeader()
* add tests
* update API docs
---------
Co-authored-by: Jordy Boezaard <jordy@boezaard.com>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2 years ago
metal A-wing
f22d2f6ec2
add darwin/arm64 binary ( #1789 )
2 years ago
Alessandro Ros
1688e5d2e5
support publishing with WebRTC ( #1659 ) ( #1786 )
2 years ago
Alessandro Ros
6ea299fc56
api: fix type of RTMPS readers ( #1784 )
...
it was wrongly set to RTMP.
2 years ago
dependabot[bot]
37514ee850
build(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 ( #1783 )
2 years ago
Alessandro Ros
f079fd365e
fix race condition in tests ( #1781 )
2 years ago
dependabot[bot]
216809da5e
build(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 ( #1778 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.10.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>
2 years ago
dependabot[bot]
2d671e682f
build(deps): bump github.com/bluenviron/gohlslib from 0.2.3 to 0.2.4 ( #1779 )
...
Bumps [github.com/bluenviron/gohlslib](https://github.com/bluenviron/gohlslib ) from 0.2.3 to 0.2.4.
- [Commits](https://github.com/bluenviron/gohlslib/compare/v0.2.3...v0.2.4 )
---
updated-dependencies:
- dependency-name: github.com/bluenviron/gohlslib
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>
2 years ago
Alessandro Ros
d8678cef90
unify authentication mechanisms ( #1775 )
2 years ago
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>
2 years ago
Alessandro Ros
7aa163366f
return error in case of string-to-int overflows ( #1776 )
2 years ago
Thomas Anderson
9ac2a05d58
fix: metrics listener address sanitization ( #1774 )
...
In commit 3475762
from PR #1678 the restrictNetwork function was called
twice for the metrics listening address only, which leads to 0.0.0.0
listeners not working properly for the metrics server.
2 years ago
Alessandro Ros
e998688757
allow setting rpiCameraSaturation to 0 ( #1651 ) ( #1772 )
2 years ago
Alessandro Ros
7ec753f8a3
support reading AV1 tracks with WebRTC ( #1768 )
2 years ago
Alessandro Ros
e8124e2f56
support publishing H265 and AV1 tracks with Enhanced RTMP ( #1393 ) ( #1446 ) ( #1621 ) ( #1756 )
2 years ago
Alessandro Ros
225220ddd5
print warning in case no key frames are being received ( #1763 )
2 years ago
dependabot[bot]
cdd907b016
build(deps): bump github.com/bluenviron/gortsplib/v3 from 3.3.1 to 3.4.0 ( #1755 )
...
Bumps [github.com/bluenviron/gortsplib/v3](https://github.com/bluenviron/gortsplib ) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/bluenviron/gortsplib/releases )
- [Commits](https://github.com/bluenviron/gortsplib/compare/v3.3.1...v3.4.0 )
---
updated-dependencies:
- dependency-name: github.com/bluenviron/gortsplib/v3
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>
2 years ago
Alessandro Ros
22fe65509b
cleanup ( #1754 )
2 years ago
dependabot[bot]
dc89d57ddc
build(deps): bump github.com/pion/webrtc/v3 from 3.2.0 to 3.2.1 ( #1751 )
...
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/pion/webrtc/releases )
- [Commits](https://github.com/pion/webrtc/compare/v3.2.0...v3.2.1 )
---
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>
2 years ago
dependabot[bot]
77bfd670b0
build(deps): bump github.com/pion/webrtc/v3 from 3.1.62 to 3.2.0 ( #1746 )
...
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc ) from 3.1.62 to 3.2.0.
- [Release notes](https://github.com/pion/webrtc/releases )
- [Commits](https://github.com/pion/webrtc/compare/v3.1.62...v3.2.0 )
---
updated-dependencies:
- dependency-name: github.com/pion/webrtc/v3
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>
2 years ago
dependabot[bot]
5145504231
build(deps): bump github.com/pion/interceptor from 0.1.13 to 0.1.16 ( #1741 )
...
Bumps [github.com/pion/interceptor](https://github.com/pion/interceptor ) from 0.1.13 to 0.1.16.
- [Release notes](https://github.com/pion/interceptor/releases )
- [Commits](https://github.com/pion/interceptor/compare/v0.1.13...v0.1.16 )
---
updated-dependencies:
- dependency-name: github.com/pion/interceptor
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>
2 years ago
Alessandro Ros
db6d6a5b30
update dependencies ( #1740 )
2 years ago
dependabot[bot]
5098f255ef
build(deps): bump github.com/pion/webrtc/v3 from 3.1.61 to 3.1.62 ( #1737 )
...
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc ) from 3.1.61 to 3.1.62.
- [Release notes](https://github.com/pion/webrtc/releases )
- [Commits](https://github.com/pion/webrtc/compare/v3.1.61...v3.1.62 )
---
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>
2 years ago
dependabot[bot]
fd02935e12
build(deps): bump github.com/pion/interceptor from 0.1.12 to 0.1.13 ( #1738 )
...
Bumps [github.com/pion/interceptor](https://github.com/pion/interceptor ) from 0.1.12 to 0.1.13.
- [Release notes](https://github.com/pion/interceptor/releases )
- [Commits](https://github.com/pion/interceptor/compare/v0.1.12...v0.1.13 )
---
updated-dependencies:
- dependency-name: github.com/pion/interceptor
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>
2 years ago
Alessandro Ros
2d17dff3b5
support publishing, reading and proxying MPEG-2 audio (MP3) tracks with RTMP ( #1102 ) ( #1736 )
2 years ago
dependabot[bot]
c314d77596
build(deps): bump github.com/pion/webrtc/v3 from 3.1.60 to 3.1.61 ( #1732 )
...
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc ) from 3.1.60 to 3.1.61.
- [Release notes](https://github.com/pion/webrtc/releases )
- [Commits](https://github.com/pion/webrtc/compare/v3.1.60...v3.1.61 )
---
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>
2 years ago