Commit graph

496 commits

Author SHA1 Message Date
Thulinma
d442b4e2dc Performance improvements. Removed the following deprecated functions from Socket::Connection class: flush(), Send(*) 2014-09-24 16:31:56 +02:00
wouter spruit
d0f2f78517 overloaded BuildReponse in http_parser 2014-09-22 16:17:20 +02:00
Thulinma
ee12bb4e9c Extra details on DONTEVEN debug level for RTMP parser. 2014-09-22 16:17:20 +02:00
Thulinma
81866a50a1 Fixed shared memory initialization bug. 2014-09-10 10:44:12 +02:00
Thulinma
cc6946c95b Fixed incorrect handling of the case where an invalid DTSC file has a valid DTSH file. Now correctly cancels reading, while previously threw up a whole bunch of error vomit. Yay. 2014-09-07 23:41:59 +02:00
Thulinma
5792097cc4 Added support for missing codecs in FLV tag library. 2014-09-06 14:38:16 +02:00
Erik Zandvliet
9adb055f3a Fixed a typo 2014-09-05 14:42:28 +02:00
Thulinma
c94214ebd5 How did this ever work? 2014-09-03 16:13:52 +02:00
Thulinma
c382fc16ea Made DTSC::Packet::getScan more reliable. 2014-09-03 16:13:42 +02:00
ozzay
24371a664a Semaphore names are now in standard strings 2014-09-02 11:34:17 +02:00
ozzay
a715943447 CloseOnError added 2014-09-02 11:25:25 +02:00
Thulinma
1be85fdb70 Fixed socket system call interrupt handling. 2014-09-01 16:38:16 +02:00
Thulinma
ec831a98c1 Added some functionality to the DTSC::Scan class 2014-08-29 17:26:47 +02:00
Erik Zandvliet
194d1ae9a3 Optimized TS and HLS 2014-08-27 13:35:00 +02:00
ozzay
e34bb0b14e Cleaned up TS code 2014-08-21 11:04:31 +02:00
ozzay
827656b6dc TS MP3 works mostly, but PMT has wrong checksum 2014-08-21 11:04:31 +02:00
ozzay
6260df4a32 Made TS packet resize on right times
CRC checksum is now a library call
2014-08-21 11:04:31 +02:00
ozzay
2e0b73f726 Added set functions to TS PMT 2014-08-21 11:04:31 +02:00
ozzay
c32f111f36 Fixed a minor DTSC analysing bug 2014-08-19 16:20:47 +02:00
ozzay
4f3f67d23f Allow repeated calling of Config::activate 2014-08-18 13:10:26 +02:00
Thulinma
5784e0eb32 Added support for FLV/RTMP-based output of ScreenVideo1/2, VP6 and JPEG. 2014-08-07 19:09:31 +02:00
Thulinma
306c896bea Corrected handling and messaging about empty packets in DTSC::Packet::reinit. 2014-08-05 16:45:51 +02:00
Thulinma
9554263e2f Fixed Packet::reInit printing errors for empty packets. 2014-08-05 16:03:24 +02:00
Thulinma
68245bf74c Fixed debug levels for MistIn processes. Tweaked various verbosity levels. 2014-08-05 15:15:20 +02:00
Thulinma
7d015a32d3 Repeat previous fixes for Socket::Buffer-backed RTMP streams. 2014-08-05 14:25:14 +02:00
Thulinma
d98f14fa04 Fixed RTMP packet timestamp delta handling. 2014-08-05 02:47:43 +02:00
Thulinma
a0197ad7f1 Fixed stream startup forking incorrectly. 2014-08-04 17:44:12 +02:00
Thulinma
cc7ffac297 Added Util::wait as guaranteed-time Util::sleep implementation. 2014-08-04 15:57:49 +02:00
Thulinma
48bc30045e Improved sharedPage initalization error reporting, added \todo note about sharedPage assignment operator. 2014-07-29 14:41:15 +02:00
Thulinma
9b798275ea Improved Procs::StartPiped error reporting. 2014-07-29 14:26:54 +02:00
Thulinma
398e0421a1 Windows dual-stack support. 2014-07-23 13:14:07 +02:00
Thulinma
4ff3985481 Fixed comma placement issues with DTSC::Scan::toPrettyString 2014-07-22 15:01:37 +02:00
Thulinma
eea2c8b0db Fixed semaphores being duplicated needlessly. 2014-07-17 16:25:10 +02:00
Erik Zandvliet
933586661f Fixed a "minor" bug... 2014-07-16 15:33:05 +02:00
Thulinma
a077f55a43 Added semaphore fail message when a semaphore cannot be opened. 2014-06-20 11:27:27 +02:00
Thulinma
43078c5c68 Clearer semaphore error messages, removed some legacy code, fixed a compile warning or two. 2014-06-20 10:36:26 +02:00
Thulinma
e090a9368d Fixed long forgotten merges. 2014-06-18 11:52:12 +02:00
Thulinma
8c01ec8897 Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
Thulinma
57bcd8f25c Fixes and new functionality by Wouter Spruit, mostly for the HTTP proxy rewrite. 2014-06-18 10:38:40 +02:00
Thulinma
d3bb5b13e4 Fixed Mac support 2014-06-17 12:07:35 +02:00
Thulinma
8f97995b1b Replaced Util::bootSecs implementation with CLOCK_MONOTONIC. 2014-06-17 11:17:29 +02:00
ozzay
a56f13bf8c Added copy constructors for MP4 boxes 2014-06-17 10:30:03 +02:00
Erik Zandvliet
1018622d95 Updated debug message status 2014-06-17 08:44:29 +02:00
Thulinma
19e79c1315 Shared memory fixes. 2014-06-16 14:41:00 +02:00
Thulinma
0cf74425f9 Implemented various TS-related library functions. 2014-06-11 15:48:01 +02:00
Thulinma
910feb0a07 Fixed tinythread not supporting deleting detached thread objects. 2014-06-11 11:05:37 +02:00
Thulinma
1df896d6d1 Tweaks to various debug messages. 2014-06-08 00:37:50 +02:00
Thulinma
19e73019fe Silence ALL the compile warnings! 2014-06-07 23:46:47 +02:00
Thulinma
51bb561b7b FLV library handling fixes.
(Mostly) courtesy of Erik.
2014-06-06 11:03:23 +02:00
Thulinma
239c1d1ebb Updated defines.h for better debug messages, changed DLVL_DEVEL level into DLVL_INFO (old level still exists for compatibility). 2014-06-05 09:57:20 +02:00