167 Commits (d5c55a8ddcb4ac06e637dc3924b484f03ad38fd3)

Author SHA1 Message Date
aler9 efa31937c9 remove redundant stream check mechanism in case of tcp publishers 5 years ago
aler9 3a3a8594a8 move source configuration parsing into conf.go 5 years ago
aler9 da5e001206 update gortsplib 5 years ago
aler9 45c0416fa7 use a custom sdp library to handle non-canonical sdp (#41) 5 years ago
aler9 1de43588ad rename streamer into source 5 years ago
aler9 3451060548 rename conf.yml into rtsp-simple-server.yml 5 years ago
aler9 8898ad2990 optimize code 5 years ago
aler9 d6994c4e31 update gortsplib 5 years ago
aler9 603c43b12f update gortsplib 5 years ago
aler9 7dc904a131 change sdp library 5 years ago
aler9 d9411321e7 add authMethods option; fix #27 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 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 5010b4e69e implement path-based configuration 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 05a35ee545 add pprof 5 years ago
aler9 698ec59ab4 add client count to logs 5 years ago
aler9 4df4bbba6a use channels instead of mutexes 5 years ago
aler9 d08fc7c139 simplify code 5 years ago
aler9 6bdcf1bb11 simplify code 5 years ago
aler9 fbd9f74c8b add --read-ips and --publish-ips arguments; fix #12 5 years ago
aler9 fb6b05fb60 fix flag descriptions 5 years ago
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