Commit graph

722 commits

Author SHA1 Message Date
Thulinma
97d2fc864c Fixed HTTP chunked data receiving. 2014-05-29 13:30:10 +02:00
Thulinma
5973e7ebe1 Added Util::bootSecs() for reliable time since boot measurements. 2014-05-16 19:45:02 +02:00
Thulinma
cb31d8bb48 Fixed RTMP handshake bug. Yay! 2014-05-14 17:06:58 +02:00
Thulinma
c973e5060c Optimizations to DTSC::Scan when called with raw character pointers. 2014-05-12 13:56:44 +02:00
Thulinma
9a19cf2e20 Implemented DTSC::Scan for more efficient use of system memory. 2014-05-11 14:38:04 +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
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
35e369f348 Fixed some DTSC::File header corruption mistakes. 2014-05-01 13:45:02 +02:00
Erik Zandvliet
961bf6108b Fixes autobackoff on windows 2014-04-30 15:29:59 +02:00
Thulinma
e17e1bddf6 Merge conflict solved for semaphore abstraction. 2014-04-30 11:46:55 +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
60929d5014 Made DTSC seeking functions more robust. 2014-04-22 16:15:11 +02:00
Thulinma
8fde3f5851 Debug message changes and minor optimizations to DTSC library. 2014-04-22 01:48:17 +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
efa5d67231 Changed getStream/getLive/getVod functions to return a bool instead of a socket. 2014-04-18 14:23:02 +02:00
Thulinma
4e0fe2e6e5 Changed init data printing functions to print as hex garbage instead of binary garbage. 2014-04-17 10:35:21 +02:00
Thulinma
dbf0b74e0a Improved various DTSC toPrettyString functions to be able to handle std::ostream instead of std::stringstream. 2014-04-12 08:07:19 +02:00
Thulinma
0e5d838a20 Shared Memory updates 2014-04-04 02:08:05 +02:00
Thulinma
330b9f871d Fixed FLV::Tag.offset() return value for non-H264 packets. 2014-03-19 10:16:05 +01:00
Thulinma
bdc4b194df Added a missing return statement in HTTPReader::Read 2014-03-12 16:18:49 +01:00
martin
1d1519111f Improved Daemonize function, to work with logs 2014-03-12 13:35:56 +01:00
martin
1063daeff4 daemonising is no longer the default 2014-03-12 13:35:56 +01:00
Thulinma
bdc651bc85 Fixed default FLV metadata values. 2014-03-07 14:13:33 +01:00
Thulinma
02b384ff2e Changed HTTP.Read(Socket::Connection&) call to only return false if reading a whole request/response isn't possible (yet). 2014-03-06 14:49:51 +01:00
Thulinma
fddd99f452 Fixed HTTP library body parsing when body doesn't end in a newline. 2014-02-28 21:46:18 +01:00
Thulinma
58566ad4e3 Fixed FLV input when input is not properly interleaved at the beginning of the stream. 2014-02-25 15:44:55 +01:00
Thulinma
9a9490dee5 Fixed threaded use of MistPlayer. 2014-02-24 21:32:26 +01:00
Thulinma
21fe9a5910 Refactored config library to make threaded/forked sockets more re-usable. 2014-02-23 14:47:37 +01:00
Thulinma
069ae2c855 Added GetDestination UDPConnection call, changed behaviour to automatically set destination to source of last received packet. 2014-02-18 16:57:03 +01:00
Thulinma
3bf7fead7d Fixed infinite blocking when waiting for packets that will never come. 2014-02-14 15:00:10 +01:00
Thulinma
abdedba32c MP4 Generic library cleanups, shorthands and fixes. 2014-02-13 00:30:36 +01:00
Thulinma
e8f973b2e7 Added DTSC::Stream::waitForPause() function to sync streams, fixed various MistPlayer misbehaviours. 2014-02-12 15:31:06 +01:00
Thulinma
1e8c394b95 Fixed HTTP proxying not sending correct header when other headers than 200 were sent. 2014-02-10 00:24:49 +01:00
Erik Zandvliet
5aa65ee709 Add check for path existence in conversion API 2014-02-04 22:33:50 +01:00
Thulinma
7f1b28bd6f Updated/added Socket::UDPConnection documentation, added support for binding to a port and for receiving data. 2014-02-04 18:20:40 +01:00
Thulinma
773234f231 Added UDP sending support to socket library. 2014-02-03 18:34:33 +01:00
Thulinma
6420c42ac5 Re-added the last toAACInit funtion to MP4::AudioSampleEntry 2014-01-31 18:20:30 +01:00
Thulinma
5313793dfa Decreased default socket verbosity. 2014-01-31 12:57:57 +01:00
Thulinma
48801bade1 Various and sundry. 2014-01-30 17:08:23 +01:00