mistserver/src/input
2016-11-18 15:33:25 +01:00
..
input.cpp Added crash handler for Pull-mode inputs 2016-11-18 15:33:25 +01:00
input.h Added crash handler for Pull-mode inputs 2016-11-18 15:33:25 +01:00
input_buffer.cpp Improved buffer behaviour for streams that are faster than real-time. Improved documentation for those areas as well. 2016-10-11 15:14:12 +02:00
input_buffer.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
input_dtsc.cpp Added options to DTSC pull for controlling the buffer config. Made 8X target duration the default buffer size. Inputs now wait for INPUT_TIMEOUT *and* two biggestFragment durations, added a few helper functions to DTSC::Meta. Buffer now automatically sets segment size to min(configed_size, biggest_fragment/2) to prevent sudden reductions of fragment sizes by more than 50% 2016-10-11 15:02:29 +02:00
input_dtsc.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
input_flv.cpp Added new generalized input keepRunning() function, FLV input now shuts down if the file is updated file it is active, added 15 second DTSH regeneration window 2016-11-14 11:01:00 +01:00
input_flv.h Added new generalized input keepRunning() function, FLV input now shuts down if the file is updated file it is active, added 15 second DTSH regeneration window 2016-11-14 11:01:00 +01:00
input_mp3.cpp Generalized DTSH header reading and writing of Inputs 2016-09-15 16:03:24 +02:00
input_mp3.h Added MP3 input support (coded by Erik Zandvliet) 2015-03-10 12:52:44 +01:00
input_ogg.cpp Generalized DTSH header reading and writing of Inputs 2016-09-15 16:03:24 +02:00
input_ogg.h Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit. 2014-12-23 13:10:28 +01:00
mist_in.cpp Prevent coredump spam on production builds 2016-09-02 17:52:29 +02:00