Alessandro Ros
07ff79f553
api: return 500 instead of 404 in case of non-existing items ( #2582 )
...
This is needed to differentiate between calls to non-existent andpoints
and calls to valid endpoints, but with an ID pointing to a non-existing
item, and to return JSON in the latter case.
2 years ago
Alessandro Ros
6af27fdcf8
improve feature request template ( #2580 )
2 years ago
Alessandro Ros
99bc327d67
move protocol-related code into internal/protocols ( #2572 )
2 years ago
Alessandro Ros
3ebc585539
restart recordings in case of errors ( #2439 ) ( #2571 )
2 years ago
Alessandro Ros
38f228c739
webrtc: improve stability by reordering incoming packets ( #2570 )
2 years ago
dependabot[bot]
20a16125ae
build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 ( #2569 )
...
Bumps [github.com/google/uuid](https://github.com/google/uuid ) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/google/uuid/releases )
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/uuid/compare/v1.3.1...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/google/uuid
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
6d616f130e
bump golangci-lint ( #2560 )
2 years ago
Alessandro Ros
28452acf56
move webrtc utilities into internal/webrtc ( #2559 )
2 years ago
Rui Lopes
9f5169ba26
webrtc: support WHIP/WHEP DELETE method ( #2507 )
2 years ago
Alessandro Ros
4dc6e338dd
fix crash when setting deprecated settings with environment ( #2529 ) ( #2550 )
2 years ago
dependabot[bot]
f237a1dc28
build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 ( #2553 )
...
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases )
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.6.0...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
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
141ee331c6
rpi camera: fix Raspberry Pi Camera 3 auto focus ( #2326 ) ( #2552 )
2 years ago
Alessandro Ros
55b8985c8d
bump Go to 1.21 ( #2546 )
2 years ago
Alessandro Ros
4828736124
webrtc: fix compatibility with Alexa offers ( #2544 )
2 years ago
guangwu
b3a3812097
fix: typo ( #2532 )
2 years ago
dependabot[bot]
f47f2ca49e
build(deps): bump github.com/pion/interceptor from 0.1.23 to 0.1.24 ( #2530 )
2 years ago
Alessandro Ros
3a5bb06e26
add environment variable MTX_QUERY to some hooks ( #2483 ) ( #2522 )
2 years ago
Alessandro Ros
91f83a8c45
rtmp: fix compatibility with nginx-rtmp-module ( #2383 ) ( #2520 )
2 years ago
dependabot[bot]
648e90f72a
build(deps): bump github.com/pion/interceptor from 0.1.22 to 0.1.23 ( #2515 )
...
Bumps [github.com/pion/interceptor](https://github.com/pion/interceptor ) from 0.1.22 to 0.1.23.
- [Release notes](https://github.com/pion/interceptor/releases )
- [Changelog](https://github.com/pion/interceptor/blob/master/.goreleaser.yml )
- [Commits](https://github.com/pion/interceptor/compare/v0.1.22...v0.1.23 )
---
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
c25b51cc7e
update dependencies ( #2506 )
2 years ago
Alessandro Ros
95ab9375c7
support recording to MPEG-TS ( #2505 )
2 years ago
Alessandro Ros
4ec12a6c8b
add runOnRecordSegmentCreate hook ( #2451 ) ( #2503 )
2 years ago
dependabot[bot]
38a2a127f5
build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 ( #2501 )
2 years ago
dependabot[bot]
b220c8c020
build(deps): bump github.com/alecthomas/kong from 0.8.0 to 0.8.1 ( #2493 )
2 years ago
dependabot[bot]
9de64238a5
build(deps): bump github.com/pion/interceptor from 0.1.21 to 0.1.22 ( #2482 )
2 years ago
Aakash Singh
18733294c0
webrtc: expose ice servers on OPTIONS CORS requests ( #2479 )
...
the link header was getting ignored by browser fetch as it was not exposed by Access-Control-Expose-Headers
2 years ago
Alessandro Ros
6c727b4472
rename 'all' path configuration into 'all_others' ( #2443 )
2 years ago
Alessandro Ros
8a633d2b79
allow setting different recording parameters for each path ( #2410 ) ( #2457 )
2 years ago
Alessandro Ros
9a01ab7fd5
allow changing default path settings; bump API in order to allow so ( #2455 )
2 years ago
PieterFabry
3c4039b81f
Supports webrtc interface filtering on server ( #2460 )
...
* Supports webrtc interface filtering on server
* test(#2707 ): Fixed testing for build
* lint(#2707 ): Fixed lint issues for build
* normalize setting name
* move instructions in the configuration file
---------
Co-authored-by: Pieter Fabry <pieterfabry@observe.tech>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2 years ago
Alessandro Ros
bb8c02b9f0
fix 'fragment sequence discontinuity' warning when reading record segments with VLC ( #2476 )
2 years ago
Alessandro Ros
ca2a4873a6
support recording LPCM tracks ( #2475 )
2 years ago
Alessandro Ros
64f4185537
webrtc: optimize publish page for mobile devices ( #2066 ) ( #2472 )
2 years ago
Alessandro Ros
3b4cac5af7
webrtc: disallow publishing screen on devices that don't support it ( #2066 ) ( #2471 )
2 years ago
Alessandro Ros
412a48ac74
webrtc: fix reading Opus stereo tracks with Chrome ( #2043 ) ( #2470 )
2 years ago
Alessandro Ros
c37fd38f5c
webrtc: print lost packets ( #2468 )
2 years ago
dependabot[bot]
a6f929d111
build(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 ( #2465 )
2 years ago
dependabot[bot]
7b75e5cbe9
build(deps): bump github.com/pion/interceptor from 0.1.20 to 0.1.21 ( #2456 )
2 years ago
Rui Lopes
215f88e2dd
webrtc: add Location header to CORS-allowed headers ( #2453 )
2 years ago
Alessandro Ros
4ba2dc1b34
apidocs: remove invalid value from PathSourceOrReader ( #2450 )
2 years ago
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>
2 years ago
Alessandro Ros
84b2293c9c
fix typo in README ( #2446 )
2 years ago
Alessandro Ros
9c6168e7e3
print path of configuration file ( #2441 )
2 years ago
Alessandro Ros
d38061b704
add discussions template ( #2444 )
2 years ago
dependabot[bot]
fdf4f7a16e
build(deps): bump github.com/pion/interceptor from 0.1.19 to 0.1.20 ( #2437 )
2 years ago
Alessandro Ros
eb975027b2
add runOnRecordSegmentComplete and rclone integration ( #2404 ) ( #2428 )
2 years ago
Alessandro Ros
2d929e1132
move 'srtReadPassphrase' into the right section ( #2435 )
2 years ago
Alessandro Ros
442a48363c
allow to start/stop recording without disconnecting clients ( #2395 ) ( #2434 )
2 years ago
Paxx
72e74b6456
api: fix crash when retrieving RTMP and SRT connections ( #2430 )
...
Co-authored-by: Paxx <daniel.botta@hiway.media>
2 years ago
Alessandro Ros
42aa979309
api: save errors in logs ( #2426 )
2 years ago