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
3 years ago
aler9
d7edf42c40
rtsp server: restore authentication ( #840 )
3 years ago
aler9
5f9b705a03
RTSP server: remove Session header from ANNOUNCE responses ( #840 )
3 years ago
aler9
16df033d21
update gortsplib
3 years ago
aler9
43471a05ab
update gortsplib
3 years ago
aler9
5504ff44b6
rtsp: parse all incoming RTP/RTCP packets
3 years ago
aler9
ae7b1c2ea6
rtmp, hls: fix wrong timestamp computation that happened at 28h28m
...
this was caused by a int64 overflow.
3 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.
3 years ago
aler9
6c7fd8ee6f
fix bad track cloning and restore HLS audio support ( #808 )
3 years ago
aler9
f330cc6997
rtsp source: fix crash in case a PLAY request fails
3 years ago
aler9
343a5f17fb
hls: add new parameter hlsSegmentMaxSize
3 years ago
aler9
2bfdcc7d89
update gortsplib
3 years ago
aler9
9bc364fa21
support H264 tracks that contains extra data in sprop-parameter-set
3 years ago
aler9
b8bf747796
update gortsplib
3 years ago
aler9
6f5bc158cd
do not treat generic bytes as strings into errors
...
this avoid invalid log messages
3 years ago
aler9
54d950b0af
RTSP server: send session timeout to clients through the session header ( #702 )
3 years ago
aler9
c6a4794a25
RTSP source: set keepalive by using the session header
...
This fixes timeouts with a lot of cameras, when using UDP.
3 years ago
aler9
530e8f8467
rtsp source: fix '401 Unauthorized' error with some Hikvision cameras
...
when automatically switching protocol
3 years ago
aler9
7005108313
hls, rtmp: fix timestamp decoding in case of an overflow followed by a negative time diff
3 years ago
aler9
8a9c8243e4
fix transport header error with some Hikvision cameras
...
fixes 'invalid transport header: encoding/hex: invalid byte: U+0020 ' ''.
3 years ago
aler9
de70566179
hls, rtmp: fix DTS generation, avoid non-increasing DTS
3 years ago
aler9
a54ecaefe1
hls, rtmp: compute duration correctly in case of an RTP overflow
3 years ago
aler9
9a19635b1c
restore 32bit support
3 years ago
aler9
f041af2b65
rtsp server: slightly improve performance when reading with TCP
3 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.
3 years ago
aler9
8cf40a21d8
rtsp server, rtsp source: send receiver reports only after receiving a sender report
3 years ago
aler9
c65f4509bd
update gortsplib
3 years ago
aler9
a1fed6fb38
rtsp source: set ServerName when using TLS ( #708 )
4 years ago
aler9
6c3302a83f
rtsp source: send receiver reports even with sourceAnyPortEnable ( #698 )
4 years ago
aler9
05b1a7e720
update gortsplib
4 years ago
aler9
21cf17e65e
rtsp server: reply with code 454 when session is not found
4 years ago
aler9
411a35e89f
rtsp source: fix EOF error that happens when using TCP with some cameras ( #548 )
4 years ago
aler9
b4155a4fdf
rtsp: support reading with VLC and multicast
4 years ago
aler9
958c333cde
rtsp source: support reading from servers that use random UDP ports ( #691 )
4 years ago
aler9
f7419586af
update gortsplib
4 years ago