Alessandro Ros
9a67eb8bb6
record: increase default part duration to 1s ( #3264 )
2024-04-18 00:11:28 +02:00
Alessandro Ros
cfea14e8e5
webrtc: detect stereo tracks published with the web page ( #2902 ) ( #3263 )
2024-04-17 23:41:45 +02:00
Alessandro Ros
9e718f9dd9
webrtc: in publish page, prevent same device from appearing multiple times ( #3261 )
2024-04-17 23:39:17 +02:00
Alessandro Ros
851358a379
webrtc: fix loading default video and devices from query ( #3260 )
2024-04-17 22:59:50 +02:00
Alessandro Ros
36f4425fa4
webrtc: fix setting bitrate when 'optimize for voice' is off ( #3262 )
2024-04-17 22:59:06 +02:00
dependabot[bot]
42d982cb92
build(deps): bump github.com/pion/interceptor from 0.1.28 to 0.1.29 ( #3259 )
...
Bumps [github.com/pion/interceptor](https://github.com/pion/interceptor ) from 0.1.28 to 0.1.29.
- [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.28...v0.1.29 )
---
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>
2024-04-17 19:13:32 +02:00
Alessandro Ros
7193f82708
webrtc: improve layout of publish page; add 'ideal' label to width, height and framerate ( #2845 ) ( #3254 )
2024-04-17 12:17:26 +02:00
Alessandro Ros
3a968118db
playback: improve precision when splitting fMP4 parts ( #3250 )
2024-04-15 17:45:11 +02:00
Alessandro Ros
95f1f79b35
api: fix crash when changing settings of an on-demand source that is idle ( #3246 ) ( #3249 )
2024-04-15 17:44:54 +02:00
Alessandro Ros
1c135fb62e
test: add MP4 playback tests ( #3245 )
2024-04-15 11:39:49 +02:00
Alessandro Ros
099a6e8af3
update dependencies ( #3241 )
2024-04-14 19:33:39 +02:00
Alessandro Ros
4157f490fa
playback: support serving streams in standard MP4 format ( #3213 )
...
* playback: support serving streams in standard MP4 format
* sort samples by DTS
* update readme
2024-04-14 19:29:29 +02:00
Alessandro Ros
665e11a376
webrtc, hls: use absolute paths in Location header ( #3195 ) ( #3177 ) ( #3240 )
2024-04-14 12:04:51 +02:00
Alessandro Ros
a18bebfa58
webrtc: unexport WHIP primitives ( #3233 )
2024-04-13 11:08:30 +02:00
Alessandro Ros
a6cc52f0b2
webrtc: return 404 in case a WHIP PATCH or WHIP DELETE request fails ( #3232 )
2024-04-13 11:04:45 +02:00
Alessandro Ros
4354535a94
webrtc: fix crash when marshaling ICE fragments ( #3231 )
2024-04-13 10:47:26 +02:00
santalex
5a39e07eb7
run go generate before build to download necessary files. ( #3229 )
2024-04-12 16:15:38 +02:00
Pedro Sánchez
8aa26d6fb3
rtmp: fix streaming errors by handling AMF0 strict arrays ( #3188 ) ( #3189 )
...
* add amf0 strict array decode
* add amf0 long string decode
* support amf0 types undefined, unsupported, xmldocument and date
* fix error and add tests
* modify tests to follow original way to test
* do not skip markerUnsupported / markerUndefined
* implement StrictArray marshaling; remove handling of long strings, XML documents, date
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2024-04-12 16:13:57 +02:00
dependabot[bot]
d59174d458
build(deps): bump github.com/pion/interceptor from 0.1.27 to 0.1.28 ( #3228 )
...
Bumps [github.com/pion/interceptor](https://github.com/pion/interceptor ) from 0.1.27 to 0.1.28.
- [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.27...v0.1.28 )
---
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>
2024-04-12 13:06:01 +02:00
github-actions[bot]
571d813531
bump hls.js to v1.5.8 ( #3222 )
...
Co-authored-by: mediamtx-bot <bot@mediamtx>
2024-04-11 12:21:31 +02:00
Alessandro Ros
36a6ca6ba6
fix race condition in SRT tests ( #3215 )
2024-04-09 10:04:56 +02:00
Alessandro Ros
0b5519d30c
deprecate path.playback parameter ( #3217 )
...
this has become useless after the introduction of the new
authentication system, that already allows to select which paths are
available for playback
2024-04-09 10:04:12 +02:00
Alessandro Ros
a50642c669
improve record tests ( #3216 )
2024-04-09 09:36:38 +02:00
Alessandro Ros
d63a0bc352
record: use original timescale of track instead of 90khz ( #3212 )
2024-04-09 00:16:21 +02:00
Alessandro Ros
55355ad58a
playback: support serving tracks with any time scale ( #3211 )
2024-04-08 23:56:27 +02:00
Alessandro Ros
14bf7f4cc5
playback: fix bug that messed up duration of last sample of each track ( #3210 )
2024-04-08 23:01:23 +02:00
Alessandro Ros
b5b44f4534
playback: improve performance when reading big segments ( #3209 )
2024-04-08 21:35:23 +02:00
lvyaoting
34b120fd33
fix typo in comment ( #3205 )
...
Signed-off-by: lvyaoting <lvyaoting@outlook.com>
2024-04-08 09:29:42 +02:00
Alessandro Ros
9ce12ffa4a
fix race condition in WebRTC tests ( #3204 )
2024-04-07 22:46:24 +02:00
Alessandro Ros
d5a18bf78f
playaback: use a fixed fMP4 part duration ( #3203 )
2024-04-07 22:33:49 +02:00
Alessandro Ros
3144b31185
playback: adjust speed to compensate discrepancies between NTP and DTS ( #3202 )
2024-04-07 20:29:46 +02:00
Alessandro Ros
0a8e6263a8
playback: increase sequence number of fMP4 parts ( #3200 )
2024-04-07 14:23:02 +02:00
Alessandro Ros
b64e082253
playback: decrease concatenation tolerance to 0.5 secs ( #3199 )
2024-04-07 13:51:23 +02:00
Alessandro Ros
c263fc6f7b
playback: fix concatenation of segments with multiple tracks ( #3198 )
...
the duration of segments was computed erroneously, since it was taking
into consideration the last track only. Now the duration of a segment
corresponds to the maximum duration among all tracks.
2024-04-07 12:48:47 +02:00
Alessandro Ros
50322fc14e
playback: do not concatenate segments with different tracks ( #3197 )
2024-04-06 20:01:23 +02:00
Dan Bason
87c0535823
Add option for ICE servers to be client only ( #3164 )
...
* Add option for ICE servers to be client only
* add clientOnly to configuration file and API docs
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2024-04-06 18:32:53 +02:00
dependabot[bot]
60e7d77e41
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 ( #3192 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.22.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-04-06 18:21:04 +02:00
dependabot[bot]
56261cc5b2
build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 ( #3191 )
2024-04-04 19:39:00 +02:00
dependabot[bot]
f5d9fde604
build(deps): bump github.com/pion/sdp/v3 from 3.0.8 to 3.0.9 ( #3179 )
...
Bumps [github.com/pion/sdp/v3](https://github.com/pion/sdp ) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/pion/sdp/releases )
- [Changelog](https://github.com/pion/sdp/blob/master/.goreleaser.yml )
- [Commits](https://github.com/pion/sdp/compare/v3.0.8...v3.0.9 )
---
updated-dependencies:
- dependency-name: github.com/pion/sdp/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>
2024-04-01 12:22:35 +02:00
dependabot[bot]
d578fef78f
build(deps): bump github.com/MicahParks/keyfunc/v3 from 3.2.9 to 3.3.2 ( #3168 )
...
Bumps [github.com/MicahParks/keyfunc/v3](https://github.com/MicahParks/keyfunc ) from 3.2.9 to 3.3.2.
- [Release notes](https://github.com/MicahParks/keyfunc/releases )
- [Commits](https://github.com/MicahParks/keyfunc/compare/v3.2.9...v3.3.2 )
---
updated-dependencies:
- dependency-name: github.com/MicahParks/keyfunc/v3
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-04-01 12:20:55 +02:00
dependabot[bot]
0b9b02321c
build(deps): bump github.com/pion/rtp from 1.8.4 to 1.8.5 ( #3178 )
...
Bumps [github.com/pion/rtp](https://github.com/pion/rtp ) from 1.8.4 to 1.8.5.
- [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.4...v1.8.5 )
---
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>
2024-04-01 12:18:50 +02:00
Mauricio Antunes
4666e5f427
Fix API version in docs ( #3180 )
2024-04-01 12:18:02 +02:00
dependabot[bot]
a540454332
build(deps): bump github.com/pion/interceptor from 0.1.25 to 0.1.27 ( #3171 )
...
Bumps [github.com/pion/interceptor](https://github.com/pion/interceptor ) from 0.1.25 to 0.1.27.
- [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.25...v0.1.27 )
---
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>
2024-03-27 11:59:59 +01:00
dependabot[bot]
ac14a2ff7c
build(deps): bump github.com/datarhei/gosrt from 0.5.7 to 0.6.0 ( #3154 )
...
Bumps [github.com/datarhei/gosrt](https://github.com/datarhei/gosrt ) from 0.5.7 to 0.6.0.
- [Commits](https://github.com/datarhei/gosrt/compare/v0.5.7...v0.6.0 )
---
updated-dependencies:
- dependency-name: github.com/datarhei/gosrt
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-03-19 19:27:03 +01:00
dependabot[bot]
a11403fb6b
build(deps): bump github.com/pion/rtp from 1.8.3 to 1.8.4 ( #3153 )
...
Bumps [github.com/pion/rtp](https://github.com/pion/rtp ) from 1.8.3 to 1.8.4.
- [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.3...v1.8.4 )
---
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>
2024-03-19 19:26:00 +01:00
Alessandro Ros
4e581af7a6
hls: fix directory creation when using hlsDirectory ( #3135 ) ( #3151 )
2024-03-19 14:09:25 +01:00
Alessandro Ros
1d4ea2cd9a
hls: fix freeze in case of muxing errors ( #3135 ) ( #3150 )
2024-03-19 14:01:14 +01:00
Alessandro Ros
c7dbb951f3
update golangci-lint ( #3149 )
2024-03-19 12:53:26 +01:00
dependabot[bot]
29f0ded9f1
build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 ( #3139 )
...
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 17:41:18 +01:00
dependabot[bot]
cc565865fe
build(deps): bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 ( #3133 )
2024-03-13 08:31:53 +01:00