1720 Commits

Author SHA1 Message Date
aler9 835e246858 temp 2023-08-07 19:51:57 +02:00
Alessandro Ros efcc4c4e65 fix crash in case of specially-crafted HTTP requests (#2166) (#2169) 2023-08-07 17:16:33 +02:00
Alessandro Ros 61d300396d remove 'disable' from names of configuration parameters (#2101)
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-06 21:40:08 +02:00
Alessandro Ros d6058ae469 rename disablePublisherOverride into overridePublisher (#2164) 2023-08-06 21:29:16 +02:00
Alessandro Ros 7d7cedc509 apidocs: remove sourceReady from docs (#2163) 2023-08-06 21:23:19 +02:00
Alessandro Ros 40b4fa1e8e support reading and proxying VP9 tracks with HLS (#2162) 2023-08-06 21:10:16 +02:00
Alessandro Ros 9051ccc219 disable check for missing key frames (#1904) (#2161)
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-06 18:15:33 +02:00
Alessandro Ros a2e94fe3db normalize error message (#2160) 2023-08-06 17:56:11 +02:00
Alessandro Ros 1edcc5a670 remove warning when decoding VP8 or VP9 (#2159)
avoid printing 'received a non-starting fragment without any previous starting fragment'
2023-08-06 15:51:26 +02:00
Alessandro Ros ff01e56dfe hls: support proxying AV1 tracks (#2157) 2023-08-06 13:21:43 +02:00
Alessandro Ros d9b7878c3d hls: prefer Opus tracks to MPEG-4 tracks (#2158) 2023-08-06 13:21:32 +02:00
Alessandro Ros 153463466c hls: support reading and proxying AV1 tracks (#2155)
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
2023-08-06 02:28:28 +02:00
Alessandro Ros 47d06a9dd8 update browser codec support tool (#2153)
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-05 17:42:08 +02:00
Alessandro Ros d00b22b5e5 support setting a maximum number of readers per path (#1286) (#2154) 2023-08-05 17:41:54 +02:00
Alessandro Ros b198cc5952 srt: support runOnRead (#2152) 2023-08-05 17:18:04 +02:00
Alessandro Ros dd91abae9b api: add transport to RTSP sessions (#2151) 2023-08-05 17:10:48 +02:00
Alessandro Ros ce0924ac72 udp: support using domain names instead of IPs (#2150) 2023-08-05 16:40:51 +02:00
Alessandro Ros 8bb71ac8d8 srt, udp: support reading and writing MPEG-1 audio streams (#2147) 2023-08-05 14:47:20 +02:00
dependabot[bot] 230ebc6a08 build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 (#2148)
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
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/term/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  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-08-04 19:48:29 +02:00
Alessandro Ros bc3084ae7b support proxying WebRTC streams (#2142)
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-03 23:12:05 +02:00
Alessandro Ros 6185b17c57 update gosrt (#2146) 2023-08-03 22:24:13 +02:00
Daniel 840f6550b0 Create binaries.yml (#2144) 2023-08-03 22:21:20 +02:00
dependabot[bot] 688cddd4fc build(deps): bump github.com/pion/webrtc/v3 from 3.2.13 to 3.2.14 (#2140)
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
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.13 to 3.2.14.
- [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.13...v3.2.14)

---
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-08-02 20:58:30 +02:00
Alessandro Ros ef8b9fb63d webrtc, hls: reply status code 204 to OPTIONS requests (#2141) 2023-08-02 20:52:26 +02:00
dependabot[bot] 42f9bacefb build(deps): bump golang.org/x/net from 0.12.0 to 0.13.0 (#2139)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.13.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-08-02 20:38:44 +02:00
Alessandro Ros 1bfc08cca2 update gortsplib (#2138)
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
2023-08-02 11:39:53 +02:00
Alessandro Ros 556392d2ee remove workaround for pion/rtp < 1.8.1 (#2134)
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-01 11:38:19 +02:00
Alessandro Ros b4e3033ea3 support publishing, reading, proxying with SRT (#2068)
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-07-31 21:20:09 +02:00
Alessandro Ros d696a782f7 rtmp: simplify API (#2130) 2023-07-31 19:41:59 +02:00
dependabot[bot] 959b017d72 build(deps): bump github.com/pion/rtp from 1.8.0 to 1.8.1 (#2129)
Bumps [github.com/pion/rtp](https://github.com/pion/rtp) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/pion/rtp/releases)
- [Changelog](https://github.com/pion/rtp/blob/master/.goreleaser.yml)
- [Commits](https://github.com/pion/rtp/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/pion/rtp
  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-31 19:36:31 +02:00
Alessandro Ros 72b1d233df normalize channels and methods (#2127)
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
needed by #2068
2023-07-30 23:53:39 +02:00
Alessandro Ros e3d4856b4f update gortsplib (#2126) 2023-07-30 23:39:24 +02:00
Alessandro Ros 83484b1e82 update gohlslib (#2125) 2023-07-30 23:28:54 +02:00
Alessandro Ros ab8cf3f0cc add rtmp.Reader, rtmp.Writer (#2124)
needed by #2068
2023-07-30 23:15:22 +02:00
Alessandro Ros 119d6abf19 move HTTP utilities in a dedicated package (#2123)
needed by #2068
2023-07-30 23:03:00 +02:00
Alessandro Ros 08d6d0b888 add base class to all data units (#2122)
needed by #2068
2023-07-30 22:55:13 +02:00
Alessandro Ros db3862cf0d move stream in a dedicated package (#2121)
needed by #2068
2023-07-30 22:34:35 +02:00
Alessandro Ros b42154fa6a return an error in case the random number generator fails (#2120) 2023-07-30 22:30:41 +02:00
Alessandro Ros dfc8e1fa91 webrtc: fix race condition when broadcasting RTP packets (#2117)
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-07-29 00:43:10 +02:00
Alessandro Ros e4bd1b35a2 update dependencies (#2113)
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-07-28 00:06:58 +02:00
dependabot[bot] 583fee26f6 build(deps): bump github.com/abema/go-mp4 from 0.10.1 to 0.11.0 (#2112)
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
Bumps [github.com/abema/go-mp4](https://github.com/abema/go-mp4) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/abema/go-mp4/releases)
- [Commits](https://github.com/abema/go-mp4/compare/v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/abema/go-mp4
  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-07-27 20:23:28 +02:00
dependabot[bot] 7fa097defb build(deps): bump github.com/bluenviron/mediacommon from 0.5.1 to 0.6.0 (#2110)
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-07-26 20:57:53 +02:00
Alessandro Ros 9b491499bc webrtc: speed up track detection (#2105)
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-07-24 20:32:28 +02:00
dependabot[bot] 5c4153af97 build(deps): bump github.com/bluenviron/gortsplib/v3 from 3.8.1 to 3.8.2 (#2107)
Bumps [github.com/bluenviron/gortsplib/v3](https://github.com/bluenviron/gortsplib) from 3.8.1 to 3.8.2.
- [Commits](https://github.com/bluenviron/gortsplib/compare/v3.8.1...v3.8.2)

---
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-07-24 20:11:26 +02:00
Alessandro Ros f30944a5b7 update golangci-lint (#2106) 2023-07-24 19:59:26 +02:00
Alessandro Ros 1fa53b49d4 webrtc, hls: prevent brute-force attacks by waiting before sending responses (#2100)
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-07-23 20:18:58 +02:00
Alessandro Ros 0137734294 webrtc, hls: show IP in logs in case of failed authentication (#2099) 2023-07-23 20:06:16 +02:00
Alessandro Ros 36298f8bc8 webrtc: send session ID to external auth server (#1981) (#2098) 2023-07-23 19:31:34 +02:00
Alessandro Ros af23609d47 api: fix crash when calling /v1/webrtcsessions/list just after session creation (#2097) 2023-07-23 18:40:06 +02:00
Alessandro Ros 3bb12e2a0a webrtc: show both IP and port during session creation and in API (#2096) 2023-07-23 18:23:15 +02:00