21 Commits (a6ed028227eb61b73180eba687eda99d1a640c9e)

Author SHA1 Message Date
aler9 3d1b5296d7 RTSP source: add mandatory parameter sourceFingerprint to validate server certificates and prevent man-in-the-middle attacks (#350) 4 years ago
aler9 f208026338 RTSP source: apply TCP timeout correctly (#335) 4 years ago
aler9 83e51e2bf8 set correct rtptime in RTP-Info (#233) 4 years ago
aler9 37c24f9edd add RTP-Info also in case of RTMP sources (#233) 4 years ago
aler9 674a47ca24 add RTP-Info to PLAY responses in case of proxied sources (#233) 4 years ago
aler9 6e64b4be22 update gortsplib 4 years ago
aler9 a9385547ea add parameter readBufferCount to support non-compliant servers or publishers (#211) 5 years ago
aler9 97305af272 new parameter readBufferCount 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 9fb844331e move UDP support into 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 286d837d9e update gortsplib 5 years ago
aler9 19440f2486 switch to golangci-lint 5 years ago
aler9 a9dee11496 support automatic protocol selection when proxying rtsp 5 years ago
aler9 ac74c7ed95 fix freeze when proxying streams with tcp 5 years ago
aler9 fef639c94a fix freeze when using a rtsp source 5 years ago
aler9 f63647ab1e update gortsplib 5 years ago
aler9 cbab55af4c update gortsplib 5 years ago
aler9 58fe1cfe77 add docs 5 years ago
aler9 5facab1a48 move subpackages into internal/ 5 years ago
aler9 42fa504014 support proxing servers that redirect to other urls 5 years ago
aler9 88538634e4 update gortsplib 5 years ago
aler9 20e478b8bd new parameters: sourceOnDemandStartTimeout, sourceOnDemandCloseAfter, runOnDemandStartTimeout, runOnDemandCloseAfter (#62) 5 years ago
aler9 08823ddc92 fix memory leak caused by time.Timer 5 years ago
aler9 0495c1ed4b remove useless close() 5 years ago
aler9 42ba83245b decrease memory usage 5 years ago
aler9 ae1b7f4ded manage external sources with a common interface 5 years ago
aler9 80f46921c9 new structure 5 years ago