Commit Graph

489 Commits

Author SHA1 Message Date
dependabot[bot]
a6f929d111
build(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#2465) 2023-10-05 19:37:30 +02:00
dependabot[bot]
7b75e5cbe9
build(deps): bump github.com/pion/interceptor from 0.1.20 to 0.1.21 (#2456) 2023-10-04 23:36:25 +02:00
dependabot[bot]
34cdef1c49
build(deps): bump github.com/abema/go-mp4 from 1.1.0 to 1.1.1 (#2447)
Bumps [github.com/abema/go-mp4](https://github.com/abema/go-mp4) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/abema/go-mp4/releases)
- [Commits](https://github.com/abema/go-mp4/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/abema/go-mp4
  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-10-02 20:11:26 +02:00
dependabot[bot]
fdf4f7a16e
build(deps): bump github.com/pion/interceptor from 0.1.19 to 0.1.20 (#2437) 2023-09-29 21:02:14 +02:00
Alessandro Ros
d7d96230ff
rtmp: fix compatibility issue with some DJI drones (#2375) (#2409) 2023-09-27 14:38:07 +02:00
dependabot[bot]
9044e88c9d
build(deps): bump github.com/abema/go-mp4 from 1.0.0 to 1.1.0 (#2421)
Bumps [github.com/abema/go-mp4](https://github.com/abema/go-mp4) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/abema/go-mp4/releases)
- [Commits](https://github.com/abema/go-mp4/compare/v1.0.0...v1.1.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-09-27 14:37:47 +02:00
dependabot[bot]
0389d7ada0
build(deps): bump github.com/pion/webrtc/v3 from 3.2.20 to 3.2.21 (#2414)
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.20 to 3.2.21.
- [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.20...v3.2.21)

---
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-09-26 10:23:32 +02:00
dependabot[bot]
5f66cc83d8
build(deps): bump github.com/pion/rtp from 1.8.1 to 1.8.2 (#2415)
Bumps [github.com/pion/rtp](https://github.com/pion/rtp) from 1.8.1 to 1.8.2.
- [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.1...v1.8.2)

---
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-09-26 10:23:20 +02:00
dependabot[bot]
b4c73747d3
build(deps): bump github.com/abema/go-mp4 from 0.13.0 to 1.0.0 (#2413)
Bumps [github.com/abema/go-mp4](https://github.com/abema/go-mp4) from 0.13.0 to 1.0.0.
- [Release notes](https://github.com/abema/go-mp4/releases)
- [Commits](https://github.com/abema/go-mp4/compare/v0.13.0...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/abema/go-mp4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 10:22:53 +02:00
Alessandro Ros
b1f74c30c0
bump dependencies (#2405) 2023-09-24 18:03:33 +02:00
Alessandro Ros
1f11d95059
support recording M-JPEG tracks (#2391) 2023-09-22 12:35:35 +02:00
Alessandro Ros
d07ba5983e
update gortsplib (#2390) 2023-09-21 17:21:18 +02:00
Alessandro Ros
fadfda936d
support AC-3 tracks in SRT and UDP; support recording AC-3 tracks (#2376) 2023-09-19 22:33:00 +02:00
Alessandro Ros
1f840a1bea
update dependencies (#2359) 2023-09-16 23:05:03 +02:00
Alessandro Ros
73ddb21e63
implement native recording (#1399) (#2255)
* implement native recording (#1399)

* support saving VP9 tracks

* support saving MPEG-1 audio tracks

* switch segment when codec parameters change

* allow to disable recording on a path basis

* allow disabling recording cleaner

* support recording MPEG-1/2/4 video tracks

* add microseconds to file names

* add tests
2023-09-16 17:27:07 +02:00
Alessandro Ros
b7e7758293
srt, udp: support publishing and reading MPEG-1/2/4 video with SRT and UDP/MPEG-TS (#2277) 2023-09-16 17:23:40 +02:00
dependabot[bot]
8197831f49
build(deps): bump github.com/bluenviron/mediacommon from 1.1.1 to 1.2.0 (#2339)
Bumps [github.com/bluenviron/mediacommon](https://github.com/bluenviron/mediacommon) from 1.1.1 to 1.2.0.
- [Commits](https://github.com/bluenviron/mediacommon/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/bluenviron/mediacommon
  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-09-13 23:00:06 +02:00
dependabot[bot]
61a0bba2c5
build(deps): bump github.com/pion/webrtc/v3 from 3.2.19 to 3.2.20 (#2340)
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.19 to 3.2.20.
- [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.19...v3.2.20)

---
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-09-13 22:58:28 +02:00
Alessandro Ros
a005de1aa0
udp: fix reading two streams with same port and different multicast IP (#2133) (#2332)
Fixes #2133
2023-09-12 00:27:08 +02:00
dependabot[bot]
2a26962167
build(deps): bump github.com/pion/interceptor from 0.1.18 to 0.1.19 (#2329) 2023-09-11 20:34:03 +02:00
dependabot[bot]
937fa3a2dd
build(deps): bump github.com/pion/webrtc/v3 from 3.2.18 to 3.2.19 (#2328) 2023-09-11 19:52:47 +02:00
dependabot[bot]
6402e18b5c
build(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 (#2301)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.15.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-09-05 20:59:16 +02:00
dependabot[bot]
6d9c8ffb89
build(deps): bump github.com/pion/ice/v2 from 2.3.10 to 2.3.11 (#2300)
Bumps [github.com/pion/ice/v2](https://github.com/pion/ice) from 2.3.10 to 2.3.11.
- [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.10...v2.3.11)

---
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-09-05 20:53:13 +02:00
dependabot[bot]
5f2b1114d1
build(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#2299)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/crypto/compare/v0.12.0...v0.13.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-09-05 20:53:04 +02:00
Alessandro Ros
5b92bd5699
fix compatibility with RTMP Dahua cameras (#2289) (#769) (#2298) 2023-09-05 19:09:50 +02:00
dependabot[bot]
608b373468
build(deps): bump github.com/pion/webrtc/v3 from 3.2.17 to 3.2.18 (#2292)
Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.2.17 to 3.2.18.
- [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.17...v3.2.18)

---
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-09-04 19:43:08 +02:00
dependabot[bot]
2e554c4d6c
build(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 (#2294)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/term/compare/v0.11.0...v0.12.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-09-04 19:42:53 +02:00
dependabot[bot]
bec9852934
build(deps): bump github.com/bluenviron/gortsplib/v4 from 4.0.0 to 4.0.1 (#2293)
Bumps [github.com/bluenviron/gortsplib/v4](https://github.com/bluenviron/gortsplib) from 4.0.0 to 4.0.1.
- [Commits](https://github.com/bluenviron/gortsplib/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: github.com/bluenviron/gortsplib/v4
  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-09-04 19:41:55 +02:00
Alessandro Ros
966bec88c6
bump gortsplib, gohlslib, mediacommon (#2279) 2023-09-01 20:10:26 +02:00
Alessandro Ros
90bd6cb12b
update dependencies (#2266) 2023-08-30 11:48:03 +02:00
Alessandro Ros
d6bdf4bf92
bump github.com/datarhei/gosrt to v0.5.4 (#2250) 2023-08-26 18:54:44 +02:00
Alessandro Ros
cf86dbb303
switch to gortsplib/v4 (#2244) 2023-08-26 18:54:28 +02:00
Alessandro Ros
23ddaac481
support publishing VP9 tracks with RTMP (#2247) 2023-08-25 17:02:51 +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
7e63b995bb
update dependencies (#2178) 2023-08-08 13:58:16 +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
40b4fa1e8e
support reading and proxying VP9 tracks with HLS (#2162) 2023-08-06 21:10:16 +02:00
Alessandro Ros
153463466c
hls: support reading and proxying AV1 tracks (#2155) 2023-08-06 02:28:28 +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
6185b17c57
update gosrt (#2146) 2023-08-03 22:24:13 +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
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
Alessandro Ros
b4e3033ea3
support publishing, reading, proxying with SRT (#2068) 2023-07-31 21:20:09 +02:00