Commit Graph

241 Commits

Author SHA1 Message Date
aler9
fc8bf8c830 simplify client.writeResError() 2020-08-30 13:06:26 +02:00
aler9
c52ac8d2b7 allow again slashes in paths (#66) 2020-08-29 20:49:26 +02:00
aler9
1b8177eb96 fix crash when udp is disabled (#69) 2020-08-29 19:48:41 +02:00
aler9
476262e02d sort keys of authorization header correctly (#69) 2020-08-29 18:51:01 +02:00
aler9
bf423b3879 update travis ci conf 2020-08-29 17:03:32 +02:00
aler9
2056689560 send TEARDOWN to source when its connection closes (#63) 2020-08-29 15:21:56 +02:00
aler9
5065acc3cc update issue templates 2020-08-29 14:54:18 +02:00
aler9
74f7e5df66 improve performance by avoiding copy() (#21) 2020-08-25 19:30:37 +02:00
aler9
3b0cf79b28 use yes/no instead of true/false in yaml 2020-08-25 19:10:29 +02:00
aler9
70a3bc14a2 improve test success rate 2020-08-25 12:39:00 +02:00
Alessandro Ros
d4d8fd691b
update readme 2020-08-17 19:12:07 +02:00
aler9
c12ae602e0 update gortsplib, fix i/o timeout when receiving udp sources (#60) 2020-08-17 18:55:03 +02:00
aler9
491ffc8b28 fix doc 2020-08-17 18:43:53 +02:00
aler9
3c95dd0cdb initialize udp listeners only if udp is enabled 2020-08-17 18:22:14 +02:00
aler9
7a440030ad update gortsplib 2020-08-15 22:43:57 +02:00
aler9
ae68587987 cleanup makefile 2020-08-07 12:02:02 +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
f302536a28 update readme 2020-08-05 12:40:56 +02:00
aler9
6ec30a86eb update makefile 2020-08-05 12:17:09 +02:00
aler9
edb2c1f5cd check path name in configuration 2020-08-05 12:17:04 +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
Alessandro Ros
26a6f5b501
update readme 2020-08-04 18:37:44 +02: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
6fcc3ee1e4 rewrite path handling; forbid slashes in base path 2020-08-03 16:56:45 +02:00
aler9
8ffa1d53e9 add runOnInit 2020-07-31 18:12:42 +02:00
aler9
8305967c07 update docs 2020-07-31 17:49:48 +02:00
aler9
4c97c88926 fix regression of 'sourceOnDemand: no'; fix #49 2020-07-31 17:46:40 +02:00
aler9
a5bd05dcfc add options logDestinations, logFile (#37) 2020-07-30 19:21:36 +02:00
aler9
194a4eb03c update readme 2020-07-30 17:34:03 +02:00
aler9
90aa47d2a3 add metrics exporter (#37) 2020-07-30 17:31:38 +02:00
aler9
bd012fbf1a update readme 2020-07-30 15:36:41 +02:00
aler9
93d182b1b7 update issue templates 2020-07-30 14:15:01 +02:00
aler9
d9d5f24b3a update readme 2020-07-30 14:07:20 +02:00
aler9
cad4160384 add systemd example in README; update README 2020-07-30 13:54:17 +02:00
aler9
fb81ffc930 reorganize conf 2020-07-30 13:43:13 +02:00
aler9
7ec3f771d1 add TestRunOnDemand 2020-07-30 13:41:56 +02:00
aler9
00a2de1daa fix docs 2020-07-30 13:33:07 +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
df10e8898f update gortsplib 2020-07-28 17:20:03 +02:00
aler9
933090a074 fix some test failures 2020-07-28 15:20:34 +02:00
aler9
5840b37e8c invert udp and tcp handling 2020-07-28 15:11:37 +02:00
aler9
efa31937c9 remove redundant stream check mechanism in case of tcp publishers 2020-07-28 15:10:33 +02:00
aler9
4c87cdaa9a cleanup makefile 2020-07-27 15:28:40 +02:00