Commit graph

  • 7f1b28bd6f Updated/added Socket::UDPConnection documentation, added support for binding to a port and for receiving data. Thulinma 2014-02-04 18:20:40 +01:00
  • 773234f231 Added UDP sending support to socket library. Thulinma 2014-02-03 16:50:37 +01:00
  • 6420c42ac5 Re-added the last toAACInit funtion to MP4::AudioSampleEntry Thulinma 2014-01-31 18:20:30 +01:00
  • 83ae5aeccd Fixed infinite loops in MP4 connector when selecting invalid tracks. Thulinma 2014-01-31 15:30:23 +01:00
  • 57967696c2 Fixed high debugging levels problems. Thulinma 2014-01-31 14:31:56 +01:00
  • 32847f80f0 LSP - bugfixes - hide audio/video options when the encoder is set to current and force 44100 samplerate for mp3 cat 2014-01-31 11:22:31 +01:00
  • 6d4a870fb2 LSP: bugfix - deletion of stream limits cat 2014-01-22 10:13:36 +01:00
  • 5313793dfa Decreased default socket verbosity. Thulinma 2014-01-31 12:57:57 +01:00
  • e324b24cd9 Decreased default MP4 connector debugging verbosity. Thulinma 2014-01-31 12:57:05 +01:00
  • 54196c43c8 MistPlayer - now with even more sanity! Thulinma 2014-01-31 12:55:46 +01:00
  • 48801bade1 Various and sundry. Thulinma 2014-01-30 17:08:23 +01:00
  • 8844f8691a Fixed progressive MP4 track selection. Thulinma 2014-01-30 17:07:36 +01:00
  • b5ff0eb0e4 Fixed compile errors. Thulinma 2014-01-30 13:37:36 +01:00
  • f0b126ee9c MP4 code sanitised, DTSC2MP4 removed from makefile Oswald Auguste de Bruin 2013-12-12 16:35:19 +01:00
  • 77c5aa0687 New way of playing MP4 Oswald Auguste de Bruin 2013-12-10 16:20:40 +01:00
  • d8042eed78 commit to remove commit message Oswald Auguste de Bruin 2013-12-05 11:30:21 +01:00
  • 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 Oswald Auguste de Bruin 2013-12-09 15:43:24 +01:00
  • df273e99b7 Fix pausemarks. Oops. Thulinma 2014-01-30 11:00:51 +01:00
  • b416a715ba Fixed several MistBuffer memory management issues. Thulinma 2014-01-29 16:44:18 +01:00
  • ff43c98373 Fixed some memory tracking issues for DTSC Streams. Thulinma 2014-01-29 16:43:25 +01:00
  • 082dd2e7c8 Fixed dropRing no longer deleting the ring pointer in DTSC::Stream Thulinma 2014-01-29 14:31:19 +01:00
  • 60a78c6a47 Fixed several MistBuffer threading and timing issues. Thulinma 2014-01-29 13:48:18 +01:00
  • 9f62fc4c91 Fixed Util::sleep ignoring values above 10 seconds. Thulinma 2014-01-29 12:45:21 +01:00
  • 99eb0ca6a4 Fix MistBuffer 100% CPU time after stream end. Thulinma 2014-01-28 16:41:29 +01:00
  • a3bce93b7d Fixed problems with MistBuffer keeping too much data. Thulinma 2014-01-28 16:15:00 +01:00
  • c9ac10ebe4 Updated connectors to make use of the new Util::Config::serveForkedSocket function, fixed several open-socket-related issues. Thulinma 2014-01-27 18:15:29 +01:00
  • d81bc24155 Implemented Util::Config::serveForkedSocket(), added Socket::Connection::drop() function for dropping unused sockets. Thulinma 2014-01-27 18:02:58 +01:00
  • ebf0b41039 Moved tinythread to lib. Thulinma 2014-01-23 10:39:14 +01:00
  • 92b7a7534d Removed extra newlines from several debug messages. Thulinma 2014-01-23 11:33:02 +01:00
  • 0fe0c1fb4f Fixed slow process exit bug, improved debug messaging for procs. Thulinma 2014-01-23 11:29:26 +01:00
  • 5c0f053006 Prettified error messages, first work on Util::Config server helpers. Thulinma 2014-01-22 23:47:59 +01:00
  • 32f482edf0 Added explicit linking to lib rt to fix compile errors on various platforms Erik Zandvliet 2014-01-24 19:38:01 +01:00
  • c6f63dfb95 Added explicit linking to lib rt to fix compile errors on various platforms Erik Zandvliet 2014-01-24 19:37:27 +01:00
  • 1ae4cff4ba Fixed a bug where filedescriptors were not properly closed in the master connector processes, thanks to Delian Erik Zandvliet 2014-01-24 09:05:40 +01:00
  • dbd2ef598a Fixed a segmentation fault. Erik Zandvliet 2014-01-23 11:16:28 +01:00
  • 0589568276 Fixed a bug concerning multiple conversions at the same time. Erik Zandvliet 2014-01-22 13:50:25 +01:00
  • 28db5700a4 Edited some logging details. Erik Zandvliet 2014-01-22 13:49:53 +01:00
  • e09be154bc Added timestamps to console log Erik Zandvliet 2014-01-22 08:54:47 +01:00
  • 8dd8272969 Fixed a compile error Erik Zandvliet 2014-01-22 08:54:26 +01:00
  • 9fd1867245 Conversion now tries to enforce baseline if h264 codec selected. Erik Zandvliet 2014-01-21 15:05:35 +01:00
  • fbf09fd7c2 Fixed a bug where sockets would not be closed. Erik Zandvliet 2014-01-21 12:34:55 +01:00
  • 8be1c1a108 Fix in ogg, prevents 100% CPU load Erik Zandvliet 2014-01-21 12:34:27 +01:00
  • 390be45914 LSP - bugfix - val(), not value().. cat 2014-01-17 15:17:39 +01:00
  • 9812ab6f41 String copies omitted Oswald Auguste de Bruin 2014-01-20 10:49:50 +01:00
  • 6720f7a5ae Moved boolean cast to readOnlyMeta, fix'ed bugs regarding FLV metadata generation. Erik Zandvliet 2014-01-20 10:33:24 +01:00
  • 9ddc2fc794 Improved handling of CPPFLAGS option. Thulinma 2014-01-17 19:31:06 +01:00
  • 6b78cad546 Improved library handling in makefile, added WITH_THREADNAMES option. Thulinma 2014-01-17 16:53:14 +01:00
  • 3123aeb32a Fixed buffer CPU usage when streams are ended. Thulinma 2014-01-17 16:51:12 +01:00
  • e1e2ecf251 LSP - bugfix - conversion page: don't try to set audio or video settings when the checkbox is not checked, dont overwrite the encoders object when refreshing conversion status, and for mp3 audio codec set a samplerate of 44100 cat 2014-01-09 13:19:38 +01:00
  • d421c55daa LSP - bugfix - hard/soft limits without a capital letter cat 2014-01-09 12:01:38 +01:00
  • 211eb38613 Removed compiled warnings etc from ogg optimizes. Thulinma 2014-01-13 16:00:09 +01:00
  • d8b7a3ea1c Ogg optimizes Oswald Auguste de Bruin 2013-10-07 16:26:51 +02:00
  • 63913f361a Added connection timeout for progressive HTTP connections. Thulinma 2014-01-14 12:51:00 +01:00
  • 6e651f9e1b Removed debug messages and compile warnings from ogg optimizes. Thulinma 2014-01-13 15:44:10 +01:00
  • 3f66afff24 Ogg optimises. Oswald Auguste de Bruin 2013-10-18 16:33:42 +02:00
  • 18fa38a5cc Added error detection on writing config file Erik Zandvliet 2014-01-13 15:24:27 +01:00
  • a4baed35d2 Fixed updateProtocol not restarting protocols with correct parameters. Thulinma 2014-01-13 15:01:09 +01:00
  • d11050db34 Added timeout to DTSC::Stream::waitForMeta() function Thulinma 2014-01-13 11:22:50 +01:00
  • fccacc5c96 Fix assorted DTSC header bugs. Thulinma 2014-01-10 14:50:36 +01:00
  • 583ffd7e89 Optimized JSON::Value for files, and not a little bit, either. Thulinma 2014-01-10 14:13:06 +01:00
  • 2b7b7e85ac Fixed Mac and Win support. I hate you, Mac and Win. Thulinma 2014-01-08 16:32:43 +01:00
  • 983c03661d LSP: tweak - save conversion details on conversion refresh cat 2014-01-08 10:25:15 +01:00
  • a074fcf717 LSP: tweak - warnings (and errors) in the last log entry are now orange cat 2014-01-08 10:10:20 +01:00
  • 2189072f85 LSP: bugfix - limit moving was broken in the minimized version cat 2014-01-08 09:59:45 +01:00
  • f2dabd962f Check for corrupt files. Erik Zandvliet 2014-01-08 11:29:47 +01:00
  • d625e68c5f Added Buffer->Controller logging capabilities. Thulinma 2014-01-08 01:40:26 +01:00
  • ce5b99774d Prevent tinythread from showing up in doxygen documentation. Thulinma 2014-01-08 00:58:51 +01:00
  • 10e4a78398 Prevent crash when calling getTime() on an empty DTSC::Stream Thulinma 2014-01-07 23:40:38 +01:00
  • b31f16af48 Added final newline to sourcery output. Thulinma 2014-01-07 17:18:05 +01:00
  • ad5929c603 Optimized controller API responses. Thulinma 2014-01-07 17:16:55 +01:00
  • fadde8c546 Wut...? Thulinma 2014-01-07 15:31:49 +01:00
  • 1477939924 Added writable identifier, to uniquely define a track when writing it to a file or socket. Erik Zandvliet 2014-01-07 11:57:13 +01:00
  • b3eb9d8f10 Improved Makefile. Thulinma 2014-01-06 18:26:00 +01:00
  • 453d3ac885 Added a replacement for xxd, fixed a bug in flv. Erik Zandvliet 2014-01-06 15:10:16 +01:00
  • 2599769b9c LSP bugfix - dont add &login after hostname cat 2014-01-06 09:58:03 +01:00
  • e94565a270 Fixed random value insertion for moreheader. Erik Zandvliet 2014-01-06 12:09:33 +01:00
  • 6ae7b6146e Edits to makefile Erik Zandvliet 2014-01-06 12:00:04 +01:00
  • 05d23a0ac6 Removed ALL the compile warnings! Thulinma 2014-01-05 15:28:53 +01:00
  • 12a0c1942c Removed ALL the compile warnings! Thulinma 2014-01-05 15:26:41 +01:00
  • b5a4ea1b93 Remove doxygen errors, update Doxyfile to latest version. Thulinma 2014-01-05 11:57:56 +01:00
  • 33427f1663 Changed buildsystems from automake to plain make. Thulinma 2014-01-05 11:57:25 +01:00
  • d8113e7829 Changed buildsystem from automake to plain make. Thulinma 2014-01-04 22:28:09 +01:00
  • 4e03805671 LSP: bugfix - dont break in case of empty stream or protocol objects cat 2014-01-02 14:03:08 +01:00
  • 0e440231a3 LSP: back button support cat 2014-01-02 12:35:13 +01:00
  • 723c8b8b3b Fixed smooth CPU problems more properly. Yes, you read that right. Thulinma 2013-12-22 13:42:39 +01:00
  • 8c09bbc3e9 Updated syntax for player binary. Thulinma 2013-12-20 16:02:47 +01:00
  • 5eafed5485 Fixed Smooth CPU usage problems. Thulinma 2013-12-20 15:38:30 +01:00
  • 986561ffce Fixed multibitrate codec-based track selection in dynamic, progressive FLV, RTMP and TCP MPEG2-TS. Thulinma 2013-12-20 15:08:41 +01:00
  • cfb8edf4f3 Fixed MP4 multibitrate/multicodec support. Now with extra sanity (checks)! Thulinma 2013-12-20 14:26:43 +01:00
  • c7e67b2d84 Missed a line earlier. Whee. Thulinma 2013-12-20 13:54:28 +01:00
  • 87d027817c Assorted fixes, improvements etc Thulinma 2013-12-19 13:36:48 +01:00
  • af0ae568c4 Working DTSC Merge Erik Zandvliet 2013-12-20 13:07:58 +01:00
  • 06b5596b2a Working DTSC Merge Erik Zandvliet 2013-12-20 13:07:38 +01:00
  • 78ce2c4180 Assorted Fixes Erik Zandvliet 2013-12-19 14:25:05 +01:00
  • cf7477a773 LSP rework, courtesy of Thoronwen / Carina. Merged into single commit. Thulinma 2013-12-17 16:12:51 +01:00
  • a60b674471 Improved track handling for live streams. Thulinma 2013-12-17 15:58:43 +01:00
  • 1cf6e34745 Added call to player with streamname. Erik Zandvliet 2013-12-17 14:53:17 +01:00
  • 733868aa70 Added option for streamname to the player. Erik Zandvliet 2013-12-17 14:52:44 +01:00
  • 30e13972da Removed debug messages. Erik Zandvliet 2013-12-17 14:33:57 +01:00
  • f98b790986 Fixed HLS codec selection when multiple options are available. Thulinma 2013-12-17 11:41:26 +01:00