87 Commits (01b2e741b24d794c5e55642aa2b89f545825ea6c)

Author SHA1 Message Date
aler9 01b2e741b2 do not panic if pprof initialization fails 5 years ago
aler9 833ce34838 do not panic if metrics initialization fails 5 years ago
aler9 e27e807813 allow onDemandCmd when path is 'all' 5 years ago
aler9 d28a14588a rename findConfForPath() 5 years ago
aler9 cdda774faa allow onInitCmd only if path is not 'all' 5 years ago
aler9 1b8177eb96 fix crash when udp is disabled (#69) 5 years ago
aler9 74f7e5df66 improve performance by avoiding copy() (#21) 5 years ago
aler9 3c95dd0cdb initialize udp listeners only if udp is enabled 5 years ago
aler9 cd90970c85 fix udp frames routing in case of multiple publishers with same ip; fix #56 5 years ago
aler9 1399543e90 rename path id into path name 5 years ago
aler9 161f1ec2bd remove pathEnvVariable 5 years ago
aler9 ec79043b04 add clients to udpClientPublishers only if protocol is udp 5 years ago
Liwei 3a508b1d42 add configuration item to specify name of variable used to pass path 5 years ago
Liwei c0b0b23c41 expose request path to runOn commands as an environment variable 5 years ago
aler9 2b2f8fcdf3 speed up routing of udp frames 5 years ago
aler9 d0c2c3a586 support receiving single tracks (#48) 5 years ago
aler9 8ffa1d53e9 add runOnInit 5 years ago
aler9 a5bd05dcfc add options logDestinations, logFile (#37) 5 years ago
aler9 90aa47d2a3 add metrics exporter (#37) 5 years ago
aler9 e409f673d4 add option runOnDemand (#36) 5 years ago
aler9 d7d2ba38f1 add option sourceOnDemand to pull sources only when there are connected clients (#36) 5 years ago
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