Alessandro Ros
fadfda936d
support AC-3 tracks in SRT and UDP; support recording AC-3 tracks ( #2376 )
2 years ago
Alessandro Ros
8fd7019f2a
rpi camera: add additional checks on configuration ( #2368 )
2 years ago
Alessandro Ros
b86dc979ca
fix default value of some settings ( #2367 )
...
rtmpServerKey, rtmpServerCert, recordPath, rpiCameraExposure,
rpiCameraAWB, rpiCameraDenoise, rpiCameraMetering, rpiCameraAfMode,
rpiCameraAfRange, rpiCameraAfSpeed were not set correctly when missing
in the configuration file.
2 years ago
Alessandro Ros
7ca2571dc3
fix race condition wen record agent is closing ( #2369 )
2 years ago
Alessandro Ros
ac10102329
automatically set 'record: yes' when not specified ( #2366 )
2 years ago
Alessandro Ros
bedfa9651a
fix windows build ( #2360 )
2 years ago
Alessandro Ros
f2f417e451
search for configuration file in various paths, print paths if configuration is not found ( #1993 ) ( #2276 ) ( #2357 )
2 years ago
Alessandro Ros
64d9060560
add additional environment variables to custom commands ( #1414 ) ( #2356 )
...
new variables: MTX_CONN_TYPE, MTX_CONN_ID, MTX_SOURCE_TYPE, MTX_SOURCE_ID, MTX_READER_TYPE, MTX_READ_ID
2 years ago
Alessandro Ros
ed77560811
add runOnDisconnect, runOnNotReady, runOnUnread ( #1464 ) ( #2355 )
2 years ago
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
2 years ago
Alessandro Ros
b7e7758293
srt, udp: support publishing and reading MPEG-1/2/4 video with SRT and UDP/MPEG-TS ( #2277 )
2 years ago
Alessandro Ros
c4cb4200ff
split RTP packet handling from data handling ( #2337 )
2 years ago
Alessandro Ros
a005de1aa0
udp: fix reading two streams with same port and different multicast IP ( #2133 ) ( #2332 )
...
Fixes #2133
2 years ago
Alessandro Ros
f07886db5f
print the reason why a source is started or stopped ( #2322 )
2 years ago
Alessandro Ros
4b5a977c86
rtsp: normalize debug logging of requests / responses ( #2321 )
2 years ago
Alessandro Ros
5b92bd5699
fix compatibility with RTMP Dahua cameras ( #2289 ) ( #769 ) ( #2298 )
2 years ago
github-actions[bot]
82714fddcd
bump hls-js to v1.4.12 ( #2283 )
2 years ago
Alessandro Ros
ffa34428fc
fix bug that prevented multiple readers from accessing the same stream ( #2281 ) ( #2282 )
2 years ago
Alessandro Ros
966bec88c6
bump gortsplib, gohlslib, mediacommon ( #2279 )
2 years ago
Alessandro Ros
5a40a06e9e
fix changing log level with hot reloading or API ( #2278 )
2 years ago
Alessandro Ros
95baade478
srt: fix memory leak during reader disconnection ( #2273 )
2 years ago
Alessandro Ros
fc353ce66b
rtmp: fix RTMPE handshake error when a public key starts with zero ( #2269 )
2 years ago
Alessandro Ros
90bd6cb12b
update dependencies ( #2266 )
2 years ago
Alessandro Ros
5fb7f4e846
force all readers to use an asynchronous writer ( #2265 )
...
needed by #2255
2 years ago
Alessandro Ros
30a69a7722
fix maxReaders limit in case of multiple tracks ( #2246 ) ( #2264 )
2 years ago
Alessandro Ros
bd1cb35022
fix conversion of AV1/VP9 tracks from HLS/RTMP to RTSP ( #2263 )
2 years ago
Alessandro Ros
8e955d2119
hls: return 404 when requesting hls.min.js.map ( #2262 )
2 years ago
Alessandro Ros
30b7245bb9
limit logging of decode errors ( #2253 )
2 years ago
Alessandro Ros
34dc84de90
rtmp: add limit on message body size ( #2252 )
2 years ago
Alessandro Ros
b72f3577c8
print warning when the write queue is full ( #2251 )
2 years ago
Alessandro Ros
cf86dbb303
switch to gortsplib/v4 ( #2244 )
2 years ago
Alessandro Ros
bf8e69ea89
rename readBufferCount into writeQueueSize ( #2248 )
2 years ago
Alessandro Ros
e0fb11040e
move units into dedicated package ( #2245 )
...
needed by #2244
2 years ago
Alessandro Ros
23ddaac481
support publishing VP9 tracks with RTMP ( #2247 )
2 years ago
Alessandro Ros
482266ae95
hls source: fix formatting debug log messages ( #2243 )
2 years ago
github-actions[bot]
de90baa697
bump hls-js to v1.4.10 ( #2239 )
...
Co-authored-by: mediamtx-bot <bot@mediamtx>
2 years ago
Alessandro Ros
1e15d4995c
embed hls.js into the server ( #2202 ) ( #2236 )
2 years ago
Alessandro Ros
1133c734ab
support publishing AV1/H265 with OBS 30 ( #2217 ) ( #2234 )
2 years ago
Xavier Hallade
accfc49f9c
allow RTMP streaming with codecid=av01 or hvc1 ( #2232 )
...
* allow RTMP streaming with codecid=av01 or hvc1
Prior to this change, when trying to stream AV1 over enhanced RTMP using
XSplit Broadcaster, the server was refusing the content with
"unsupported video codec: av01" message.
* add tests
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2 years ago
Alessandro Ros
a29a4c7de7
hls: fix wrong protocol sent to external authentication server ( #2213 )
2 years ago
Alessandro Ros
659f19f8bb
enable errcheck ( #2201 )
2 years ago
Alessandro Ros
7e180ceea2
rtmp: support ingesting RTMPE streams ( #2189 )
2 years ago
Daniel
36e608902d
Add video player options via query string ( #2145 )
...
* Add video player options via query string.
* use arrow-style functions
* remove redundant check
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2 years ago
Alessandro Ros
161a9b54b2
update dependencies ( #2176 )
2 years ago
Alessandro Ros
efcc4c4e65
fix crash in case of specially-crafted HTTP requests ( #2166 ) ( #2169 )
2 years ago
Alessandro Ros
61d300396d
remove 'disable' from names of configuration parameters ( #2101 )
2 years ago
Alessandro Ros
d6058ae469
rename disablePublisherOverride into overridePublisher ( #2164 )
2 years ago
Alessandro Ros
40b4fa1e8e
support reading and proxying VP9 tracks with HLS ( #2162 )
2 years ago
Alessandro Ros
9051ccc219
disable check for missing key frames ( #1904 ) ( #2161 )
2 years ago
Alessandro Ros
a2e94fe3db
normalize error message ( #2160 )
2 years ago