Commit graph

74 commits

Author SHA1 Message Date
aler9
bcab6aabcb make sure all clients are closed before closing server 2020-10-14 19:35:21 +02:00
aler9
606806777a move conf into dedicated folder 2020-10-14 00:50:08 +02:00
aler9
52019ac75e move externalcmd, syslog, loghandler into dedicated folders 2020-10-14 00:02:55 +02:00
aler9
810643ab30 rename publisher into source 2020-10-13 20:00:40 +02:00
aler9
aab9eaa2c7 support RTMP audio 2020-10-05 21:07:34 +02:00
aler9
a374ba748d support RTMP sources (#88) 2020-10-03 21:10:41 +02:00
aler9
bd4fc1ae8c update gortsplib 2020-09-27 15:52:48 +02:00
aler9
a41c2fc67c check SETUP mode when reading 2020-09-27 13:02:46 +02:00
aler9
a71bac5983 Merge branch 'master' into dev 2020-09-22 08:58:38 +02:00
aler9
f9b6768588 fix crash during startup on 32bit platforms (#86) 2020-09-22 08:41:04 +02:00
aler9
693aa9118d move buffer handling into gortsplib 2020-09-20 14:17:36 +02:00
aler9
2085944586 rename metrics (#61) 2020-09-19 23:37:54 +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
a0d076e8f0 fix crash when using runOnConnect 2020-09-19 17:14:19 +02:00
aler9
33f703a1a3 temp 2020-09-19 17:13:45 +02:00
aler9
b526330607 decrease ram consumption 2020-09-19 00:46:42 +02:00
aler9
f5936d67ed drastically improve performance when publishing or proxying streams 2020-09-19 00:08:05 +02:00
aler9
bb66a03f3d improve performance when publishing to the server or receiving streams in proxy mode 2020-09-18 22:43:39 +02:00
aler9
51e441a1cf support ping requests with GET_PARAMETER (#81) 2020-09-13 16:58:18 +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
1065fa010b fix race condition when reading tcp streams 2020-09-06 16:34:18 +02:00
aler9
998c4c56d9 update gortsplib 2020-09-05 22:56:54 +02:00
aler9
8c06c9a414 support query parameteres when publishing or reading (#74) 2020-09-05 20:54:33 +02:00
aler9
79d0f2d053 move sdp code into gortsplib 2020-09-05 14:51:36 +02:00
aler9
3fca02eca3 update gortsplib 2020-09-05 13:19:55 +02:00
aler9
f18c64d11b support live reporter app (#75) 2020-09-05 12:49:33 +02:00
aler9
f40f3a34ab fix race condition 2020-09-03 16:24:39 +02:00
aler9
dd151e9978 open the firewall in case of udp connections 2020-09-02 11:22:42 +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
d28a14588a rename findConfForPath() 2020-08-30 13:20:18 +02:00
aler9
fc8bf8c830 simplify client.writeResError() 2020-08-30 13:06:26 +02:00
aler9
2056689560 send TEARDOWN to source when its connection closes (#63) 2020-08-29 15:21:56 +02:00
aler9
74f7e5df66 improve performance by avoiding copy() (#21) 2020-08-25 19:30:37 +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
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
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
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
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
d730511bfb rename file 2020-04-10 12:24:43 +02:00