Commit graph

2395 commits

Author SHA1 Message Date
Thulinma
8e3d636381 Memory optimizations and supporting code for libmist changes. 2014-05-11 14:37:35 +02:00
Thulinma
180ac5eb9e Fixed AMF parser segfaulting on attempted retrieval of non-existant data. 2014-05-09 14:18:08 +02:00
Thulinma
6c54546048 Added Util::getNTP() to timing library. 2014-05-04 01:25:52 +02:00
Thulinma
54c31922f7 Implemented UDPConnection::getSock() 2014-05-04 01:25:36 +02:00
Thulinma
0fa40bb373 Fixed HTTP parser to no longer require "HTTP*" as protocol when creating requests/responses. 2014-05-04 01:25:21 +02:00
Thulinma
9587d2fff6 Improved Windows compatiblity 2014-05-02 17:03:16 +02:00
Thulinma
6ade063756 Added API documentation, updated doxygen configuration. 2014-05-02 12:19:54 +02:00
Thulinma
b460321e3c Fixed w32 compiling. 2014-05-02 12:13:49 +02:00
Erik Zandvliet
59c1023447 Fixes apple compilation 2014-05-02 09:42:11 +02:00
Thulinma
3ac6ae0704 Fixed compiling on 32 bits machines. 2014-05-01 18:11:13 +02:00
Thulinma
b1eebe7aaf Fixed long waiting time for .DTSC streams. 2014-05-01 16:31:15 +02:00
Thulinma
52f148cee5 Fixed RTMP pausing bug. 2014-05-01 15:57:53 +02:00
cat
c21287fe60 LSP tweak to blacklist and whitelist wording 2014-05-01 14:55:04 +02:00
cat
c25cd7f3bf LSP tweaks 2014-05-01 14:55:04 +02:00
Thulinma
35e369f348 Fixed some DTSC::File header corruption mistakes. 2014-05-01 13:45:02 +02:00
Thulinma
8f02ac216f MistIn processes now automatically add .dtsc to the end of output file, if missing. 2014-05-01 13:44:36 +02:00
Erik Zandvliet
eaa26e05ef Updated messaging for mp4 "possible corruption" 2014-05-01 11:26:10 +02:00
Erik Zandvliet
adf59f3786 Bugfixes in live HSS 2014-05-01 10:26:36 +02:00
Erik Zandvliet
7495ddfebf Reset cut to 0 when exceeded 2014-04-30 16:18:46 +02:00
Thulinma
b40b56475e Added wait for stream on metadata read for non-DTSC VoD files. 2014-04-30 16:11:28 +02:00
Thulinma
d7ad0b3207 Properly fixed earlier MistIn fixes 2014-04-30 15:40:48 +02:00
Thulinma
ce26adb105 HDS live fixed, further improvements to HDS efficiency. 2014-04-30 15:40:33 +02:00
Erik Zandvliet
961bf6108b Fixes autobackoff on windows 2014-04-30 15:29:59 +02:00
cat
4ad0a661b4 LSP - bugfix host limits not being added/editable 2014-04-30 12:16:55 +02:00
cat
d277ef3922 LSP stats map coordinates (WIP) 2014-04-30 12:16:55 +02:00
Thulinma
6cbf81bdb9 Fixed stdin/stdout support messages for MistIn applications. 2014-04-30 12:05:50 +02:00
Thulinma
e17e1bddf6 Merge conflict solved for semaphore abstraction. 2014-04-30 11:46:55 +02:00
Thulinma
cfbc882641 Various HTTP Dynamic Streaming fixes. 2014-04-30 11:41:50 +02:00
Erik Zandvliet
10ce807f6f Edits to accomodate with abstracted semaphore class 2014-04-30 11:41:50 +02:00
Erik Zandvliet
4f1e1fa1d7 Abstraction of semaphore to a class 2014-04-30 11:33:46 +02:00
Thulinma
1e3b38f777 Optmized AFRT::setFragmentRun function. 2014-04-29 18:07:33 +02:00
Thulinma
11110dbdd6 Fixed uninitialized semaphore in shared memory code. 2014-04-29 15:33:57 +02:00
Thulinma
7f65aec7a0 Fixed a few generic socket mistakes and uninitialized memory occurances. 2014-04-29 15:33:41 +02:00
Thulinma
8c69afe18a Various RTMP improvements. 2014-04-29 15:33:19 +02:00
Thulinma
ee93e80b8d Added byte position counter for invalid RTMP data printout in the analyser. 2014-04-29 15:32:45 +02:00
Thulinma
52e8e2a2ae Various fixes to MistOutRTMP 2014-04-29 15:31:43 +02:00
Thulinma
c3ccee8e43 Fixed generic MistIn pointer mistake. 2014-04-29 15:31:24 +02:00
Thulinma
bd682b72bf Removed superfluous debug message. 2014-04-22 21:50:37 +02:00
Thulinma
60929d5014 Made DTSC seeking functions more robust. 2014-04-22 16:15:11 +02:00
Thulinma
eb5c85c385 Debug message tweaks. 2014-04-22 01:53:31 +02:00
Thulinma
8fde3f5851 Debug message changes and minor optimizations to DTSC library. 2014-04-22 01:48:17 +02:00
Thulinma
71e4a0cc26 Fixed various input buffering bugs, fixed various output bugs, fixed MP4. 2014-04-21 20:59:16 +02:00
Thulinma
bca6097ae4 Tweaked debug messages. 2014-04-21 20:57:44 +02:00
Thulinma
4de598054a Added Mac support 2014-04-18 16:29:58 +02:00
Thulinma
9bdb6c17d6 Fixed eternal looping at end of some files. 2014-04-18 16:24:47 +02:00
Thulinma
af5ad26668 Added support for stream enabledness checking. 2014-04-18 14:26:14 +02:00
Thulinma
efa5d67231 Changed getStream/getLive/getVod functions to return a bool instead of a socket. 2014-04-18 14:23:02 +02:00
Erik Zandvliet
87a2f50dc9 Updated the buffer to reflect on non-video keyframes 2014-04-18 13:33:45 +02:00
Erik Zandvliet
a5a8546250 Fixed a bug for live keyframe generation on non-video tracks 2014-04-18 13:33:45 +02:00
Erik Zandvliet
3051173f3c Probably bugfix for the live audio problem 2014-04-18 13:33:45 +02:00