Commit Graph

168 Commits

Author SHA1 Message Date
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
efa31937c9 remove redundant stream check mechanism in case of tcp publishers 2020-07-28 15:10:33 +02:00
aler9
3a3a8594a8 move source configuration parsing into conf.go 2020-07-20 11:46:17 +02:00
aler9
da5e001206 update gortsplib 2020-07-19 18:34:18 +02:00
aler9
45c0416fa7 use a custom sdp library to handle non-canonical sdp (#41) 2020-07-19 11:51:28 +02:00
aler9
1de43588ad rename streamer into source 2020-07-14 11:18:51 +02:00
aler9
3451060548 rename conf.yml into rtsp-simple-server.yml 2020-07-13 17:27:04 +02:00
aler9
8898ad2990 optimize code 2020-07-13 11:12:20 +02:00
aler9
d6994c4e31 update gortsplib 2020-07-13 09:45:45 +02:00
aler9
603c43b12f update gortsplib 2020-07-12 22:53:22 +02:00
aler9
7dc904a131 change sdp library 2020-07-12 17:24:12 +02:00
aler9
d9411321e7 add authMethods option; fix #27 2020-07-12 13:17:15 +02:00
aler9
03f020ec33 implement rtcp receiver reports; fix #22 2020-07-12 12:34:35 +02:00
aler9
c77d6e57cc cleanup code; remove PAUSE support 2020-07-11 16:46:16 +02:00
aler9
53e7d36411 cleanup 2020-07-11 10:24:42 +02:00
aler9
3a72c6ef1c move utils into utils.go 2020-07-11 10:22:54 +02:00
aler9
4c6f929c02 fix authenticating with vlc and login prompt 2020-07-10 11:24:57 +02:00
aler9
9c3554d719 implement proxy mode; add conf.yml to release assets 2020-06-30 15:12:39 +02:00
aler9
5010b4e69e implement path-based configuration 2020-06-27 21:22:50 +02:00
aler9
731cd9830e switch from arguments to a configuration file 2020-06-27 17:23:43 +02:00
aler9
0219d24e99 improve performance by using static buffers instead of make() 2020-06-27 16:19:02 +02:00
aler9
05a35ee545 add pprof 2020-06-27 15:42:54 +02:00
aler9
698ec59ab4 add client count to logs 2020-06-27 14:20:06 +02:00
aler9
4df4bbba6a use channels instead of mutexes 2020-06-27 13:38:35 +02:00
aler9
d08fc7c139 simplify code 2020-06-26 11:00:10 +02:00
aler9
6bdcf1bb11 simplify code 2020-06-24 22:42:39 +02:00
aler9
fbd9f74c8b add --read-ips and --publish-ips arguments; fix #12 2020-06-15 22:41:14 +02:00
aler9
fb6b05fb60 fix flag descriptions 2020-05-27 08:55:26 +02:00
aler9
cfc3e9bea6 cleanup --version 2020-05-11 09:39:49 +02:00
aler9
8f839c9d4a simplify tests 2020-05-11 09:31:56 +02:00
aler9
5cbfaa4cd8 add arguments --read-user --read-pass 2020-05-10 22:56:46 +02:00
aler9
dc52266a70 add new arguments --read-timeout and --write-timeout 2020-05-10 22:35:56 +02:00
aler9
2a89e41a69 add tests 2020-05-10 21:32:40 +02:00
aler9
e6314ff45d add program.close() 2020-05-10 16:33:20 +02:00
aler9
1931e53992 rename variables 2020-05-10 16:08:41 +02:00
aler9
fae52b415c move forwardTrack into serverTcpListener 2020-05-10 16:02:17 +02:00
aler9
e072bdf0b4 move clients and publishers below serverTcpListener 2020-05-10 15:49:53 +02:00
aler9
83608a2fdd add serverUdpListener.close() 2020-05-10 15:40:41 +02:00
aler9
03b5d393cd move arguments outside program 2020-05-10 15:33:42 +02:00
aler9
0b38b3c75a support ipv6 link-local addresses; fix #6 2020-05-03 23:26:41 +02:00
aler9
a8eeaad85e rename client into serverClient 2020-05-03 12:38:11 +02:00
aler9
2133737b2a replace publish key with specification-compliant username and password 2020-02-16 16:05:08 +01:00
aler9
7f90724336 remove os check 2020-02-16 13:08:54 +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
8bed6ecfeb add checks on ports 2020-01-26 12:59:24 +01:00
aler9
0285d029c7 update gortsplib 2020-01-26 12:41:26 +01:00