Commit graph

78 commits

Author SHA1 Message Date
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
wouter spruit
d2821a629e Optimizes to TS outputs. 2014-08-29 22:31:50 +02:00
ozzay
286d6cba5c MP3 codec support in more protocols. 2014-08-29 22:31:49 +02:00
Thulinma
3d9f603c4b Fixed non-H264 video tracks for FLV, HDS and RTMP outputs. 2014-08-07 21:49:56 +02:00
Thulinma
42f5ef5468 Fixed HLS live missed fragment counter. 2014-08-05 23:37:56 +02:00
Thulinma
c6b860d54e HLS will now force-skip the first fragment if live and there are more than 2 fragments buffered. 2014-08-05 23:24:56 +02:00
Thulinma
875e8ef317 Fix for HLS URLs when only one track is available. 2014-08-05 22:59:17 +02:00
Thulinma
0d4adb98cb Extra sanity checks in MistOut* processes. 2014-08-05 16:04:34 +02:00
Thulinma
a15dc736da Fixed "Trying to time-out an element without counters" errors when outputs are shutting down cleanly. 2014-08-05 14:26:55 +02:00
Thulinma
e0d6a18f70 Fixed first page under Windows not being correct size for pushing (Bad, Erik, bad!) 2014-07-24 15:11:14 +02:00
Thulinma
9d2c71e4df Tweaked debug message levels for MistIn/Out processes 2014-07-24 15:10:48 +02:00
Thulinma
c7cef0260f Fixed HLS url recognition failure 2014-07-23 12:51:23 +02:00
Erik Zandvliet
b1e3eb3628 Fix opening new pages on time for windows 2014-07-22 15:28:03 +02:00
Thulinma
809b18d029 Hopefully fixed timeout issues in outputs. 2014-07-22 12:04:12 +02:00
Erik Zandvliet
fefd0e2f6f Two small fixes to repair rtmp re-pushing 2014-06-23 15:08:26 +02:00
Thulinma
f538bd0d93 smil support by Oswald de Bruin 2014-06-20 19:58:05 +02:00
Thulinma
7f1c2f28aa Various and sundry fixes. 2014-06-20 19:07:13 +02:00
Thulinma
a08e0de7fc Fixed statistics being attempted before stream initialization. 2014-06-20 11:35:06 +02:00
Thulinma
1206b76b4a Made statistics and userpages independant of each other. 2014-06-20 11:05:04 +02:00
Thulinma
80b905965e Various tweaks and fixes from Erik. 2014-06-19 16:51:02 +02:00