aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib/avrawoutput.py
AgeCommit message (Expand)Author
2016-09-15voctocore: pep8ifyFlorian Zeitz
2016-08-07raise the buffer-limit for mix_out to 10000 buffers and make this configurableMaZderMind
2016-02-08raise blocksize to 1M on the write-side, tooMaZderMind
2016-02-05swap audio & video around, so that 0.0 in the output is video and 0.1 is audioMaZderMind
2016-02-02force all pipelines to the same clock and expose it to the network, #46MaZderMind
2016-02-01cleanup shebang linesMaZderMind
2015-11-26[voctocore] 100 buffers was not enough in practiceMaZderMind
2015-11-14issue a warning when a client is too slow and about to get disconnected, #16MaZderMind
2015-11-14raise max-buffer-limit to 100 buffers, #16MaZderMind
2015-11-10limit the number of queued buffers to avoid OOM conditionsMaZderMind
2015-05-22better error-handling on all pipelinesMaZderMind
2015-05-22Cannot relyably determin the closed connections' addresst. so don't try to.MaZderMind
2015-05-19remove costly textoverlaysMaZderMind
2015-05-15Use existing addr object where availableMaZderMind
2015-05-15Move Class-Level variables to the InstancesMaZderMind
2015-05-14Extract TCP Connection handling into separate classesMaZderMind
2015-05-14Improve/Repair LoggingMaZderMind
2015-05-14Handle DisconnectsMaZderMind
2015-05-13experiment with transporting uncompressed a/v together in a matroska streamMaZderMind