mistserver/src/output
Thulinma 14427f0167 EBML updates:
- AV1 support
- Support for outputting fragments longer than 30 seconds in duration
- Fixed FireFox support for Opus audio tracks
- Added support for stdin live input of EBML
- Fixed broken timestamps when seeking in VoD EBML files
- Analyser now calculates offsets for (manual) double-checking
- Added JSON track support to EBML input and output
- Added basic input support for SRT/ASS/SSA subtitles
- Opus CODECDELAY now actually calculated.
- Fixed Opus in Firefox
- Improved MP3 support, more robust handling of corruption, support for non-standard timescale sources

# Conflicts:
#	src/output/output_ebml.cpp
2018-07-20 14:23:34 +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:48: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_hds.cpp PCM support in Flash-based protocols 2017-06-19 12:40:32 +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 Add codec/resolution/framerate information to HLS index 2018-04-23 10:56:40 +02:00
output_hls.h Add codec/resolution/framerate information to HLS index 2018-04-23 10:56:40 +02:00
output_hss.cpp Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
output_hss.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
output_http.cpp Websockets now have unique session IDs per connection. 2018-07-09 16:42:38 +02:00
output_http.h Updated generic HTTP output to support websockets. Added basic websocket JSON push support. 2018-07-04 11:48:36 +02:00
output_http_internal.cpp Fixed http_internal responses for offline streams 2018-05-16 10:47:14 +02:00
output_http_internal.h Implemented browser detection and handling of output-specific browser exceptions. 2018-03-27 15:57:08 +02:00
output_httpts.cpp Removed extra spaces in HTTP TS output, fixed socket class to work with unidirectional files 2016-12-28 16:43:48 +01:00
output_httpts.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
output_json.cpp Edited JSON codec format 2018-07-04 11:48:36 +02:00
output_json.h Edited JSON codec format 2018-07-04 11:48:36 +02:00
output_progressive_flv.cpp PCM support in Flash-based protocols 2017-06-19 12:40:32 +02:00
output_progressive_flv.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
output_progressive_mp3.cpp Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
output_progressive_mp3.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +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:24:29 +02:00
output_progressive_mp4.h Generalized byte range request parsing 2018-01-24 19:21:23 +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_raw.cpp Improved track selection logic for JSON output 2018-07-04 11:19:02 +02:00
output_raw.h Shared memory rewrite 2014-04-04 19:50:40 +02:00
output_rtmp.cpp Improved selectDefaultTracks function to give feedback on selection changes. 2018-07-04 11:48:36 +02:00
output_rtmp.h Added bootMsOffset to DTSC::Meta, RTMP now syncs on it. 2018-07-04 11:48:14 +02:00
output_srt.cpp Added CORS headers to SRT and MP4 outputs 2016-07-19 14:19:01 +02:00
output_srt.h Converted HTTP based outputs to new and improved mechanism, increasing robustness and efficiency. 2014-10-31 00:38:25 +01:00
output_ts.cpp TS base class can now repeat headers every X millis instead of at hardcoded interval 2016-12-28 14:59:23 +01:00
output_ts.h Merged TS unification edits by Wouter Spruit. 2015-03-05 13:49:09 +01:00
output_ts_base.cpp Implemented ES_Rate in PES 2016-12-28 14:59:23 +01:00
output_ts_base.h TS base class can now repeat headers every X millis instead of at hardcoded interval 2016-12-28 14:59:23 +01:00