2 Commits (e9ce8a0d492822960376011361d40744a2204c77)

Author SHA1 Message Date
aler9 b1b6f669dd change log prefix of servers 5 years ago
aler9 e9a9d846fe rename files 5 years ago
aler9 b526330607 decrease ram consumption 5 years ago
aler9 f5936d67ed drastically improve performance when publishing or proxying streams 5 years ago
aler9 3fca02eca3 update gortsplib 5 years ago
aler9 dd151e9978 open the firewall in case of udp connections 5 years ago
aler9 7743849e9a replace events with channels 5 years ago
aler9 74f7e5df66 improve performance by avoiding copy() (#21) 5 years ago
aler9 d7d2ba38f1 add option sourceOnDemand to pull sources only when there are connected clients (#36) 5 years ago
aler9 50e2d8625b adjust buffer sizes to avoid memory leaks (#43) 5 years ago
aler9 603c43b12f update gortsplib 5 years ago
aler9 03f020ec33 implement rtcp receiver reports; fix #22 5 years ago
aler9 c77d6e57cc cleanup code; remove PAUSE support 5 years ago
aler9 c0d94929a6 use a common object for double buffering 5 years ago
aler9 53e7d36411 cleanup 5 years ago
aler9 3a72c6ef1c move utils into utils.go 5 years ago
aler9 4c6f929c02 fix authenticating with vlc and login prompt 5 years ago
aler9 9c3554d719 implement proxy mode; add conf.yml to release assets 5 years ago
aler9 731cd9830e switch from arguments to a configuration file 5 years ago
aler9 0219d24e99 improve performance by using static buffers instead of make() 5 years ago
aler9 698ec59ab4 add client count to logs 5 years ago
aler9 4df4bbba6a use channels instead of mutexes 5 years ago
aler9 60371afc1a add ticker to check whether udp packets are being received or not while publishing; fix #15 5 years ago
aler9 dc52266a70 add new arguments --read-timeout and --write-timeout 5 years ago
aler9 b0ac164530 add serverTcpListener.close() 5 years ago
aler9 1931e53992 rename variables 5 years ago
aler9 fae52b415c move forwardTrack into serverTcpListener 5 years ago
aler9 e072bdf0b4 move clients and publishers below serverTcpListener 5 years ago
aler9 83608a2fdd add serverUdpListener.close() 5 years ago
aler9 0b38b3c75a support ipv6 link-local addresses; fix #6 5 years ago
aler9 fb799326dc rename files 5 years ago
aler9 6fefb89a7c fix race condition 6 years ago
aler9 a9799c7cf1 fix: add SetWriteDeadline() and prevent timeout when receiving via tcp 6 years ago
aler9 18451c1431 rename rtsp* into server* 6 years ago
aler9 5c468c77d8 rename rtsplistener into rtsp tcp listener, udplistener into rtsp udp listener 6 years ago
aler9 9728ea823d support multiple paths 6 years ago
aler9 507eff4eab support multiple tracks per stream 6 years ago