Commit graph

2395 commits

Author SHA1 Message Date
Thulinma
f00ae42c32 Fixed default values for cut and DVR time stream settings. 2014-04-18 13:30:25 +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
Erik Zandvliet
b571bc0ab1 Actually erase pages, instead of just saying so 2014-04-17 10:23:08 +02:00
Thulinma
2031742fe9 Fixed controller not checking dtsh files. 2014-04-15 13:28:29 +02:00
Thulinma
22ad0f2880 Fix stream pushing from various RTMP sources that pass get parameters in the streamname. 2014-04-15 13:28:00 +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
016dcf36e0 Improved development build handling of MistIn processes, tweaked verbosity some. 2014-04-12 08:04:55 +02:00
Thulinma
5ece1d7471 Fixed some compile errors. 2014-04-05 01:03:09 +02:00
cat
3b7025019f LSP - redraw preview page, dont add
LSP fix the bug caused by the previous fix..
2014-04-04 22:08:54 +02:00
Thulinma
e4f5ba219f Better handling of .dtsh headers in controller 2014-04-04 22:08:07 +02:00
Thulinma
288dedee44 Fixed live playback speed issues. 2014-04-04 21:36:36 +02:00
Thulinma
cd2fe225c5 Shared memory rewrite 2014-04-04 19:50:40 +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
afcddbfca6 Temporary fix for live buffers - will be superseded by upcoming architecture changes. 2014-03-15 14:05:03 +01:00
Thulinma
13adf0bed0 Fixed an off by one mistake in the MP4 connector. 2014-03-12 16:30:00 +01:00
Thulinma
bdc4b194df Added a missing return statement in HTTPReader::Read 2014-03-12 16:18:49 +01:00
Thulinma
0b3dc1f3ba Added init.d and systemd service files. 2014-03-12 14:02:59 +01:00
martin
d519a8f6a0 Added support for logfiles 2014-03-12 13:51:21 +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
martin
e6ecfd87ae Daemonizing is no longer the standard 2014-03-10 14:22:53 +01:00
Thulinma
bdc651bc85 Fixed default FLV metadata values. 2014-03-07 14:13:33 +01:00
Thulinma
8cba8e597c HTTP usage optimizes 2014-03-06 16:25:47 +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
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