Commit Graph

1589 Commits

Author SHA1 Message Date
Alessandro Ros
89ebc83993
update golangci-lint (#1870) 2023-05-28 17:18:16 +02:00
Alessandro Ros
22f05e97e8
replace math/rand with crypto/rand (#1872) 2023-05-28 17:10:40 +02:00
Alessandro Ros
7d04742426
restore sending session ID to external authentication (#1871)
this fixes a regression introduced in v0.23.0
2023-05-28 13:45:19 +02:00
Alessandro Ros
128f2d3e20
print error that caused an external command to exit (#1869) 2023-05-27 19:28:07 +02:00
Alessandro Ros
06cc28b372
add explicit instructions on how to run an executable in the current folder (#1867) 2023-05-27 18:20:17 +02:00
Alessandro Ros
a0b973963d
allow using special characters in external commands (#1652) (#1868)
on Windows, when using cmd.exe or a bat file as external command.
2023-05-27 18:20:06 +02:00
dependabot[bot]
27a2418663
build(deps): bump github.com/pion/webrtc/v3 from 3.2.6 to 3.2.8 (#1862) 2023-05-24 20:19:13 +02:00
Alessandro Ros
99aa0d0ac9
webrtc: fix WHIP/WHEP implementation (#1857) (#1861)
offers and answers are now encoded in SDP in place of JSON; Location
header is set by the server.

This fixes compatibility with GStreamer and whipsink
2023-05-24 17:06:06 +02:00
dependabot[bot]
834cade788
build(deps): bump github.com/pion/webrtc/v3 from 3.2.4 to 3.2.6 (#1856)
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.4 to 3.2.6.
- [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.4...v3.2.6)

---
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-05-22 21:38:40 +02:00
dependabot[bot]
e6b13a7d55
build(deps): bump github.com/bluenviron/gohlslib from 0.2.4 to 0.2.5 (#1855) 2023-05-22 20:17:03 +02:00
dependabot[bot]
5f5345871e
build(deps): bump github.com/pion/ice/v2 from 2.3.4 to 2.3.5 (#1854) 2023-05-22 20:16:48 +02:00
Alessandro Ros
65f617aa7c
api: allow using paths/list when a path is being deleted (#1849) 2023-05-20 11:11:26 +02:00
Alessandro Ros
1889641c8c
webrtc: add POST and PATCH methods to Access-Control-Allow-Methods (#1848) 2023-05-20 11:10:14 +02:00
Alessandro Ros
1fe22a8141
update gortsplib (#1846) 2023-05-20 11:05:57 +02:00
Alessandro Ros
766260f8dd
fix usage of Access-Control-Expose-Headers (#1847) 2023-05-20 10:59:44 +02:00
mrlt8
79cbf622a2
Expose E-Tag, Accept-Patch and Link headers for cross-origin WHIP/WHEP requests (#1841) 2023-05-20 10:51:19 +02:00
dependabot[bot]
26c0e513de
build(deps): bump github.com/pion/interceptor from 0.1.16 to 0.1.17 (#1844) 2023-05-19 22:06:59 +02:00
dependabot[bot]
70734387f0
build(deps): bump github.com/pion/webrtc/v3 from 3.2.3 to 3.2.4 (#1843) 2023-05-19 22:06:11 +02:00
Alessandro Ros
cefa16849e
apidocs: fix method of /get endpoints (#1835) 2023-05-19 00:20:22 +02:00
Alessandro Ros
6e5f87f65e
hls: fix 404 error when hlsAlwaysRemux and sourceOnDemand are both true (#1818) (#1834) 2023-05-18 23:14:18 +02:00
dependabot[bot]
6cb75720e2
build(deps): bump github.com/pion/webrtc/v3 from 3.2.1 to 3.2.3 (#1832)
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.1 to 3.2.3.
- [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.1...v3.2.3)

---
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-05-18 20:22:54 +02:00
Alessandro Ros
6cb3ff0d55
api: sort results of /list endpoints (#1828) 2023-05-18 20:17:04 +02:00
dependabot[bot]
cbc0cb296f
build(deps): bump github.com/pion/ice/v2 from 2.3.3 to 2.3.4 (#1833)
Bumps [github.com/pion/ice/v2](https://github.com/pion/ice) from 2.3.3 to 2.3.4.
- [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.3...v2.3.4)

---
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-05-18 20:15:50 +02:00
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>
2023-05-18 20:15:40 +02:00
Alessandro Ros
e10055ad69
api: add item count to /list endpoints (#1813) (#1829) 2023-05-18 20:05:59 +02:00
Alessandro Ros
13fb559f5f
fix race condition in TestMetrics (#1830) 2023-05-18 20:05:35 +02:00
Alessandro Ros
330a9e027c
fix race condition in tests (#1826) 2023-05-18 19:16:07 +02:00
Alessandro Ros
67672ea9c6
api: fix wrong pageCount in /list endpoints (#1813) (#1824) 2023-05-18 18:59:51 +02:00
Alessandro Ros
581a840771
fix missing H264/H265 keyframe warning message (#1825) 2023-05-18 18:00:53 +02:00
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.
2023-05-18 15:07:47 +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
6b8c65f5d7
webrtc: fix exception in browser when webrtcICEServers is empty (#1817) (#1821)
this fixes a regression introduced in v0.23.0.
2023-05-18 14:58:19 +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
0fdc322bd9
fix API docs (#1810) 2023-05-16 20:54:06 +02:00
Alessandro Ros
adf94092a8
add base class to all HTTP servers (#1809) 2023-05-16 20:12:45 +02:00
Alessandro Ros
9c79197f36
api: add pagination to all /list endpoints (#1808) 2023-05-16 19:48:13 +02:00
Alessandro Ros
bf4d6c905f
hls muxer: show index page even if stream is not present (#1806) 2023-05-16 19:23:02 +02:00
Alessandro Ros
35b67a9ec1
bump hls.js (#1807) 2023-05-16 19:22:54 +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
2686c7b04b
webrtc: discard empty RTP packets coming from Chrome (#1804) 2023-05-16 17:29:20 +02:00
Alessandro Ros
418d987a86
remove pion/ice replacement (#1803) 2023-05-16 17:29:09 +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
8a264d9fa2
do not post comments when locking pull requests (#1799) 2023-05-15 11:43:58 +02:00
Alessandro Ros
71310c5eb0
webrtc: validate ICE servers in configuration (#1798) 2023-05-15 10:51:00 +02:00
Alessandro Ros
29f23c6dad
speed up compilation of binaries (#1797)
run compilation in parallel
2023-05-15 09:52:56 +02:00
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>
2023-05-14 17:02:03 +02:00
metal A-wing
f22d2f6ec2
add darwin/arm64 binary (#1789) 2023-05-14 15:56:51 +02:00
Alessandro Ros
1688e5d2e5
support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00