Commit graph

1388 commits

Author SHA1 Message Date
Thulinma
4ac7c54698 Updated mp4 to parse some information from JSON-style metadata, guesses values if not present. 2012-08-23 17:06:25 +02:00
Thulinma
48bf3d189a Half-updated flv_tag with JSON metadata support. 2012-08-23 17:05:53 +02:00
Thulinma
75a420db2a Fixed DTSC::File (now actually works) and updated DTSC metadata information in the documentation. 2012-08-23 17:05:32 +02:00
Erik Zandvliet
0ac64dd6cb FTP Convert to LibMist 2012-08-23 12:06:26 +02:00
Thulinma
8a9d4d6ee1 First version of DTSC::File for easy management of DTSC files. 2012-08-23 11:09:10 +02:00
Thulinma
0c5f449963 Added DTMI support to JSON library. 2012-08-23 11:09:10 +02:00
Peter Wu
36c7eed7e3 procs: fix leakage of pids in child process 2012-08-15 11:49:21 +02:00
Peter Wu
fa5d27b085 procs: add support for easy redirection to dev null
Simply set a NULL pointer for a fd, StartPiped will then take care of opening
/dev/null, redirecting fds to it and close it when necessary.
2012-08-15 11:49:21 +02:00
Peter Wu
b994bab6d2 Add new process function including fds
Based on BiPipe from MistPlayer branch

v2: fix dup2 of wrong fd, fix invalid fd debug print
2012-08-15 11:49:21 +02:00
Peter Wu
06167128bf Add process termination registration
Edited patch because of context change due to:
commit 28548f35b0
Author: Thulinma <jaron@vietors.com>
Date:   Tue Aug 14 20:53:05 2012 +0200

    Do not report part-termination of processes.
2012-08-15 11:48:23 +02:00
Thulinma
3f089117c7 Apply lekensteyn's workarounds from the DMS repository to prevent compiler warnings. 2012-08-15 03:03:05 +02:00
Thulinma
a86051b319 Removed socket non-errors, added success message for opening listening sockets. 2012-08-14 20:53:32 +02:00
Thulinma
28548f35b0 Do not report part-termination of processes. 2012-08-14 20:53:05 +02:00
Thulinma
977a8617a2 Fix Config::activate to not check nonexistant options. 2012-08-14 20:42:35 +02:00
Thulinma
08f28d134a Report name of non-existant options to help debugging. 2012-08-13 07:59:24 +02:00
root
4641efb79d Fortify HTTP parser/generator code. 2012-08-06 05:35:11 +02:00
Thulinma
d1e2132879 Updated to new config system. 2012-07-20 17:49:16 +02:00
Thulinma
5562bea8a0 Added handy converter functions to JSON. 2012-07-20 17:48:57 +02:00
Thulinma
a36ce260ac Fixed JSON bool evaluations. 2012-07-20 17:48:40 +02:00
Thulinma
935d5635e5 Fix multiple-including. 2012-07-20 17:46:22 +02:00
Thulinma
b9a75a320f Added missing JSON "operator bool()" and size() methods. 2012-07-12 01:03:40 +02:00
Thulinma
49fe8afb84 Restructuring so our libraries can go into a separate libmist project. 2012-07-09 00:15:06 +02:00
Thulinma
a71ab0427e Fixed compiling on some systems: renamed libcrypto to libkeycrypto 2012-06-18 20:37:38 +02:00
Thulinma
942a4136d2 Allow HTTP Connector to reconnect to different buffers - closes #31 2012-06-17 12:56:12 +02:00
Thulinma
e7e37105b6 Several stability improvements and optimizations for HTTP handling and parsing (also, should fix HTTP Progressive under Windows - again). 2012-06-12 10:11:58 +02:00
Thulinma
b88de8e395 Added DTMI desync handling - no longer spams error messages, fixes issues faster. 2012-06-08 22:06:24 +02:00
Thulinma
5fff8825d9 Fixed invalid commandline option segfaults, renamed no-daemon to the proper nodaemon as mentioned in all documentation and help messages. 2012-06-08 18:19:43 +02:00
Thulinma
c49eaca664 Fixed RTMP desync bug with Windows clients. 2012-06-08 00:11:25 +02:00
Thulinma
ee9aacc49e Fixed HTTP Dynamic (F4V) processing. 2012-05-22 15:11:14 +02:00
Thulinma
4d9db0d6ee Further improve socket lib errrors. 2012-05-22 11:41:22 +02:00
Thulinma
ccfcdeba29 Should fix socket binding issues in cygwin. 2012-05-14 18:18:15 +02:00
Thulinma
ab23344a85 Should fix compile problems. 2012-05-14 16:17:15 +02:00
Thulinma
bb9d95880c Improve notation for version numbers. 2012-05-11 19:01:39 +02:00
Thulinma
b19c800f34 Fix FLV2DTSC binary and add some checks in the flv_tag lib. 2012-05-11 18:39:24 +02:00
Thulinma
a086cff579 Fixed documentation, removed a few useless files, changed MD5 implementation to use openssl. 2012-05-11 16:50:30 +02:00
Thulinma
cd0d79790b Fix null-array bug in JSON lib as well as flv_tag compile warnings. 2012-05-11 15:45:29 +02:00
Thulinma
6bfddff131 Now working fully with autotools 2012-05-08 22:10:22 +02:00
Thulinma
ad410a2e79 Convert to autotools build system for cleanness (part1). 2012-05-08 19:19:42 +02:00