Alessandro Ros
f2f417e451
search for configuration file in various paths, print paths if configuration is not found ( #1993 ) ( #2276 ) ( #2357 )
2023-09-16 22:14:13 +02:00
Alessandro Ros
cf86dbb303
switch to gortsplib/v4 ( #2244 )
2023-08-26 18:54:28 +02:00
Alessandro Ros
bf8e69ea89
rename readBufferCount into writeQueueSize ( #2248 )
2023-08-26 13:25:21 +02:00
Alessandro Ros
d6058ae469
rename disablePublisherOverride into overridePublisher ( #2164 )
2023-08-06 21:29:16 +02:00
Alessandro Ros
b42154fa6a
return an error in case the random number generator fails ( #2120 )
2023-07-30 22:30:41 +02:00
Alessandro Ros
f79c4783c7
rename environment variable RTSP_PATH into MTX_PATH ( #1967 )
2023-06-21 16:08:37 +02:00
Alessandro Ros
39c072edd6
change repository owner ( #1801 )
2023-05-16 16:14:20 +02:00
Alessandro Ros
71310c5eb0
webrtc: validate ICE servers in configuration ( #1798 )
2023-05-15 10:51:00 +02:00
Alessandro Ros
e998688757
allow setting rpiCameraSaturation to 0 ( #1651 ) ( #1772 )
2023-05-06 23:00:42 +02:00
Alessandro Ros
053f2ec282
rename repository and executable ( #1641 )
2023-04-01 19:52:06 +02:00
Alessandro Ros
f5fd89d3b4
change name of configuration file ( #1640 )
2023-04-01 19:32:10 +02:00
Alessandro Ros
2dffccf9c1
update gortsplib, gohlslib ( #1637 )
2023-04-01 18:39:12 +02:00
Alessandro Ros
32d6cb4435
rpicamera: support two CSI cameras at once ( #1573 ) ( #1574 )
2023-03-20 00:22:44 +01:00
Alessandro Ros
c778c049ce
switch to gortsplib v2 ( #1301 )
...
Fixes #1103
gortsplib/v2 supports multiple formats inside a single track (media). This allows to apply the resizing algorithm to single formats inside medias.
For instance, if a media contains a a proprietary format and an H264 format, and the latter has oversized packets, they can now be resized.
2022-12-13 20:54:17 +01:00
aler9
062fb600e8
return an error when rpiCamera in used in two paths ( #1257 )
2022-12-12 11:49:11 +01:00
aler9
f1fb00b80f
update golangci-lint
2022-09-17 21:19:45 +02:00
aler9
2d12c37074
use require.EqualError() in tests
2021-11-03 17:52:47 +01:00
aler9
509bed355a
update gortsplib
2021-10-22 18:41:10 +02:00
aler9
b21efeb28f
restore logLevel: debug
2021-10-05 20:36:15 +02:00
aler9
b70a4bfe5b
fix regression that prevented setting config slices with env variables ( #612 )
2021-10-04 08:58:23 +02:00
aler9
1f540a2aaf
return error in case of non-existent parameters in the configuration file
2021-09-27 16:40:49 +02:00
aler9
6921a402d1
decode the configuration when decoding JSON
2021-09-27 16:40:49 +02:00
aler9
ca9645c2f9
api: decode durations from strings instead of numbers
...
This allows to use human-readable durations with the API,
for instance: "5s" instead of 5000000000
2021-09-26 23:21:37 +02:00
aler9
cd9792fec0
conf: rewrite tests
2021-05-09 17:51:38 +02:00
aler9
a1a56ff203
allow to set a different listen IP for each listener ( #343 )
2021-04-24 18:52:13 +02:00
aler9
c979217e0d
update golangci-lint
2021-03-20 14:14:41 +01:00
aler9
da9d6df706
merge serverplain and servertls into serverrtsp
2021-01-31 13:19:44 +01:00
aler9
2b4d22589c
move configuration tests into internal/conf
2021-01-30 17:49:10 +01:00