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
aler9
c65f4509bd
update gortsplib
4 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
fb78a9175d
run go mod tidy
4 years ago
aler9
17c393bcbb
switch to go 1.17
4 years ago
aler9
f7419586af
update gortsplib
4 years ago
aler9
d5c55a8ddc
move test into gortsplib
4 years ago
aler9
5f3ceb6d1e
rtsp source: fix detection of GET_PARAMETER support
4 years ago
aler9
a867c469fd
fix automatic deletion of regexp paths ( #664 ) ( #680 )
4 years ago
aler9
eab2663420
move VLC authentication hack into gortsplib
4 years ago
aler9
0c4cfd0e53
update gortsplib
4 years ago
aler9
8df5c52a6c
rtsp: make VLC-related error message more clear when
4 years ago
aler9
8875c8eaa6
rtsp: print exact reason when a session is destroyed ( #649 )
4 years ago
aler9
509bed355a
update gortsplib
4 years ago
aler9
ae0d959892
update go-astits
4 years ago
aler9
fc46c33a96
avoid crash when proxing HLS ( #558 )
4 years ago
aler9
e851640ab6
avoid crash in case of invalid H264 SPS ( #590 )
4 years ago
aler9
e78544f23e
update gortsplib
4 years ago
aler9
54292d712e
convert the configuration into JSON before loading it
4 years ago
aler9
68ab5c05f6
move aac utilities into gortsplib
4 years ago
aler9
3b0327233e
move hls utils into gortsplib
4 years ago
aler9
aec5f53756
rtsp: do not allow a client to control a session created with a different IP
4 years ago
aler9
2d5e1fa823
use crypto/rand instead of math/rand to avoid port conflicts and security issues
4 years ago
aler9
21539d341c
update gortsplib; this include:
...
* do not allow a session to setup UDP tracks from different IPs
* do not allow a reader to use the same UDP ports of another reader
4 years ago
aler9
df4c268813
support proxying HLS
4 years ago