Commit graph

1417 commits

Author SHA1 Message Date
cat
09c6ac5aa9 LSP minor changes to preview page 2014-09-06 12:32:38 +02:00
Erik Zandvliet
b0aa5bd310 Fixed a bug in the DTSC analyser 2014-09-02 12:03:33 +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
wouter spruit
bea3ca503e Preview bugfix. 2014-09-01 13:52:59 +02:00
Thulinma
6890632e9d Fixed messed up merge. Really, guys? 2014-08-29 22:54:00 +02:00
Thulinma
80f3588b56 DTSC analyser fixes 2014-08-29 22:32:01 +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
ozzay
aedf06d3ef Live does not break after viewer disconnect
Make sure pusher is identified in output.cpp as data[4,5] = 0xFFFF
2014-08-22 17:04:17 +02:00
cat
e0e40ff173 LSP added version to email for help 2014-08-21 14:55:47 +02:00
cat
9ed1f4012c LSP createacc landing page with option to enable protocols 2014-08-21 14:55:47 +02:00
cat
b9b62ee744 LSP actually remove stream info tab as its now on the preview page 2014-08-21 14:55:47 +02:00
cat
34856509ea LSP preview page merge info 2014-08-21 14:55:47 +02:00
cat
f350a3c7b0 LSP preview improved some more 2014-08-21 14:55:47 +02:00
cat
9b9923b6d5 preview embed type selectors NB: changes to embed.js 2014-08-21 14:55:47 +02:00
Erik Zandvliet
20ef805c0c Fixed infinite loop on internal request 2014-08-21 13:55:27 +02:00
ozzay
f22c229aea Fixed daemonizing bug 2014-08-18 13:09: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
507eb80707 Temporarily disabled conversion API. 2014-08-05 21:52:52 +02:00
Thulinma
0d4adb98cb Extra sanity checks in MistOut* processes. 2014-08-05 16:04:34 +02:00
Thulinma
e2eee229df Various tweaks and fixes to all MistIn processes. 2014-08-05 15:16:23 +02:00
Thulinma
e2d6b226da Improved MistIn* player timer accuracy. 2014-08-05 14:50:12 +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
6dfe97a9c2 Fixed RTMP analyser printing errors when there were no real errors, at end of stream. 2014-08-05 14:26:09 +02:00
Thulinma
05d3375412 Re-enabled stream status checkers for Windows/Mac versions. 2014-08-04 18:02:04 +02:00
Thulinma
2c972c0829 Fixed 5s timer for protocol status checker. 2014-08-04 16:00:37 +02:00
Thulinma
5264fbf546 MistController: now with even more threads! 2014-08-02 16:39:43 +02:00
Thulinma
c5f6956766 Disabled stream starting from the controller for mac and windows versions. 2014-07-30 17:15:20 +02:00
Thulinma
625543d0ef Undo part of previous fix that only made things worse. 2014-07-29 17:28:46 +02:00
Thulinma
7b5b5f8ff0 Hopefully fixed controller stream metadata updater. 2014-07-29 15:20:03 +02:00
Thulinma
3016653f9a Added error message and handling for non-starting connectors over HTTP. 2014-07-29 13:45:52 +02:00
Thulinma
848f075ff4 Added lots of DLVL_INSANE level debug messages to controller metadata checks. Simplified internal stream handling. 2014-07-29 13:36:43 +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
Thulinma
27bc1995e7 Fixed indenting in conn_http.cpp; added proper support for debug levels to HTTP proxy. 2014-07-22 12:03:55 +02:00
Erik Zandvliet
0dc2a6155a Removed an unused semaphore 2014-07-16 12:53:40 +02:00
Thulinma
1e66e6c817 Removed stats sockets - haven't been in use for a while now. 2014-07-09 14:58:55 +02:00
Thulinma
4bf7f30473 Properly output aggregate messages from MistAnalyserRTMP 2014-07-09 10:03:41 +02:00
bdheeman
ba4eee3ae5 Generalize rc/init script; make it work nicly ;) 2014-06-30 14:14:53 +02:00
bdheeman
fbc1a456b4 Fix install permissions, errors and, or omissions 2014-06-30 14:14:43 +02:00
Thulinma
9505a94a2a Removed MistDTSCFix calls in controller_streams.cpp 2014-06-26 14:02:15 +02:00
Thulinma
5a6e793f78 Removed faulty basepath default setting. 2014-06-23 21:49:28 +02:00