Commit graph

184 commits

Author SHA1 Message Date
Thulinma
3016653f9a Added error message and handling for non-starting connectors over HTTP. 2014-07-29 13:45:52 +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
Thulinma
f538bd0d93 smil support by Oswald de Bruin 2014-06-20 19:58:05 +02:00
Thulinma
c040a35267 Removed some superfluous debug messages. 2014-06-20 19:45:15 +02:00
Thulinma
81d56bc04b HTTP proxy rewrite, by Wouter Spruit. 2014-06-18 15:00:26 +02:00
Thulinma
3810330343 Added debug level options. 2014-05-29 13:26:16 +02:00
Thulinma
cd2fe225c5 Shared memory rewrite 2014-04-04 19:50:40 +02:00
Thulinma
13adf0bed0 Fixed an off by one mistake in the MP4 connector. 2014-03-12 16:30:00 +01:00
Thulinma
8cba8e597c HTTP usage optimizes 2014-03-06 16:25:47 +01:00
Thulinma
7a7e860bf2 Fixes and optimizes to Smooth Streaming connector. 2014-03-03 14:45:00 +01:00
Thulinma
30b8b90ce5 Fixed embed code when compiled without java installed. 2014-02-24 14:45:14 +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
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
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
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
Thulinma
e324b24cd9 Decreased default MP4 connector debugging verbosity. 2014-01-31 12:57:05 +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
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
ebf0b41039 Moved tinythread to lib. 2014-01-27 09:54:26 +01:00
Erik Zandvliet
1ae4cff4ba Fixed a bug where filedescriptors were not properly closed in the master connector processes, thanks to Delian 2014-01-24 09:05:40 +01:00
Erik Zandvliet
8be1c1a108 Fix in ogg, prevents 100% CPU load 2014-01-21 12:34:27 +01:00
Oswald Auguste de Bruin
9812ab6f41 String copies omitted 2014-01-20 10:49:50 +01:00
Thulinma
211eb38613 Removed compiled warnings etc from ogg optimizes. 2014-01-15 09:16:06 +01:00
Oswald Auguste de Bruin
d8b7a3ea1c Ogg optimizes 2014-01-15 09:16:06 +01:00
Thulinma
63913f361a Added connection timeout for progressive HTTP connections. 2014-01-14 12:51:00 +01:00
Thulinma
fadde8c546 Wut...? 2014-01-07 15:31:49 +01:00
Thulinma
05d23a0ac6 Removed ALL the compile warnings! 2014-01-05 15:28:53 +01:00
Thulinma
d8113e7829 Changed buildsystem from automake to plain make. 2014-01-04 22:28:09 +01:00
Thulinma
723c8b8b3b Fixed smooth CPU problems more properly.
Yes, you read that right.
2013-12-22 13:42:39 +01:00
Thulinma
5eafed5485 Fixed Smooth CPU usage problems. 2013-12-20 15:38:30 +01:00
Thulinma
986561ffce Fixed multibitrate codec-based track selection in dynamic, progressive FLV, RTMP and TCP MPEG2-TS. 2013-12-20 15:08:41 +01:00
Erik Zandvliet
78ce2c4180 Assorted Fixes 2013-12-19 14:25:05 +01:00
Thulinma
f98b790986 Fixed HLS codec selection when multiple options are available. 2013-12-17 11:41:26 +01:00
Thulinma
9eb65208db Fixed HLS live index refreshing problems. 2013-12-16 17:02:40 +01:00
Thulinma
f78f088b09 Fixed smooth streaming fragment reference box implementation. 2013-12-16 16:03:25 +01:00
Thulinma
967f790e42 Improved live support, fixed several minor related issues. 2013-12-16 13:13:21 +01:00
Thulinma
ac84e8824b Fixed some RTMP/FLV library problems. 2013-12-05 13:33:36 +01:00
Thulinma
de617db74a Spurious bugfixes for live support. 2013-12-03 16:27:35 +01:00
Oswald Auguste de Bruin
62f1e25e8b Working OGG and MP4 2013-12-03 12:48:59 +01:00
Erik Zandvliet
045fe1cd70 Working HTTP Smooth Streaming after Metadata Upgrade. 2013-11-29 14:30:33 +01:00
Thulinma
5536bf89f9 Updated FLV library to use DTSC::Meta instead of JSON::Value 2013-11-28 15:57:30 +01:00