mistserver/src/output
2018-08-23 12:43:50 +02:00
..
flashPlayer.h Embedding of flash players 2016-01-26 14:14:12 +01:00
mist_out.cpp Improved logging system 2017-12-08 19:48:49 +01:00
oldFlashPlayer.h Embedding of flash players 2016-01-26 14:14:12 +01:00
output.cpp Added some helpful high-level debug messages to generic IO handlers, fixed missing track selection when streaming live input 2018-07-20 14:22:46 +02:00
output.h Improved selectDefaultTracks function to give feedback on selection changes. 2018-07-04 11:51:03 +02:00
output_dash_mp4.cpp Removed browser MP3 support from DASH output - only works in dedicated players 2018-08-13 13:43:04 +02:00
output_dash_mp4.h Significant improvements to DASH playback 2016-10-11 16:42:34 +02:00
output_dtsc.cpp Improved selectDefaultTracks function to give feedback on selection changes. 2018-07-04 11:51:03 +02:00
output_dtsc.h DTSC push input working...? 2017-07-22 18:57:36 +02:00
output_ebml.cpp EBML updates: 2018-07-20 14:23:34 +02:00
output_ebml.h EBML updates: 2018-07-20 14:23:34 +02:00
output_h264.cpp Added Annex B H264 output 2017-07-22 18:57:36 +02:00
output_h264.h Added Annex B H264 output 2017-07-22 18:57:36 +02:00
output_hds.cpp Merge branch 'development' into LTS_development 2017-06-19 12:46:41 +02:00
output_hds.h Converted HTTP based outputs to new and improved mechanism, increasing robustness and efficiency. 2014-10-31 00:38:25 +01:00
output_hls.cpp Blacklisted HEVC for non-Apple devices 2018-08-13 15:48:35 +02:00
output_hls.h Added HLS protocol option to disable session IDs, merging together all views from a single user into a single session. 2018-05-18 17:20:55 +02:00
output_hss.cpp Merge branch 'development' into LTS_development 2018-08-13 13:38:58 +02:00
output_hss.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
output_http.cpp Merge branch 'development' into LTS_development 2018-07-26 16:24:06 +02:00
output_http.h Updated generic HTTP output to support websockets. Added basic websocket JSON push support. 2018-07-04 11:50:49 +02:00
output_http_internal.cpp Stream source no longer listed in internal HTTP outputs 2018-07-29 21:34:28 +02:00
output_http_internal.h Implemented browser detection and handling of output-specific browser exceptions. 2018-03-27 15:58:51 +02:00
output_http_minimalserver.cpp Updated CORS headers and the (HTTP) output protocols to work with it. 2016-01-26 14:34:14 +01:00
output_http_minimalserver.h Added basic minimal HTTP server output. 2015-06-03 16:39:16 +02:00
output_https.cpp HTTPS debug level tweak 2018-08-06 15:51:32 +02:00
output_https.h Added HTTPS output 2016-11-16 16:33:07 +01:00
output_httpts.cpp Corrected ts-exec: output format. 2017-09-29 16:13:01 +02:00
output_httpts.h Corrected ts-exec: output format. 2017-09-29 16:13:01 +02:00
output_json.cpp Edited JSON codec format 2018-07-04 11:51:40 +02:00
output_json.h Edited JSON codec format 2018-07-04 11:51:40 +02:00
output_progressive_flv.cpp Improved selectDefaultTracks function to give feedback on selection changes. 2018-07-04 11:51:03 +02:00
output_progressive_flv.h Generalized recording, pimped. 2017-09-27 12:09:18 +02:00
output_progressive_mp3.cpp Generalized recording, pimped. 2017-09-27 12:09:18 +02:00
output_progressive_mp3.h Generalized recording, pimped. 2017-09-27 12:09:18 +02:00
output_progressive_mp4.cpp Allow downloading of MP4 output as file through ?dl=1 and/or ?dl=filename.ext GET parameter 2018-07-04 11:50:31 +02:00
output_progressive_mp4.h Merge branch 'development' into LTS_development 2018-01-24 19:50:43 +01:00
output_progressive_ogg.cpp Fixed Ogg output Opus support 2017-05-13 23:42:40 +02:00
output_progressive_ogg.h Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit. 2014-12-23 13:10:28 +01:00
output_push.cpp Fixed typoes Balder spotted. Wut? But how?! 2017-11-28 11:26:19 +01:00
output_push.h Recording, HLS Push, UDP (Multicast) Input, Threaded TS 2016-02-12 16:30:33 +01:00
output_raw.cpp Improved track selection logic for JSON output 2018-07-04 11:50:23 +02:00
output_raw.h Shared memory rewrite 2014-04-04 19:50:40 +02:00
output_rtmp.cpp Merge branch 'development' into LTS_development 2018-08-23 12:43:50 +02:00
output_rtmp.h Added bootMsOffset to DTSC::Meta, RTMP now syncs on it. 2018-07-04 11:50:44 +02:00
output_rtsp.cpp RTP rework: added sorter class, updated RTSP input/output/analyser to be compatible with it 2018-07-04 12:04:26 +02:00
output_rtsp.h RTP rework: added sorter class, updated RTSP input/output/analyser to be compatible with it 2018-07-04 12:04:26 +02:00
output_sanitycheck.cpp Improved track selection logic for JSON output 2018-07-04 11:50:23 +02:00
output_sanitycheck.h Added MistOutSanityCheck 2016-09-15 16:18:32 +02:00
output_srt.cpp Reworked existing subtitle support (sideloaded, MP4 in and srt out) 2017-11-23 14:14:52 +01:00
output_srt.h Reworked existing subtitle support (sideloaded, MP4 in and srt out) 2017-11-23 14:14:52 +01:00
output_ts.cpp Fixed socket binding for TS UDP push output 2018-05-17 12:26:28 +02:00
output_ts.h Added TS output passthrough support 2017-09-27 12:09:18 +02:00
output_ts_base.cpp Added TS output passthrough support 2017-09-27 12:09:18 +02:00
output_ts_base.h Added TS output passthrough support 2017-09-27 12:09:18 +02:00
output_wav.cpp Added support for FLOAT to WAV output 2018-01-24 19:13:01 +01:00
output_wav.h Generalized recording, pimped. 2017-09-27 12:09:18 +02:00