Commit Graph

1744 Commits

Author SHA1 Message Date
Alessandro Ros
1133c734ab
support publishing AV1/H265 with OBS 30 (#2217) (#2234) 2023-08-22 22:56:23 +02:00
Xavier Hallade
accfc49f9c
allow RTMP streaming with codecid=av01 or hvc1 (#2232)
* allow RTMP streaming with codecid=av01 or hvc1

Prior to this change, when trying to stream AV1 over enhanced RTMP using
XSplit Broadcaster, the server was refusing the content with
"unsupported video codec: av01" message.

* add tests

---------

Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2023-08-22 22:35:09 +02:00
dependabot[bot]
c4409026e6
build(deps): bump github.com/pion/webrtc/v3 from 3.2.16 to 3.2.17 (#2229) 2023-08-21 20:58:36 +02:00
dependabot[bot]
e380872dad
build(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 (#2228) 2023-08-21 20:57:46 +02:00
dependabot[bot]
858e68aa1d
build(deps): bump github.com/pion/webrtc/v3 from 3.2.15 to 3.2.16 (#2220)
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.15 to 3.2.16.
- [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.15...v3.2.16)

---
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-18 23:05:49 +02:00
dependabot[bot]
5e095971c4
build(deps): bump github.com/pion/webrtc/v3 from 3.2.14 to 3.2.15 (#2216) 2023-08-17 20:25:36 +02:00
Alessandro Ros
a29a4c7de7
hls: fix wrong protocol sent to external authentication server (#2213) 2023-08-16 19:17:06 +02:00
Alessandro Ros
7e0fb20eed
add instructions on how to forward streams (#2212) 2023-08-16 17:57:41 +02:00
Alessandro Ros
d289b9872e
make sure that GStreamer pipelines in README use yuv420 (#2211) 2023-08-16 17:57:21 +02:00
Alessandro Ros
659f19f8bb
enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
Alessandro Ros
7001164e2f
simplify sample SRT read URL (#2196) 2023-08-13 15:24:51 +02:00
Alessandro Ros
e937e37d4f
update Linux Alpine (#2195) 2023-08-12 11:55:49 +02:00
Alessandro Ros
5244e056f8
update gofumpt (#2194) 2023-08-12 11:55:42 +02:00
Alessandro Ros
7e180ceea2
rtmp: support ingesting RTMPE streams (#2189) 2023-08-10 21:06:51 +02:00
Alessandro Ros
57a436b0d5
add security policy (#2185) 2023-08-09 14:00:34 +02:00
Alessandro Ros
6f65aed1cb
fix typo in README (#2184) 2023-08-09 13:49:01 +02:00
Alessandro Ros
8357f294f6
update readme (#2183) 2023-08-09 13:45:28 +02:00
Alessandro Ros
27260572fc
fix make binaries (#2179) 2023-08-08 14:18:15 +02:00
Alessandro Ros
7e63b995bb
update dependencies (#2178) 2023-08-08 13:58:16 +02:00
Daniel
36e608902d
Add video player options via query string (#2145)
* Add video player options via query string.

* use arrow-style functions

* remove redundant check

---------

Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2023-08-07 22:19:15 +02:00
Alessandro Ros
a3e5dff488
update readme (#2177) 2023-08-07 20:44:21 +02:00
Alessandro Ros
cffbf59898
update codec checking tool (#2174) 2023-08-07 20:29:14 +02:00
Alessandro Ros
161a9b54b2
update dependencies (#2176) 2023-08-07 20:25:45 +02:00
dependabot[bot]
bc8dcc4bb9
build(deps): bump github.com/pion/ice/v2 from 2.3.9 to 2.3.10 (#2171)
Bumps [github.com/pion/ice/v2](https://github.com/pion/ice) from 2.3.9 to 2.3.10.
- [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.9...v2.3.10)

---
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-08-07 19:44:13 +02:00
dependabot[bot]
be0f454691
build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 (#2170)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/net/compare/v0.13.0...v0.14.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-07 19:43:26 +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) 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) 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) 2023-08-06 02:28:28 +02:00
Alessandro Ros
47d06a9dd8
update browser codec support tool (#2153) 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)
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) 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)
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) 2023-08-02 11:39:53 +02:00