15 Commits (4c81129cd71266ba6977f5a054754b810f2fdbde)

Author SHA1 Message Date
aler9 4c6f929c02 fix authenticating with vlc and login prompt 6 years ago
aler9 9c3554d719 implement proxy mode; add conf.yml to release assets 6 years ago
aler9 731cd9830e switch from arguments to a configuration file 6 years ago
aler9 0219d24e99 improve performance by using static buffers instead of make() 6 years ago
aler9 698ec59ab4 add client count to logs 6 years ago
aler9 4df4bbba6a use channels instead of mutexes 6 years ago
aler9 60371afc1a add ticker to check whether udp packets are being received or not while publishing; fix #15 6 years ago
aler9 dc52266a70 add new arguments --read-timeout and --write-timeout 6 years ago
aler9 b0ac164530 add serverTcpListener.close() 6 years ago
aler9 1931e53992 rename variables 6 years ago
aler9 fae52b415c move forwardTrack into serverTcpListener 6 years ago
aler9 e072bdf0b4 move clients and publishers below serverTcpListener 6 years ago
aler9 83608a2fdd add serverUdpListener.close() 6 years ago
aler9 0b38b3c75a support ipv6 link-local addresses; fix #6 6 years ago
aler9 fb799326dc rename files 6 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