54 Commits (d69d433927db39257b4b353ce4d4bdf9a2f983f5)

Author SHA1 Message Date
aler9 4c6f929c02 fix authenticating with vlc and login prompt 5 years ago
aler9 d2522f5c10 support receiving requests while receiving interleaved frames (#19) 5 years ago
aler9 9c3554d719 implement proxy mode; add conf.yml to release assets 5 years ago
aler9 70d5735fec fix Content-Base header 5 years ago
aler9 5010b4e69e implement path-based configuration 5 years ago
aler9 731cd9830e switch from arguments to a configuration file 5 years ago
aler9 0219d24e99 improve performance by using static buffers instead of make() 5 years ago
aler9 698ec59ab4 add client count to logs 5 years ago
aler9 4df4bbba6a use channels instead of mutexes 5 years ago
aler9 60371afc1a add ticker to check whether udp packets are being received or not while publishing; fix #15 5 years ago
aler9 fbd9f74c8b add --read-ips and --publish-ips arguments; fix #12 5 years ago
aler9 8a786b5669 support authenticating with vlc; fix #11 5 years ago
aler9 a535dab477 support zero spaces between header keys and values, support transport headers with implicit unicast; fix #9 5 years ago
aler9 ed715723f2 more detailed error messages 5 years ago
aler9 a4d581d02e move sdp functions into gortsplib 5 years ago
aler9 a532430396 support non-canonical headers, empty sdp origins, non-standard sdp protocols, rtp packets up to 512k; fix #8 5 years ago
aler9 5cbfaa4cd8 add arguments --read-user --read-pass 5 years ago
aler9 dc52266a70 add new arguments --read-timeout and --write-timeout 5 years ago
aler9 142bc9961c do not show error message in case of EOF 5 years ago
aler9 b0ac164530 add serverTcpListener.close() 5 years ago
aler9 1931e53992 rename variables 5 years ago
aler9 fae52b415c move forwardTrack into serverTcpListener 5 years ago
aler9 e072bdf0b4 move clients and publishers below serverTcpListener 5 years ago
aler9 83608a2fdd add serverUdpListener.close() 5 years ago
aler9 03b5d393cd move arguments outside program 5 years ago
aler9 aff73ddcb2 update gortsplib 5 years ago
aler9 0b38b3c75a support ipv6 link-local addresses; fix #6 5 years ago
aler9 6cb36ab4e6 move url parsing into gortsplib 5 years ago
aler9 02beefcec9 fix log printing with ipv6 urls (part of #6) 5 years ago
aler9 0fe2df0045 move methods into gortsplib 5 years ago
aler9 6a641cd4f0 move deadline handling into gortsplib 5 years ago
aler9 3ca94f9f9d simplify response handling 5 years ago
aler9 a8eeaad85e rename client into serverClient 5 years ago
aler9 ab5fabf7ac update error messages 5 years ago
aler9 fb799326dc rename files 5 years ago
aler9 87a41685e8 use a standard value for the control attribute 5 years ago
aler9 d730511bfb rename file 5 years ago
aler9 7ee158d18f fix comment 5 years ago
aler9 2133737b2a replace publish key with specification-compliant username and password 6 years ago
aler9 3617e544c9 run gofmt 6 years ago
Jonathan Sims 37d938da17 Add option to run a script when client connects or disconnects (Linux only for now) 6 years ago
aler9 6fefb89a7c fix race condition 6 years ago
aler9 0285d029c7 update gortsplib 6 years ago
aler9 f46d6f4ba2 fix sdp filtering 6 years ago
aler9 215a44fd33 fix: clean up SDP before serving it to receivers 6 years ago
aler9 a9799c7cf1 fix: add SetWriteDeadline() and prevent timeout when receiving via tcp 6 years ago
aler9 ec32c80736 add read and write deadlines 6 years ago
aler9 f69700a738 update gortsplib 6 years ago
aler9 16e4fcb372 improve performance by using int states instead of strings 6 years ago
aler9 412e2c7642 move transportHeader into gortsplib 6 years ago