Commit Graph

99 Commits

Author SHA1 Message Date
aler9
3fca02eca3 update gortsplib 2020-09-05 13:19:55 +02:00
aler9
f40f3a34ab fix race condition 2020-09-03 16:24:39 +02:00
aler9
ca22fafdd7 fix race condition 2020-09-03 16:02:58 +02:00
aler9
dd151e9978 open the firewall in case of udp connections 2020-09-02 11:22:42 +02:00
aler9
3c48518d99 add path name to all log entries related to a certain path 2020-09-01 00:13:27 +02:00
aler9
7743849e9a replace events with channels 2020-09-01 00:01:17 +02:00
aler9
194bd7653e rename program.closeClient() into client.close() 2020-08-31 22:29:30 +02:00
aler9
980989340b fix possible deadlock when communicating with clients 2020-08-31 15:31:37 +02:00
aler9
1b4201aa76 improve performance by using path instead of pathName for packet routing 2020-08-30 15:51:28 +02:00
aler9
2fe7004bc9 fix onDemandCmd when path is 'all' 2020-08-30 15:27:03 +02:00
aler9
106b628e6c fix pprof closing 2020-08-30 14:27:26 +02:00
aler9
0b589b3e7e move sources inside paths 2020-08-30 14:15:00 +02:00
aler9
01b2e741b2 do not panic if pprof initialization fails 2020-08-30 14:10:05 +02:00
aler9
833ce34838 do not panic if metrics initialization fails 2020-08-30 13:44:15 +02:00
aler9
e27e807813 allow onDemandCmd when path is 'all' 2020-08-30 13:31:46 +02:00
aler9
d28a14588a rename findConfForPath() 2020-08-30 13:20:18 +02:00
aler9
cdda774faa allow onInitCmd only if path is not 'all' 2020-08-30 13:18:43 +02:00
aler9
1b8177eb96 fix crash when udp is disabled (#69) 2020-08-29 19:48:41 +02:00
aler9
74f7e5df66 improve performance by avoiding copy() (#21) 2020-08-25 19:30:37 +02:00
aler9
3c95dd0cdb initialize udp listeners only if udp is enabled 2020-08-17 18:22:14 +02:00
aler9
cd90970c85 fix udp frames routing in case of multiple publishers with same ip; fix #56 2020-08-05 14:59:38 +02:00
aler9
1399543e90 rename path id into path name 2020-08-05 11:49:36 +02:00
aler9
161f1ec2bd remove pathEnvVariable 2020-08-05 11:20:11 +02:00
Alessandro Ros
77a8ab075a Merge pull request #55 from xieliwei/command_variables_cp
expose request path to runOn commands as an environment variable
2020-08-05 11:15:47 +02:00
aler9
ec79043b04 add clients to udpClientPublishers only if protocol is udp 2020-08-05 10:18:38 +02:00
Liwei
3a508b1d42 add configuration item to specify name of variable used to pass path 2020-08-05 05:03:43 +08:00
Liwei
c0b0b23c41 expose request path to runOn commands as an environment variable 2020-08-05 05:03:34 +08:00
aler9
2b2f8fcdf3 speed up routing of udp frames 2020-08-03 17:54:30 +02:00
aler9
d0c2c3a586 support receiving single tracks (#48) 2020-08-03 17:35:34 +02:00
aler9
8ffa1d53e9 add runOnInit 2020-07-31 18:12:42 +02:00
aler9
a5bd05dcfc add options logDestinations, logFile (#37) 2020-07-30 19:21:36 +02:00
aler9
90aa47d2a3 add metrics exporter (#37) 2020-07-30 17:31:38 +02:00
aler9
e409f673d4 add option runOnDemand (#36) 2020-07-30 13:31:18 +02:00
aler9
d7d2ba38f1 add option sourceOnDemand to pull sources only when there are connected clients (#36) 2020-07-29 23:30:42 +02:00
aler9
efa31937c9 remove redundant stream check mechanism in case of tcp publishers 2020-07-28 15:10:33 +02:00
aler9
3a3a8594a8 move source configuration parsing into conf.go 2020-07-20 11:46:17 +02:00
aler9
da5e001206 update gortsplib 2020-07-19 18:34:18 +02:00
aler9
45c0416fa7 use a custom sdp library to handle non-canonical sdp (#41) 2020-07-19 11:51:28 +02:00
aler9
1de43588ad rename streamer into source 2020-07-14 11:18:51 +02:00
aler9
3451060548 rename conf.yml into rtsp-simple-server.yml 2020-07-13 17:27:04 +02:00
aler9
8898ad2990 optimize code 2020-07-13 11:12:20 +02:00
aler9
d6994c4e31 update gortsplib 2020-07-13 09:45:45 +02:00
aler9
603c43b12f update gortsplib 2020-07-12 22:53:22 +02:00
aler9
7dc904a131 change sdp library 2020-07-12 17:24:12 +02:00
aler9
d9411321e7 add authMethods option; fix #27 2020-07-12 13:17:15 +02:00
aler9
03f020ec33 implement rtcp receiver reports; fix #22 2020-07-12 12:34:35 +02:00
aler9
c77d6e57cc cleanup code; remove PAUSE support 2020-07-11 16:46:16 +02:00
aler9
53e7d36411 cleanup 2020-07-11 10:24:42 +02:00
aler9
3a72c6ef1c move utils into utils.go 2020-07-11 10:22:54 +02:00
aler9
4c6f929c02 fix authenticating with vlc and login prompt 2020-07-10 11:24:57 +02:00