38 Commits (cfc3e9bea668f026e2de1ee4e4754547b5931c97)

Author SHA1 Message Date
aler9 cfc3e9bea6 cleanup --version 5 years ago
aler9 8f839c9d4a simplify tests 5 years ago
aler9 5cbfaa4cd8 add arguments --read-user --read-pass 5 years ago
aler9 dc52266a70 add new arguments --read-timeout and --write-timeout 5 years ago
aler9 2a89e41a69 add tests 5 years ago
aler9 e6314ff45d add program.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 03b5d393cd move arguments outside program 5 years ago
aler9 0b38b3c75a support ipv6 link-local addresses; fix #6 5 years ago
aler9 a8eeaad85e rename client into serverClient 5 years ago
aler9 2133737b2a replace publish key with specification-compliant username and password 6 years ago
aler9 7f90724336 remove os check 6 years ago
aler9 3617e544c9 run gofmt 6 years ago
Jonathan Sims 37d938da17 Add option to run a script when client connects or disconnects (Linux only for now) 6 years ago
aler9 6fefb89a7c fix race condition 6 years ago
aler9 8bed6ecfeb add checks on ports 6 years ago
aler9 0285d029c7 update gortsplib 6 years ago
aler9 a9799c7cf1 fix: add SetWriteDeadline() and prevent timeout when receiving via tcp 6 years ago
aler9 1ec4cb1c52 fix 6 years ago
aler9 f69700a738 update gortsplib 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 16e4fcb372 improve performance by using int states instead of strings 6 years ago
aler9 9349146d47 move rtsp into gortsplib 6 years ago
aler9 f607fa82e6 add command line option --protocols to set what protocols are available 6 years ago
aler9 88f2c5e869 implement authentication 6 years ago
aler9 9728ea823d support multiple paths 6 years ago
aler9 507eff4eab support multiple tracks per stream 6 years ago
aler9 dab15e898d support RTCP streaming via TCP 6 years ago
aler9 b77ae3a947 move interleaved frames logic into rtsp.Conn 6 years ago
aler9 9a6a813640 fix panic when a client disconnects 6 years ago
aler9 ed5e1c7cfc implement publishing via tcp 6 years ago
aler9 b94cbae246 implement reading via TCP 6 years ago
aler9 076f5977bd use RWMutex instead of Mutex 6 years ago
aler9 2f3baafb54 initial commit 6 years ago