Commit graph

2459 commits

Author SHA1 Message Date
Thulinma
c3ccee8e43 Fixed generic MistIn pointer mistake. 2014-04-29 15:31:24 +02:00
Thulinma
bd682b72bf Removed superfluous debug message. 2014-04-22 21:50:37 +02:00
Thulinma
60929d5014 Made DTSC seeking functions more robust. 2014-04-22 16:15:11 +02:00
Thulinma
eb5c85c385 Debug message tweaks. 2014-04-22 01:53:31 +02:00
Thulinma
8fde3f5851 Debug message changes and minor optimizations to DTSC library. 2014-04-22 01:48:17 +02:00
Thulinma
71e4a0cc26 Fixed various input buffering bugs, fixed various output bugs, fixed MP4. 2014-04-21 20:59:16 +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
9bdb6c17d6 Fixed eternal looping at end of some files. 2014-04-18 16:24:47 +02:00
Thulinma
af5ad26668 Added support for stream enabledness checking. 2014-04-18 14:26:14 +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
Erik Zandvliet
87a2f50dc9 Updated the buffer to reflect on non-video keyframes 2014-04-18 13:33:45 +02:00
Erik Zandvliet
a5a8546250 Fixed a bug for live keyframe generation on non-video tracks 2014-04-18 13:33:45 +02:00
Erik Zandvliet
3051173f3c Probably bugfix for the live audio problem 2014-04-18 13:33:45 +02:00
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