196 Commits (9819ae43e8ff8137bed465933296f8ef4314f088)

Author SHA1 Message Date
aler9 37c24f9edd add RTP-Info also in case of RTMP sources (#233) 4 years ago
aler9 ad63f7d4a6 update gortsplib 4 years ago
aler9 ce316115fa update gortsplib 4 years ago
aler9 674a47ca24 add RTP-Info to PLAY responses in case of proxied sources (#233) 4 years ago
aler9 508d30dc07 add RTP-Info to PLAY responses, allowing VLC to compute the elapsed time (#233) 4 years ago
aler9 c8a4221278 update gortsplib 4 years ago
aler9 0a807e8c99 update gortsplib 4 years ago
aler9 b0208ad044 update gortsplib 4 years ago
aler9 6e64b4be22 update gortsplib 4 years ago
aler9 0dff484ff5 update gortsplib 4 years ago
aler9 186a91800a Support reading with RTMP (#218) 4 years ago
aler9 ba6c27a49e update gortsplib 4 years ago
aler9 79acd8593b support some additional hikvision cameras (#227) 4 years ago
aler9 9e5b8eed03 eliminate idle load (#184) 4 years ago
aler9 a9385547ea add parameter readBufferCount to support non-compliant servers or publishers (#211) 5 years ago
aler9 2f156b59f8 drop existing publisher when a new publisher connects (#187) 5 years ago
aler9 0484e417ee send status 461 instead of error when multicast is used (#198) 5 years ago
aler9 38ec8d878d increase path and headers maximum length (#192) 5 years ago
aler9 cc703fe5c5 support clients that don't specify track ID, like tvheadend (#155) 5 years ago
aler9 6b1643940e support encrypting the configuration file 5 years ago
aler9 9b20f53119 decrease RAM consumption 5 years ago
aler9 2cbb5ac361 decrease RAM usage by allocating TCP buffers only when needed and with a proper size 5 years ago
aler9 e5364b1fc6 perform frame readings and writings in separate routines, in order to increase UDP throughput and avoid freezes caused by a single laggy reader (#125) (#162) 5 years ago
aler9 92f83da31c fix RTCP generation when using UDP 5 years ago
aler9 b588f5e9a9 fix crash 5 years ago
aler9 0cf0cd9045 fix crash 5 years ago
aler9 d590805cda move RTCP receivers into gortsplib 5 years ago
aler9 2132226f90 move client state and client tracks into gortsplib 5 years ago
aler9 9fb844331e move UDP support into gortsplib 5 years ago
aler9 3050893d32 support hashed credentials 5 years ago
aler9 6bc240daf2 fix gstreamer tests 5 years ago
aler9 19fec814fa fix possible freeze 5 years ago
aler9 9887abc51a fix freeze 5 years ago
aler9 5e32a526e5 support proxying rtsps streams 5 years ago
aler9 ccb8b92bfb implement RTSPS (#77) 5 years ago
aler9 854f00afdc update gortsplib 5 years ago
aler9 f9e6cdcb7b rewrite client to use the new gortsplib ServerConn 5 years ago
aler9 74b592b211 implement log levels; print requests and responses when log level is "debug" (#116) 5 years ago
aler9 a6c06d3853 support transport headers with a single port (#136) 5 years ago
aler9 6e352aca7f support SDPs with spaces in origin (#127) 5 years ago
aler9 286d837d9e update gortsplib 5 years ago
aler9 19440f2486 switch to golangci-lint 5 years ago
aler9 b883240639 update gortsplib 5 years ago
aler9 f315d9c684 fix clock rate computation with standard RTP payload type (#123) 5 years ago
aler9 20ef0e842c add jitter and delay to rtcp receiver reports 5 years ago
aler9 716e2edccc support SDPs with RS bandwidth (#136) 5 years ago
aler9 46265f9d28 increase maximum length of content of RTSP requests/responses to 128k (#136) 5 years ago
aler9 c5a5c03bb2 increase udp kernel read buffer size to minimize packet losses (#124) 5 years ago
aler9 c929f3d963 make RTMP sources emit RTCP packets 5 years ago
aler9 a90ba1b4bf add number of lost packets to rtcp receiver reports 5 years ago