551 Commits (cd2495423a42d2ae6dd9d91095a9499df728d848)

Author SHA1 Message Date
aler9 b8bf747796 update gortsplib 4 years ago
aler9 6f5bc158cd do not treat generic bytes as strings into errors 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 4 years ago
aler9 530e8f8467 rtsp source: fix '401 Unauthorized' error with some Hikvision cameras 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 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. 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: 4 years ago
aler9 df4c268813 support proxying HLS 4 years ago
aler9 b65207012c update gortsplib 4 years ago
aler9 57f465ccd8 rtsp source: support servers that change interleaved IDs 4 years ago
aler9 20ac25571c api: add "state" field to RTSP sessions and RTMP connections 4 years ago
aler9 6163095a11 fix crash that happens when sourceOnDemand is true and a source times out 4 years ago
aler9 ed375583d0 Implement an HTTP API to query and control the server 4 years ago
aler9 be1e7c5cc9 move code into gortsplib 4 years ago
aler9 c3c643c602 hls: move muxer into dedicated object 4 years ago