aler9
1ad0df128d
rtsp source: fix timeout ( https://github.com/aler9/rtsp-simple-server/discussions/897 )
...
that happens when there's a UDP->TCP switch and Content-Base contains
an absolute URL
3 years ago
aler9
6c95ea2837
rtsp source: support AUs wrapped inside ADTS ( #855 )
3 years ago
aler9
411fb989eb
hls client: add limit on NALU size
3 years ago
aler9
35b3541e4f
hls client: add limit on AU size
3 years ago
aler9
91ce2dd886
rtsp server: fix reading with multicast when host is macOS ( #895 )
3 years ago
aler9
c700e309ce
rtsp server: fix reading with ffplay and stateless ipv6
3 years ago
aler9
0912042fb1
hls muxer: do not increase version number of MPEG-TS tables unless there's a reason ( https://github.com/asticode/go-astits/pull/38 )
3 years ago
aler9
9098644802
rtsp source: fix parsing of transport header with dahua rtsp server ( https://github.com/aler9/gortsplib/issues/121 )
3 years ago
aler9
385e301728
rtsp server/source: support AAC tracks with indexlength=0
3 years ago
aler9
6b86607092
rtsp source: improve support for AAC tracks with custom parameters
3 years ago
aler9
db7ee22789
rtsp source: support AAC tracks with custom sizelength, indexlength and indexdeltalength
...
(https://github.com/aler9/gortsplib/pull/118 )
3 years ago
aler9
2a0dc3b63d
rtsp: improve performance; add upper limit on NALU/AU size to prevent RAM exhaustion
3 years ago
aler9
98c6cd4650
RTSP: automatically remux oversized RTP/H264 packets; drop parameter ReadBufferSize
3 years ago
aler9
50d1079f70
RTSP: fix multicast TTL; set default multicast TTL to 16 ( #873 )
3 years ago
aler9
d929197b21
propagate H264 packets throughout the server
3 years ago
aler9
3fc4ca6465
update gortsplib; downgrade pion/rtp to v1
3 years ago
aler9
f53b316c0d
rtsp server: generate RTCP sender reports automatically; stop routing RTCP packets
3 years ago
aler9
a6986e9fa4
update gortsplib
3 years ago
aler9
8cb2a7ffd4
rtsp source: support servers that sends UDP packets with a different IP ( https://github.com/aler9/gortsplib/pull/108 )
3 years ago
aler9
544c192103
update gortsplib
3 years ago
aler9
e611c7ddfd
RTSP source: skip tracks with an invalid clock rate ( #832 )
3 years ago
aler9
245d58ee47
RTSP server: set timeout in Session header only when client is playing and protocol is UDP
3 years ago
aler9
6dc11c2906
RTSP server/source: fix encoding of RTP packets with padding
...
This fixes a SIGSEGV with GStreamer.
3 years ago
aler9
20a8862b2f
RTSP source: restore packet buffering with the UDP transport
3 years ago
aler9
87f24f1704
update gortsplib
4 years ago
aler9
d7edf42c40
rtsp server: restore authentication ( #840 )
4 years ago
aler9
5f9b705a03
RTSP server: remove Session header from ANNOUNCE responses ( #840 )
4 years ago
aler9
16df033d21
update gortsplib
4 years ago
aler9
43471a05ab
update gortsplib
4 years ago
aler9
5504ff44b6
rtsp: parse all incoming RTP/RTCP packets
4 years ago
aler9
ae7b1c2ea6
rtmp, hls: fix wrong timestamp computation that happened at 28h28m
...
this was caused by a int64 overflow.
4 years ago
aler9
7c1d329d61
rtsp server: fix multicast listen error on Windows ( #742 )
...
This happened when the system has network interfaces that don't support multicast.
4 years ago
aler9
6c7fd8ee6f
fix bad track cloning and restore HLS audio support ( #808 )
4 years ago
aler9
f330cc6997
rtsp source: fix crash in case a PLAY request fails
4 years ago
aler9
343a5f17fb
hls: add new parameter hlsSegmentMaxSize
4 years ago
aler9
2bfdcc7d89
update gortsplib
4 years ago
aler9
9bc364fa21
support H264 tracks that contains extra data in sprop-parameter-set
4 years ago
aler9
b8bf747796
update gortsplib
4 years ago
aler9
6f5bc158cd
do not treat generic bytes as strings into errors
...
this avoid invalid log messages
4 years ago
aler9
54d950b0af
RTSP server: send session timeout to clients through the session header ( #702 )
4 years ago
aler9
c6a4794a25
RTSP source: set keepalive by using the session header
...
This fixes timeouts with a lot of cameras, when using UDP.
4 years ago
aler9
530e8f8467
rtsp source: fix '401 Unauthorized' error with some Hikvision cameras
...
when automatically switching protocol
4 years ago
aler9
7005108313
hls, rtmp: fix timestamp decoding in case of an overflow followed by a negative time diff
4 years ago
aler9
8a9c8243e4
fix transport header error with some Hikvision cameras
...
fixes 'invalid transport header: encoding/hex: invalid byte: U+0020 ' ''.
4 years ago
aler9
de70566179
hls, rtmp: fix DTS generation, avoid non-increasing DTS
4 years ago
aler9
a54ecaefe1
hls, rtmp: compute duration correctly in case of an RTP overflow
4 years ago
aler9
9a19635b1c
restore 32bit support
4 years ago
aler9
f041af2b65
rtsp server: slightly improve performance when reading with TCP
4 years ago
aler9
26facc24f2
rtsp server: write UDP packets in parallel.
...
A goroutine writer is allocated for each session and
for each multicast stream.
This increases bandwidth and prevents freezes caused
by lagging readers.
4 years ago
aler9
8cf40a21d8
rtsp server, rtsp source: send receiver reports only after receiving a sender report
4 years ago