Commit Graph

32 Commits

Author SHA1 Message Date
aler9
a374ba748d support RTMP sources (#88) 2020-10-03 21:10:41 +02:00
aler9
a71bac5983 Merge branch 'master' into dev 2020-09-22 08:58:38 +02:00
aler9
f6e846ca45 rename source into proxy 2020-09-19 23:56:08 +02:00
aler9
a3a52101c0 add rtsp_proxies metrics (#61) 2020-09-19 23:52:06 +02:00
aler9
3b79f6beb4 handle external commands with a dedicated struct 2020-09-19 17:49:44 +02:00
aler9
6679b02a39 implement paths with regular expressions (#54) (#59) 2020-09-19 17:26:33 +02:00
aler9
4750cc5a48 restore RTSP_SERVER_PATH variable when using runOnDemand 2020-09-19 17:19:01 +02:00
aler9
33f703a1a3 temp 2020-09-19 17:13:45 +02:00
aler9
d69d433927 restore environment variables for external commands 2020-09-09 19:34:14 +02:00
Fruchtzwerg94
516371fb85 Implement all external commands for Windows 2020-09-07 20:38:24 +02:00
aler9
79d0f2d053 move sdp code into gortsplib 2020-09-05 14:51:36 +02:00
aler9
f18c64d11b support live reporter app (#75) 2020-09-05 12:49:33 +02:00
aler9
4afe8428c8 fix race condition 2020-09-03 16:31:52 +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
3c48518d99 add path name to all log entries related to a certain path 2020-09-01 00:13:27 +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
0b589b3e7e move sources inside paths 2020-08-30 14:15:00 +02:00
aler9
e27e807813 allow onDemandCmd when path is 'all' 2020-08-30 13:31:46 +02:00
aler9
cdda774faa allow onInitCmd only if path is not 'all' 2020-08-30 13:18:43 +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
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
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
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