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
3 years ago
Alessandro Ros
f07886db5f
print the reason why a source is started or stopped ( #2322 )
3 years ago
Alessandro Ros
95baade478
srt: fix memory leak during reader disconnection ( #2273 )
3 years ago
Alessandro Ros
5fb7f4e846
force all readers to use an asynchronous writer ( #2265 )
...
needed by #2255
3 years ago
Alessandro Ros
b72f3577c8
print warning when the write queue is full ( #2251 )
3 years ago
Alessandro Ros
cf86dbb303
switch to gortsplib/v4 ( #2244 )
3 years ago
Alessandro Ros
bf8e69ea89
rename readBufferCount into writeQueueSize ( #2248 )
3 years ago
Alessandro Ros
e0fb11040e
move units into dedicated package ( #2245 )
...
needed by #2244
3 years ago
Alessandro Ros
161a9b54b2
update dependencies ( #2176 )
3 years ago
Alessandro Ros
40b4fa1e8e
support reading and proxying VP9 tracks with HLS ( #2162 )
3 years ago
Alessandro Ros
a2e94fe3db
normalize error message ( #2160 )
3 years ago
Alessandro Ros
d9b7878c3d
hls: prefer Opus tracks to MPEG-4 tracks ( #2158 )
3 years ago
Alessandro Ros
153463466c
hls: support reading and proxying AV1 tracks ( #2155 )
3 years ago
Alessandro Ros
72b1d233df
normalize channels and methods ( #2127 )
...
needed by #2068
3 years ago
Alessandro Ros
83484b1e82
update gohlslib ( #2125 )
3 years ago
Alessandro Ros
db3862cf0d
move stream in a dedicated package ( #2121 )
...
needed by #2068
3 years ago
Alessandro Ros
e4bd1b35a2
update dependencies ( #2113 )
3 years ago
Alessandro Ros
22b120ef22
update list of supported codecs inside error messages ( #2058 ) ( #2073 )
3 years ago
Alessandro Ros
681a00347d
support reading MP4A-LATM-encoded AAC with RTMP and HLS ( #1694 ) ( #1898 )
3 years ago
Alessandro Ros
6e5f87f65e
hls: fix 404 error when hlsAlwaysRemux and sourceOnDemand are both true ( #1818 ) ( #1834 )
3 years ago
Alessandro Ros
b93eed64bc
api: add /get endpoints ( #1577 ) ( #1823 )
...
this allows to get entities by ID or name after /list endpoints were
changed in v0.23.0.
3 years ago
Alessandro Ros
9c79197f36
api: add pagination to all /list endpoints ( #1808 )
3 years ago
Alessandro Ros
bf4d6c905f
hls muxer: show index page even if stream is not present ( #1806 )
3 years ago
Alessandro Ros
39c072edd6
change repository owner ( #1801 )
3 years ago
Alessandro Ros
a14246d776
webrtc: support publishing with WHIP and reading with WHEP ( #1800 )
3 years ago
Alessandro Ros
1688e5d2e5
support publishing with WebRTC ( #1659 ) ( #1786 )
3 years ago
Alessandro Ros
d8678cef90
unify authentication mechanisms ( #1775 )
3 years ago
Alessandro Ros
225220ddd5
print warning in case no key frames are being received ( #1763 )
3 years ago
Alessandro Ros
2d17dff3b5
support publishing, reading and proxying MPEG-2 audio (MP3) tracks with RTMP ( #1102 ) ( #1736 )
3 years ago
Alessandro Ros
f3a728b918
update gohlslib ( #1684 )
3 years ago
Alessandro Ros
053f2ec282
rename repository and executable ( #1641 )
3 years ago
Alessandro Ros
2dffccf9c1
update gortsplib, gohlslib ( #1637 )
3 years ago
Alessandro Ros
c1bcd0c7eb
hls muxer: add option to dump segments on disk ( #1322 ) ( #1567 )
3 years ago
Alessandro Ros
ed45a09800
update gohlslib ( #1566 )
3 years ago
Alessandro Ros
f4b9133bb8
update gohlslib ( #1565 )
3 years ago
Alessandro Ros
8ad376de53
move HLS implementation into gohlslib ( #1557 )
3 years ago
Alessandro Ros
e8bdad8a1e
rename Data into Unit ( #1556 )
3 years ago
Alessandro Ros
b461f15a4c
rpicamera: support changing parameters without interrupting the stream ( #1463 )
3 years ago
Alessandro Ros
b02d3b83c7
Send additional fields to the external authentication URL ( #1408 )
...
* send 'protocol' to the external authentication URL
* send session ID to the external authentication URL
3 years ago
aler9
36d2fbcd12
hls muxer: fix race condition
3 years ago
aler9
d5dfce16ea
hls muxer: fix race condition
3 years ago
aler9
7420ef1ce4
hls muxer: avoid infinite loop when hlsAlwaysRemux is true
...
when hlsAlwaysRemux is true and a muxer fails, add a pause between its
recreation, in order to avoid infinite loops
3 years ago
aler9
e3fff72b7c
move format processors into dedicated folder
3 years ago
aler9
034e42f463
hls muxer: support reading Opus tracks ( #1338 )
3 years ago
Alessandro Ros
5de600ffaa
support reading H265 tracks with HLS ( #1342 )
...
* support reading H265 tracks with HLS
* update README
3 years ago
aler9
fbf8e82db5
update gortsplib
3 years ago
aler9
455b8beff7
simplify code
3 years ago
Alessandro Ros
5efe97abf1
Support reading with WebRTC ( #1242 )
3 years ago
aler9
478607a602
hls muxer: ask credentials again after failed attemps
3 years ago
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.
3 years ago