Commit Graph

492 Commits

Author SHA1 Message Date
aler9 588878bcae add syslog log destination (#83) 2020-09-19 14:48:29 +02:00
aler9 b7888fb413 support SONY SNC-WR630 (https://github.com/aler9/rtsp-simple-server/issues/85) 2020-09-19 14:02:24 +02:00
aler9 495a791b2d fix crash when closing 2020-09-19 13:51:55 +02:00
aler9 b526330607 decrease ram consumption 2020-09-19 00:46:42 +02:00
aler9 a8ec4a4cf6 move log handling into dedicated file 2020-09-19 00:19:55 +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 05140a5cd5 add stress tests 2020-09-18 19:59:07 +02:00
Alessandro Ros 249607ee33
fix readme 2020-09-15 11:09:43 +02:00
aler9 9d608ef19d simplify code 2020-09-15 10:40:32 +02:00
aler9 7e45b0e7c2 add OS to issue templates 2020-09-14 14:49:35 +02:00
aler9 175a93b1f1 re-add time to log entries saved to file (#67) 2020-09-14 14:49:30 +02:00
aler9 51e441a1cf support ping requests with GET_PARAMETER (#81) 2020-09-13 16:58:18 +02:00
aler9 929850bfc4 update gortsplib 2020-09-13 16:44:15 +02:00
Alessandro Ros 235ce802b0
fix issue templates 2020-09-12 10:37:44 +02:00
aler9 d69d433927 restore environment variables for external commands 2020-09-09 19:34:14 +02:00
Alessandro Ros fd1beadf9d
Merge pull request #80 from Fruchtzwerg94/external_commands_for_windows
Implement all external commands for Windows
2020-09-09 19:13:55 +02:00
Alessandro Ros 2a08e00815
Merge branch 'master' into external_commands_for_windows 2020-09-09 19:10:47 +02:00
Alessandro Ros 6c1c478017 update readme 2020-09-09 15:16:48 +02:00
Fruchtzwerg94 516371fb85 Implement all external commands for Windows 2020-09-07 20:38:24 +02:00
Alessandro Ros 136987af19
update readme 2020-09-07 08:32:38 +02:00
aler9 1065fa010b fix race condition when reading tcp streams 2020-09-06 16:34:18 +02:00
aler9 d71fd25916 update gortsplib 2020-09-06 13:20:22 +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 86d329e90f update readme 2020-09-05 10:03:28 +02:00
aler9 1c19af6251 add -race flag to tests 2020-09-03 16:31:58 +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 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 c675bf4cdf restore old travis conf 2020-08-31 16:30:34 +02:00
aler9 c80dcfd7dd fix pprof port 2020-08-31 16:01:35 +02:00
aler9 b59c5066d1 add Accept header to DESCRIBE requests 2020-08-31 15:51:24 +02:00
aler9 c8710fee19 cleanup source 2020-08-31 15:46:03 +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