Commit graph

2420 commits

Author SHA1 Message Date
Thulinma
7a7e860bf2 Fixes and optimizes to Smooth Streaming connector. 2014-03-03 14:45:00 +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
30b8b90ce5 Fixed embed code when compiled without java installed. 2014-02-24 14:45:14 +01:00
Thulinma
21fe9a5910 Refactored config library to make threaded/forked sockets more re-usable. 2014-02-23 14:47:37 +01:00
Thulinma
b95ec25255 Added max_lead_time variable to player process for better readability. 2014-02-23 14:35:51 +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
636cb51b05 Re-ordered MP4 connector source handling for improved accuracy of return messages. 2014-02-14 14:59:10 +01:00
Thulinma
6fd8fef8bb Added more precise controller shutdown messages. 2014-02-13 13:28:25 +01:00
Thulinma
c7e6f966b0 Fixed HTTP proxying status code when not multiplexing requests. 2014-02-13 11:37:33 +01:00
Thulinma
537c3cff94 Added support for overriding multiplexing behaviour of HTTP proxy connector. 2014-02-13 10:33:01 +01:00
Thulinma
bda368b75f MP4 progressive connector cleanups, fixes and simplification. 2014-02-13 00:31:25 +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
bb16647467 Added support for syncing MistPlayer output. 2014-02-12 15:29:41 +01:00
Thulinma
d0418e373a Fix MP4 keyframe display issues. 2014-02-11 17:26:17 +01:00
Thulinma
a134e7b711 Removed some debug message warnings. 2014-02-10 01:00:54 +01:00
Thulinma
683e2c6190 Implemented MP4 seeking, improved HTTP proxy debugging output, fixed HTTP proxy bug where closed connections were erronously re-used mid-transfer. 2014-02-10 00:36:02 +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
866f2fc2b0 Fixed clearing the conversion status. 2014-02-04 23:42:43 +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
83ae5aeccd Fixed infinite loops in MP4 connector when selecting invalid tracks. 2014-01-31 15:30:23 +01:00
Thulinma
57967696c2 Fixed high debugging levels problems. 2014-01-31 14:31:56 +01:00
cat
32847f80f0 LSP - bugfixes - hide audio/video options when the encoder is set to current and force 44100 samplerate for mp3 2014-01-31 13:11:06 +01:00
cat
6d4a870fb2 LSP: bugfix - deletion of stream limits 2014-01-31 13:11:06 +01:00
Thulinma
5313793dfa Decreased default socket verbosity. 2014-01-31 12:57:57 +01:00
Thulinma
e324b24cd9 Decreased default MP4 connector debugging verbosity. 2014-01-31 12:57:05 +01:00
Thulinma
54196c43c8 MistPlayer - now with even more sanity! 2014-01-31 12:55:46 +01:00
Thulinma
48801bade1 Various and sundry. 2014-01-30 17:08:23 +01:00
Thulinma
8844f8691a Fixed progressive MP4 track selection. 2014-01-30 17:07:36 +01:00
Thulinma
b5ff0eb0e4 Fixed compile errors. 2014-01-30 13:37:36 +01:00
Oswald Auguste de Bruin
f0b126ee9c MP4 code sanitised, DTSC2MP4 removed from makefile 2014-01-30 12:32:35 +01:00
Oswald Auguste de Bruin
77c5aa0687 New way of playing MP4 2014-01-30 12:32:19 +01:00
Oswald Auguste de Bruin
d8042eed78 commit to remove commit message 2014-01-30 12:24:10 +01:00
Oswald Auguste de Bruin
88fa62c19c MP4 convert optimised.
MP4 code sanitised
Fixed metadata FLV bug
Sanitised code
MP4 reorganisation in lib
MP4 STCO sorting only needs 1 loop now
Starting big scope overhaul for memory efficiency
2014-01-30 12:13:15 +01:00
Thulinma
df273e99b7 Fix pausemarks. Oops. 2014-01-30 11:00:51 +01:00
Thulinma
b416a715ba Fixed several MistBuffer memory management issues. 2014-01-29 16:44:18 +01:00
Thulinma
ff43c98373 Fixed some memory tracking issues for DTSC Streams. 2014-01-29 16:43:25 +01:00
Thulinma
082dd2e7c8 Fixed dropRing no longer deleting the ring pointer in DTSC::Stream 2014-01-29 14:31:19 +01:00
Thulinma
60a78c6a47 Fixed several MistBuffer threading and timing issues. 2014-01-29 13:48:18 +01:00
Thulinma
9f62fc4c91 Fixed Util::sleep ignoring values above 10 seconds. 2014-01-29 12:45:21 +01:00
Thulinma
99eb0ca6a4 Fix MistBuffer 100% CPU time after stream end. 2014-01-28 16:41:29 +01:00
Thulinma
a3bce93b7d Fixed problems with MistBuffer keeping too much data. 2014-01-28 16:15:00 +01:00
Thulinma
c9ac10ebe4 Updated connectors to make use of the new Util::Config::serveForkedSocket function, fixed several open-socket-related issues. 2014-01-27 18:15:29 +01:00
Thulinma
d81bc24155 Implemented Util::Config::serveForkedSocket(), added Socket::Connection::drop() function for dropping unused sockets. 2014-01-27 18:02:58 +01:00