Commit graph

46 commits

Author SHA1 Message Date
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
aler9
7ee158d18f fix comment 2020-04-10 12:24:21 +02:00
aler9
2133737b2a replace publish key with specification-compliant username and password 2020-02-16 16:05:08 +01:00
aler9
3617e544c9 run gofmt 2020-02-16 13:04:43 +01:00
Jonathan Sims
37d938da17 Add option to run a script when client connects or disconnects (Linux only for now) 2020-02-15 12:25:29 -05:00
aler9
6fefb89a7c fix race condition 2020-01-26 18:08:15 +01:00
aler9
0285d029c7 update gortsplib 2020-01-26 12:41:26 +01:00
aler9
f46d6f4ba2 fix sdp filtering 2020-01-21 10:28:13 +01:00
aler9
215a44fd33 fix: clean up SDP before serving it to receivers 2020-01-21 10:08:53 +01:00
aler9
a9799c7cf1 fix: add SetWriteDeadline() and prevent timeout when receiving via tcp 2020-01-21 09:29:02 +01:00
aler9
ec32c80736 add read and write deadlines 2020-01-20 22:24:55 +01:00
aler9
f69700a738 update gortsplib 2020-01-20 16:44:02 +01:00
aler9
16e4fcb372 improve performance by using int states instead of strings 2020-01-20 14:41:04 +01:00
aler9
412e2c7642 move transportHeader into gortsplib 2020-01-20 12:53:06 +01:00
aler9
9349146d47 move rtsp into gortsplib 2020-01-20 10:38:14 +01:00
aler9
f607fa82e6 add command line option --protocols to set what protocols are available 2020-01-15 22:48:51 +01:00
aler9
e78f3f22a0 fix: allow publishing with RTP/AVP 2020-01-15 22:27:44 +01:00
aler9
0fcdc79b1d fix: send proper SETUP response when publishing or receiving via udp 2020-01-14 21:33:53 +01:00
aler9
888691dec9 fix: support ffmpeg option '-rtsp_transport udp' while receiving 2020-01-14 21:19:25 +01:00
aler9
e3ebd21659 reply with 401 when publish key is missing 2020-01-03 23:21:56 +01:00
aler9
77918272df cleanup code 2020-01-03 23:05:06 +01:00
aler9
88f2c5e869 implement authentication 2020-01-03 22:39:55 +01:00
aler9
a48bac0f1b fix: send right server ports when playing via udp 2020-01-01 18:01:21 +01:00
aler9
9728ea823d support multiple paths 2019-12-31 14:55:46 +01:00
aler9
507eff4eab support multiple tracks per stream 2019-12-31 13:48:17 +01:00