34 Commits (1399543e9039f92fa6aec02a23cbd7cad49b6fc4)

Author SHA1 Message Date
aler9 1399543e90 rename path id into path name 6 years ago
aler9 161f1ec2bd remove pathEnvVariable 6 years ago
Liwei 3a508b1d42 add configuration item to specify name of variable used to pass path 6 years ago
Liwei c0b0b23c41 expose request path to runOn commands as an environment variable 6 years ago
aler9 d0c2c3a586 support receiving single tracks (#48) 6 years ago
aler9 6fcc3ee1e4 rewrite path handling; forbid slashes in base path 6 years ago
aler9 90aa47d2a3 add metrics exporter (#37) 6 years ago
aler9 e409f673d4 add option runOnDemand (#36) 6 years ago
aler9 d7d2ba38f1 add option sourceOnDemand to pull sources only when there are connected clients (#36) 6 years ago
aler9 5840b37e8c invert udp and tcp handling 6 years ago
aler9 efa31937c9 remove redundant stream check mechanism in case of tcp publishers 6 years ago
aler9 50e2d8625b adjust buffer sizes to avoid memory leaks (#43) 6 years ago
aler9 857fbccdea remove streamDeadAfter 6 years ago
aler9 da5e001206 update gortsplib 6 years ago
aler9 45c0416fa7 use a custom sdp library to handle non-canonical sdp (#41) 6 years ago
aler9 e42b135f2c support SETUP with mode=record in uppercase (#40) 6 years ago
aler9 ce5e11f6c9 update gortsplib 6 years ago
aler9 b837b7afdd new options runOnConnect, runOnPublish, runOnRead 6 years ago
aler9 8898ad2990 optimize code 6 years ago
aler9 3c812d06b6 update docs 6 years ago
aler9 d6994c4e31 update gortsplib 6 years ago
aler9 603c43b12f update gortsplib 6 years ago
aler9 7dc904a131 change sdp library 6 years ago
aler9 f01bb9685f new option streamDeadAfter 6 years ago
aler9 d9411321e7 add authMethods option; fix #27 6 years ago
aler9 03f020ec33 implement rtcp receiver reports; fix #22 6 years ago
aler9 c77d6e57cc cleanup code; remove PAUSE support 6 years ago
aler9 c0d94929a6 use a common object for double buffering 6 years ago
aler9 53e7d36411 cleanup 6 years ago
aler9 3a72c6ef1c move utils into utils.go 6 years ago
aler9 4c6f929c02 fix authenticating with vlc and login prompt 6 years ago
aler9 d2522f5c10 support receiving requests while receiving interleaved frames (#19) 6 years ago
aler9 9c3554d719 implement proxy mode; add conf.yml to release assets 6 years ago
aler9 70d5735fec fix Content-Base header 6 years ago
aler9 5010b4e69e implement path-based configuration 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 fbd9f74c8b add --read-ips and --publish-ips arguments; fix #12 6 years ago
aler9 8a786b5669 support authenticating with vlc; fix #11 6 years ago
aler9 a535dab477 support zero spaces between header keys and values, support transport headers with implicit unicast; fix #9 6 years ago
aler9 ed715723f2 more detailed error messages 6 years ago
aler9 a4d581d02e move sdp functions into gortsplib 6 years ago
aler9 a532430396 support non-canonical headers, empty sdp origins, non-standard sdp protocols, rtp packets up to 512k; fix #8 6 years ago
aler9 5cbfaa4cd8 add arguments --read-user --read-pass 6 years ago
aler9 dc52266a70 add new arguments --read-timeout and --write-timeout 6 years ago
aler9 142bc9961c do not show error message in case of EOF 6 years ago
aler9 b0ac164530 add serverTcpListener.close() 6 years ago