30 Commits (f5936d67edaa7410e69e2b56b084821a5b758f3a)

Author SHA1 Message Date
aler9 f5936d67ed drastically improve performance when publishing or proxying streams 6 years ago
aler9 9d608ef19d simplify code 6 years ago
aler9 79d0f2d053 move sdp code into gortsplib 6 years ago
aler9 3fca02eca3 update gortsplib 6 years ago
aler9 4afe8428c8 fix race condition 6 years ago
aler9 3c48518d99 add path name to all log entries related to a certain path 6 years ago
aler9 7743849e9a replace events with channels 6 years ago
aler9 194bd7653e rename program.closeClient() into client.close() 6 years ago
aler9 c8710fee19 cleanup source 6 years ago
aler9 980989340b fix possible deadlock when communicating with clients 6 years ago
aler9 1b4201aa76 improve performance by using path instead of pathName for packet routing 6 years ago
aler9 2056689560 send TEARDOWN to source when its connection closes (#63) 6 years ago
aler9 74f7e5df66 improve performance by avoiding copy() (#21) 6 years ago
aler9 491ffc8b28 fix doc 6 years ago
aler9 7a440030ad update gortsplib 6 years ago
aler9 1399543e90 rename path id into path name 6 years ago
aler9 90aa47d2a3 add metrics exporter (#37) 6 years ago
aler9 e409f673d4 add option runOnDemand (#36) 6 years ago
aler9 d7d2ba38f1 add option sourceOnDemand to pull sources only when there are connected clients (#36) 6 years ago
aler9 3a3a8594a8 move source configuration parsing into conf.go 6 years ago
aler9 50e2d8625b adjust buffer sizes to avoid memory leaks (#43) 6 years ago
aler9 25f59abfc0 update gortsplib 6 years ago
aler9 f2d95b7e39 fix freeze while proxying 6 years ago
aler9 8e6e16b0aa do not print error messages when a source is terminated 6 years ago
aler9 857fbccdea remove streamDeadAfter 6 years ago
aler9 da5e001206 update gortsplib 6 years ago
aler9 45c0416fa7 use a custom sdp library to handle non-canonical sdp (#41) 6 years ago
aler9 ce5e11f6c9 update gortsplib 6 years ago
aler9 401e44f8e6 unexport variable 6 years ago
aler9 1de43588ad rename streamer into source 6 years ago
aler9 d6994c4e31 update gortsplib 6 years ago
aler9 603c43b12f update gortsplib 6 years ago
aler9 7dc904a131 change sdp library 6 years ago
aler9 f01bb9685f new option streamDeadAfter 6 years ago
aler9 03f020ec33 implement rtcp receiver reports; fix #22 6 years ago
aler9 c77d6e57cc cleanup code; remove PAUSE support 6 years ago
aler9 c0d94929a6 use a common object for double buffering 6 years ago
aler9 53e7d36411 cleanup 6 years ago
aler9 4edab61193 fix typo 6 years ago
aler9 d2522f5c10 support receiving requests while receiving interleaved frames (#19) 6 years ago
aler9 d05cad0232 correctly close tickerCheckStream; fix #26 6 years ago
aler9 eab4efe726 improve streamer performance by using static buffers 6 years ago
aler9 adb3909f63 support rtsp urls without port 6 years ago
aler9 9c3554d719 implement proxy mode; add conf.yml to release assets 6 years ago