Commit graph

247 commits

Author SHA1 Message Date
Thulinma
e70a5c106d Decrease debug message verbosity levels. 2015-01-15 10:20:49 +01:00
Thulinma
a001feafca Fixed various live issues. 2014-12-30 02:08:14 +01:00
Thulinma
a47504b5cb Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit. 2014-12-23 13:10:28 +01:00
Thulinma
142ef73f6c Various fixes for live streams. 2014-12-21 13:50:08 +01:00
Thulinma
cc4539c4da Fixed near-live playback of HLS, HDS and HSS. 2014-12-19 00:52:07 +01:00
Thulinma
6ce3678056 Fixed HTTP outputs not closing cleanly. 2014-12-16 13:38:47 +01:00
Thulinma
9132d38ac0 Fixed seeking when seeking to a timestamp right before a keyframe right after a memory page switch. Also made MP4 progressive output more reliable, improved timers and debugging message clarity. 2014-12-16 11:54:12 +01:00
Thulinma
70ba531ba9 Some minor optimizes to HDS fragment list generation. 2014-12-13 21:21:20 +01:00
Thulinma
2e48687e8e MP4 output can now almost be considered fast. Almost. 2014-12-13 16:41:12 +01:00
Thulinma
fac1727e10 Fixed stream-less builtin files loading correctly. 2014-12-13 14:58:32 +01:00
Thulinma
a9bf4fea4a Further improvement to error handling of HTTP internal output. 2014-12-11 12:41:10 +01:00
Thulinma
3c45efc9e4 Fixed a typo from an earlier commit. 2014-12-11 12:24:22 +01:00
Thulinma
8fa8a5d736 Fixed JSON error responses to internal HTTP output. 2014-12-11 12:23:19 +01:00
Thulinma
5e4a56222e Added selectDefaultTracks function. 2014-12-11 03:16:00 +01:00
Thulinma
9131ef80db Fixed track selection in HTTP requests. 2014-12-10 13:12:05 +01:00
Thulinma
0438cfcd1d Tweaked default buffer starting position behaviour for outputs. 2014-12-08 17:35:22 +01:00
Thulinma
78aa855084 Fixed HTTP embed code problems. 2014-12-07 00:22:23 +01:00
Thulinma
55046206fe Fixed various statistics bugs. 2014-12-05 21:31:45 +01:00
Thulinma
f458e4d836 Very sadface, Erik. :-( 2014-11-18 15:36:50 +01:00
Erik Zandvliet
7cd943c50f Fixed PCR location for HLS streams 2014-11-18 15:29:41 +01:00
Thulinma
b68df4f2dd Fixed HLS init. 2014-11-14 15:25:45 +01:00
Erik Zandvliet
0fbcd97309 Fixed HLS, Fixed continuity counters updating 2014-11-14 14:45:44 +01:00
Thulinma
fbb3032fe4 Added json_*.js output for pure JSON-only format. 2014-11-13 17:29:45 +01:00
Thulinma
0d24dfb3a9 Fixed HLS Content-Type. 2014-11-13 17:29:30 +01:00
Thulinma
455bce2c34 Further fixes to HTTP. 2014-11-07 21:07:19 +01:00
Thulinma
9b499354ee Fixed MistOutHTTP interface selection command line parameter. 2014-11-07 20:38:36 +01:00
Thulinma
c48ef1e4eb Improved RTMP push reject message clarity. 2014-11-07 16:31:25 +01:00
Thulinma
e6fce96650 Fixed info_streamname.js output, was outputting embed_streamname.js output instead. 2014-11-05 15:34:59 +01:00
Thulinma
d1bbb26e96 Fixed HTTP outputs for Windows builds. 2014-11-05 12:30:34 +01:00
Thulinma
d457046420 Converted HTTP based outputs to new and improved mechanism, increasing robustness and efficiency. 2014-10-31 00:38:25 +01:00
Thulinma
b325ca96ee Added checksum to stats of HTTP based outputs for later merging of connections. 2014-10-23 15:12:33 +02:00
Thulinma
c26661b690 Fixed hostname in statistics to properly be in packed binary format, internally. 2014-10-22 16:51:51 +02:00
Erik Zandvliet
b6e4e0243e Fixed HLS (some more) 2014-10-06 14:54:19 +02:00
Thulinma
48c4efc4fd Made HLS segment counter more reliable. 2014-10-03 17:29:00 +02:00
Thulinma
8542281ac2 JSON-based input selection. 2014-10-02 16:12:19 +02:00
Thulinma
d85fe140ca Same HLS hotfix for HTTP TS 2014-10-02 16:12:19 +02:00
Erik Zandvliet
5579cf87ce HotFix HLS 2014-10-02 14:12:41 +02:00
Thulinma
3fa253c297 Fixed more live stuff. 2014-10-01 13:01:34 +02:00
Thulinma
fc5e86d7c2 Added MistOutHTTPTS, also minor cleanup in output.cpp 2014-09-29 21:04:25 +02:00
Thulinma
435633180c Made HLS and HSS be non-realtime, improved HLS debug messages. 2014-09-25 10:57:41 +02:00
Thulinma
dfd914120e Changed RTMP output references to Socket::Send into Socket::SendNow 2014-09-24 16:26:16 +02:00
Thulinma
77d00de3d5 Added ability to generate crossdomain.xml file to HLS output. 2014-09-23 12:49:28 +02:00
Thulinma
de61bb77a8 Fixed HLS case sensitivity. 2014-09-08 00:05:17 +02:00
Thulinma
c33c62c6d4 Added support for remaining Flash-supported codecs to RTMP, FLV and HDS. 2014-09-06 14:39:35 +02:00
Thulinma
dc144e90d0 Fixed HLS live last fragment being shown before completely being available. 2014-09-06 13:16:06 +02:00
Thulinma
9e07da4d97 Fixed HDS without valid audio track. 2014-09-06 13:15:41 +02:00
ozzay
98e2583b4e Fixed live track deletion on viewer timeout. 2014-09-02 10:58:44 +02:00
wouter spruit
1a91c743db Bugfix for HLS last fragment missing 2014-09-01 16:07:25 +02:00
wouter spruit
315fb0f40e Preview bugfixes mp3, srt. 2014-09-01 14:47:19 +02:00
Thulinma
6890632e9d Fixed messed up merge. Really, guys? 2014-08-29 22:54:00 +02:00