Alessandro Ros
57c2d5aecb
add playback server ( #2452 ) ( #2906 )
...
* add playback server
* add playback switch
* update readme
2024-01-23 20:52:05 +01:00
dependabot[bot]
fd2466a8e5
build(deps): bump github.com/bluenviron/mediacommon from 1.8.0 to 1.9.0 ( #2928 )
...
Bumps [github.com/bluenviron/mediacommon](https://github.com/bluenviron/mediacommon ) from 1.8.0 to 1.9.0.
- [Commits](https://github.com/bluenviron/mediacommon/compare/v1.8.0...v1.9.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>
2024-01-22 18:41:51 +01:00
Alessandro Ros
9b270adc03
record: use reception time instead of current time in segment names ( #2925 )
2024-01-21 19:15:31 +01:00
Alessandro Ros
f8a56aae91
rtmp: simplify Audio message structure ( #2924 )
2024-01-21 16:29:13 +01:00
Alessandro Ros
7b9617f2e7
api: return 404 when an entity is not found ( #2582 ) ( #2920 )
2024-01-18 23:28:56 +01:00
Alessandro Ros
b3eaec50c1
srt: support standard streamID syntax ( #2469 ) ( #2919 )
2024-01-18 23:23:51 +01:00
Alessandro Ros
dd7d7c6c5d
srt: wait some seconds before returning authentication errors ( #2918 )
...
this allows to mitigate brute force attacks and is possible thanks to
https://github.com/datarhei/gosrt/pull/43
2024-01-18 22:48:25 +01:00
dependabot[bot]
84333dc304
build(deps): bump github.com/datarhei/gosrt from 0.5.5 to 0.5.7 ( #2912 )
...
Bumps [github.com/datarhei/gosrt](https://github.com/datarhei/gosrt ) from 0.5.5 to 0.5.7.
- [Commits](https://github.com/datarhei/gosrt/compare/v0.5.5...v0.5.7 )
---
updated-dependencies:
- dependency-name: github.com/datarhei/gosrt
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>
2024-01-18 22:15:48 +01:00
dependabot[bot]
5cdc19d3e9
build(deps): bump github.com/abema/go-mp4 from 1.1.1 to 1.2.0 ( #2913 )
...
Bumps [github.com/abema/go-mp4](https://github.com/abema/go-mp4 ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/abema/go-mp4/releases )
- [Commits](https://github.com/abema/go-mp4/compare/v1.1.1...v1.2.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>
2024-01-16 22:40:06 +01:00
dependabot[bot]
e144f988aa
build(deps): bump github.com/bluenviron/mediacommon from 1.7.1 to 1.8.0 ( #2910 )
...
Bumps [github.com/bluenviron/mediacommon](https://github.com/bluenviron/mediacommon ) from 1.7.1 to 1.8.0.
- [Commits](https://github.com/bluenviron/mediacommon/compare/v1.7.1...v1.8.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>
2024-01-15 20:01:44 +01:00
dependabot[bot]
c85410ecaa
build(deps): bump github.com/bluenviron/gortsplib/v4 ( #2911 )
...
Bumps [github.com/bluenviron/gortsplib/v4](https://github.com/bluenviron/gortsplib ) from 4.6.4-0.20240108201647-63a81d0896f5 to 4.7.1.
- [Commits](https://github.com/bluenviron/gortsplib/commits/v4.7.1 )
---
updated-dependencies:
- dependency-name: github.com/bluenviron/gortsplib/v4
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>
2024-01-15 18:32:46 +01:00
Alessandro Ros
cd2495423a
do not wait for HTTP connections to close when shutting down the server ( #2909 )
2024-01-15 17:54:52 +01:00
Alessandro Ros
514036d41a
treat different RTSP formats as different tracks in logs and API ( #2907 )
2024-01-15 12:08:14 +01:00
Sijmen
397c58a882
Add Argon2 credential hash support ( #2888 )
...
* Add argon2 credential hash support
* update README, tests and documentation
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2024-01-13 12:49:08 +01:00
Alessandro Ros
20bb9b90cd
support G711 tracks with multiple channels and custom sample rates ( #2891 )
2024-01-13 11:40:26 +01:00
github-actions[bot]
a6c7d287a7
bump hls-js to v1.5.1 ( #2903 )
...
Co-authored-by: mediamtx-bot <bot@mediamtx>
2024-01-13 11:33:09 +01:00
dependabot[bot]
120791b415
build(deps): bump github.com/bluenviron/mediacommon from 1.7.0 to 1.7.1 ( #2897 )
...
Bumps [github.com/bluenviron/mediacommon](https://github.com/bluenviron/mediacommon ) from 1.7.0 to 1.7.1.
- [Commits](https://github.com/bluenviron/mediacommon/compare/v1.7.0...v1.7.1 )
---
updated-dependencies:
- dependency-name: github.com/bluenviron/mediacommon
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>
2024-01-13 11:28:12 +01:00
github-actions[bot]
584fdb72a0
bump hls-js to v1.5.0 ( #2900 )
2024-01-11 11:27:11 +01:00
dependabot[bot]
cf68fe459d
build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 ( #2896 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.18.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>
2024-01-09 23:06:06 +01:00
Alessandro Ros
b8b64fda80
update dependencies ( #2885 )
2024-01-07 17:51:06 +01:00
Alessandro Ros
27975d8b67
rtmp: support publishing G711 and LPCM tracks ( #2857 ) ( #2884 )
2024-01-07 17:02:22 +01:00
RdL
bc7804cb33
Update README.md ( #2870 )
...
* Update README.md
update link what pointed to publish_index.html
* fix read_index.html too
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2024-01-04 21:35:51 +01:00
dependabot[bot]
86e7ee608a
build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 ( #2873 )
2024-01-04 20:25:27 +01:00
Alessandro Ros
7437ee7a09
update golangci-lint ( #2868 )
2024-01-03 21:13:20 +01:00
Alessandro Ros
e50def6afd
update gohlslib ( #2862 )
2024-01-03 18:56:18 +01:00
Alessandro Ros
698963ad03
support recording G711 tracks with fMP4 ( #2853 )
2023-12-28 23:17:50 +01:00
dependabot[bot]
ef2b6c740d
build(deps): bump github.com/bluenviron/gohlslib from 1.0.6 to 1.1.0 ( #2852 )
2023-12-28 20:07:56 +01:00
Alessandro Ros
598fadc9fb
api: add 'query' field to RTMP, RTSP, SRT and WebRTC clients ( #2689 ) ( #2844 )
2023-12-26 13:59:53 +01:00
Alessandro Ros
1341421412
move api, metrics and pprof into dedicated packages ( #2843 )
2023-12-26 13:41:15 +01:00
James Bohnert
3ecd79f076
RunOn.. commands - Propagate errors in restart configurations ( #2828 )
...
* RunOnX commands - Propagate errors in restart configurations
* apply gofmt
---------
Co-authored-by: James Bohnert <jbohnert@haivision.com>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2023-12-26 13:06:58 +01:00
Alessandro Ros
1feeba92b0
webrtc: prevent NotReadableError when publishing with Android ( #2698 ) ( #2842 )
2023-12-26 12:53:33 +01:00
github-actions[bot]
e6fec31516
bump hls-js to v1.4.14 ( #2825 )
2023-12-19 12:22:38 +01:00
dependabot[bot]
d20071565f
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 ( #2823 )
2023-12-18 20:18:28 +01:00
Alessandro Ros
fe4f436bd3
rtmp: change default RTMPS port to 1936 when it is omitted in source ( #2821 )
2023-12-18 10:45:18 +01:00
Alessandro Ros
4e8b8a2014
rtmp, srt: fix output of 'is reading from' log entry ( #2820 )
2023-12-18 10:38:31 +01:00
Alessandro Ros
b0ca00fca6
add instructions on cross compilation ( #2817 )
2023-12-17 12:27:02 +01:00
Alessandro Ros
db52e94040
update issue template ( #2815 )
2023-12-17 12:07:26 +01:00
Alessandro Ros
94953f5d22
webrtc: support Chrome versions older than M72 ( #2621 ) ( #2814 )
2023-12-16 18:39:36 +01:00
Alessandro Ros
89560c19a0
rtmp: fix parsing error caused by extended timestamps ( #2393 ) ( #2556 ) ( #2384 ) ( #1550 ) ( #2564 ) ( #2808 )
2023-12-16 17:17:42 +01:00
Alessandro Ros
0c131a2e92
rpi: pass log level to libcamera ( #2617 ) ( #2811 )
2023-12-15 12:10:16 +01:00
Alessandro Ros
22414bb38c
rtmp: return error in case of extended chunk stream IDs ( #2806 )
2023-12-14 11:38:47 +01:00
dependabot[bot]
1b71d6975a
build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 ( #2804 )
2023-12-12 19:16:21 +01:00
dependabot[bot]
bae9052f22
build(deps): bump github.com/pion/rtcp from 1.2.12 to 1.2.13 ( #2801 )
2023-12-11 18:57:36 +01:00
Alessandro Ros
d261bfe773
support static sources in paths with regular expressions ( #824 ) ( #2799 )
...
This allows to proxy requests to other servers by using regular
expressions.
2023-12-10 21:23:41 +01:00
Alessandro Ros
9bb9d58cf8
update gortsplib ( #2800 )
2023-12-10 21:21:52 +01:00
Alessandro Ros
15e6c199b4
always use 'all_others' or 'all' after every other path configuration ( #2798 )
2023-12-10 19:28:02 +01:00
Alessandro Ros
e06f4bc998
add instructions on OpenWrt service ( #2795 )
2023-12-09 16:30:30 +01:00
Alessandro Ros
5ee26130d2
rewrite OpenWrt installation procedure ( #2794 )
...
Forward users to standalone binaries whey they are available for their
architecture, otherwise send them to instructions on how to compile
from source.
2023-12-09 14:39:16 +01:00
Alessandro Ros
11988249df
move servers into internal/servers ( #2792 )
2023-12-08 19:17:17 +01:00
github-actions[bot]
3891e7eb26
bump hls-js to v1.4.13 ( #2791 )
...
Co-authored-by: mediamtx-bot <bot@mediamtx>
2023-12-08 10:33:30 +01:00