Commit graph

  • 5e57ae56c4 Add stream type (live/vod) to info/embed information. Thulinma 2013-03-26 10:11:28 +01:00
  • 97974409a6 Added FLV-based metadata channel support (Dynamic and HTTP Progressive FLV only, for now), both input and output. Thulinma 2013-03-25 22:30:00 +01:00
  • d8cce3da11 Enforce supported HTTP Smooth codecs. Thulinma 2013-03-25 21:37:06 +01:00
  • ea9abcceb6 When no video channel is present, inject a seek time at most every ~2000ms. Thulinma 2013-03-25 19:49:00 +01:00
  • e1f7d2acea Fixed reading FLV files taking 100% CPU. Thulinma 2013-03-25 19:40:21 +01:00
  • de46eee3b9 Fixed audio-only livestreams causing unbounded buffers. Thulinma 2013-03-25 16:24:18 +01:00
  • 14ba7f835a Re-unified coding style. Thulinma 2013-03-25 12:25:36 +01:00
  • 370ebc49a2 Fixed some potential segfaults in DTSC library. Thulinma 2013-03-25 10:48:19 +01:00
  • fd1c2ff2f4 LSP: removed uppercase CSS for protocols > edit > username for clarity Cat 2013-03-24 12:06:58 +01:00
  • d4cb56abd1 Optimizations ported from conn_http_live.cpp to conn_ts.cpp Erik Zandvliet 2013-03-21 16:08:30 +01:00
  • 907001d78b Improved info / embed code generator: now supports smooth and HLS, fixed dynamic URL, added domain-relative URLs, added default port support, added default width/height. Thulinma 2013-03-24 23:47:57 +01:00
  • 4c4307e033 Tweaked HTTP 208 retry behaviour, fixed big causing retries to almost always fail. Thulinma 2013-03-24 20:48:34 +01:00
  • 3d64c4996a Tweaked HTTP Dynamic verbosity. Thulinma 2013-03-24 20:48:09 +01:00
  • 06f023f3df Tweaked Util::Procs exit handler timings. Thulinma 2013-03-24 20:18:22 +01:00
  • 2730aee682 Fixed buffer not properly allowing push source to restart an ongoing broadcast. Thulinma 2013-03-24 20:18:00 +01:00
  • b1e0894fd7 Fixed what hopefully were the last few problems with live Smooth/Dynamic streaming. Thulinma 2013-03-22 22:57:14 +01:00
  • f61a28ecaa Fixed pretty major bug in MistBuffer causing frame lengths to go completely out of wack. Thulinma 2013-03-22 22:55:34 +01:00
  • f18dc5d85e Fixes a few minor errors in MistPlayer. Thulinma 2013-03-21 14:56:17 +01:00
  • 46710d2446 Moar DTSCFix fixes - also tweaked MistPlayer behaviour to prevent strange surprises. Thulinma 2013-03-21 14:37:49 +01:00
  • 4a79862111 Some fixes for metadata rewriting in DTSC::File, optimized live fragmenter somewhat. Thulinma 2013-03-21 14:23:49 +01:00
  • 78886239e1 MistPlayer will now auto-run DTSCFix, updated connectors to use the now guaranteed consistent metadata. Thulinma 2013-03-21 14:22:22 +01:00
  • e2ef8c45d8 Fixed and updated DTSCFix application. Thulinma 2013-03-21 14:21:22 +01:00
  • bf69dacefd Added automated exit handler in Util::Procs. Thulinma 2013-03-19 14:41:07 +01:00
  • 6c464ae6f0 Tweaks to HTTP Dynamic bootstrap to allow for more smooth starting of live streams. Thulinma 2013-03-18 22:31:39 +01:00
  • cdcb71d8a8 Added support for proper range handling to HTTP-based fragmented protocols (Smooth, Live, Dynamic). Thulinma 2013-03-18 17:38:01 +01:00
  • d3ce22c783 Minor verbosity tweak to RTMP. Thulinma 2013-03-18 17:37:29 +01:00
  • f2b4e1d1a4 Added canSeek* functionality to DTSC::Stream, minor optimization to MP4 lib. Thulinma 2013-03-18 17:36:45 +01:00
  • 00d06fe293 Tweaked Stream and RTMP lib verbosity levels. Thulinma 2013-03-18 17:36:12 +01:00
  • 056c3c992b Massive HTTP-based protocol code cleanup. Thulinma 2013-03-18 17:21:29 +01:00
  • b2916bad35 Improved RTMP protocol verbosity. Thulinma 2013-03-16 16:29:03 +01:00
  • 680b2625c1 Fixed chars no longer being unsigned (oops) Thulinma 2013-03-16 16:28:00 +01:00
  • c3143cfe01 Finally actually fix building of generated .h files Thulinma 2013-03-14 11:54:27 +01:00
  • 4608278d6b Fix problems with cancelled HTTP requests "corrupting" future requests. Thulinma 2013-03-14 01:24:43 +01:00
  • e076496244 Actually properly fixed build problems with server.html.h / embed.js.h files. Thulinma 2013-03-14 01:02:35 +01:00
  • 67e3b90c6b Fixed server.html / server.html.h generation. Thulinma 2013-03-14 00:48:25 +01:00
  • aa5056ee3d Fixed compiling on OSX, also fixes DDVTECH/mistlib#1 Thulinma 2013-03-14 00:13:07 +01:00
  • 1762ae9724 Made src directory structure more sane - all binaries are now built in src but sources are divided amongst subdirs of src Thulinma 2013-03-13 23:28:47 +01:00
  • 3b98ac6547 ~5-10 times speedup in HLS protocol handling Thulinma 2013-03-12 16:21:17 +01:00
  • be34419da0 Added .ico support for server favicon to internal HTTP handler. Thulinma 2013-03-12 16:20:50 +01:00
  • cc8dfb5257 Optimized TS library throughput. Thulinma 2013-03-12 16:20:02 +01:00
  • 97b51ff39a Augmented Socket::Buffer features. Thulinma 2013-03-12 16:19:46 +01:00
  • 4e16982929 Fixed wrong count of frame numbers when seeking in files. Improved DTSC lib verbosity. Thulinma 2013-03-12 02:04:28 +01:00
  • 6a254806c0 Fixed HLS VoD audio quality and synchronization issues. Thulinma 2013-03-12 02:03:25 +01:00
  • 924cd2342e Fixed controller briefly wrongly displaying VoD streams as "No valid source connected" in some cases. Thulinma 2013-03-12 02:02:30 +01:00
  • 0e02766e2b Tweaked (default) output verbosity levels to be more sensible and less spammy. Thulinma 2013-03-12 02:01:57 +01:00
  • 58847705eb Fixed VoD statistics problems, improved live status display accuracy and messages. Thulinma 2013-03-08 16:00:24 +01:00
  • d72062ee92 MP3 support for the progressive connector Erik Zandvliet 2013-03-07 20:55:31 +01:00
  • 7a887d5cd2 Removed unused code from Smooth streaming, fixed timestamps in Smooth streaming, implemented/fixed live Smooth support. Thulinma 2013-03-07 20:13:14 +01:00
  • 10960b927c Removed debugging code from MP4 analyser. Thulinma 2013-03-07 20:12:40 +01:00
  • a1ed3a8465 Implemented SDTP, UUID and UUID_TrackFragmentReference boxes in MP4 lib. Thulinma 2013-03-07 20:08:22 +01:00
  • 9721efda0c Removed unneccesary temporary debugging code from FLV analyser. Thulinma 2013-03-07 13:40:42 +01:00
  • 998abb9b16 LSP: now the stream buffer time input actually accepts proper input, allowing save. Cat 2013-03-07 13:32:47 +01:00
  • faa2c42a55 LSP: bugfix for saving streams with custom buffer time Cat 2013-03-05 22:06:23 +01:00
  • c4544a4d21 Limit maximum attempted data writing to 50KiB per block (resolves slowness issues with small network buffers and/or big packets). Thulinma 2013-03-06 21:03:26 +01:00
  • 40a4059f07 Removed rather excessive debugging output. Thulinma 2013-03-05 17:28:03 +01:00
  • de1b9441ef Working live HLS. Thulinma 2013-03-05 17:23:31 +01:00
  • d1e26d6848 Fixed several small buffer bugs. Thulinma 2013-03-05 17:23:11 +01:00
  • f487e9b4ec Implemented live fragmenting into ~10-second fragments through new metadata. Thulinma 2013-03-05 17:22:28 +01:00
  • 473d5d1a7f Full DVR support using HTTP Dynamic for live streams. Thulinma 2013-03-05 12:26:14 +01:00
  • 23e87450c7 More metadata improvements - now has "vod" and "live" data to indicate stream type, as well as "buffer_window" to give information about the size of the intended buffer length. Thulinma 2013-03-05 12:25:40 +01:00
  • ab83b7514e Working HTTP Dynamic live. Thulinma 2013-03-05 11:54:59 +01:00
  • 027a986481 Improved live metadata support. Thulinma 2013-03-05 11:42:22 +01:00
  • db735a73c7 New API format support in stream.cpp Thulinma 2013-03-04 22:02:26 +01:00
  • ddb681fb8c MP4 lib signedness fixes. Thulinma 2013-03-04 22:02:10 +01:00
  • 1ad7e29238 Several HTTP Dynamic fixes/improvements - though no working live yet... Thulinma 2013-03-04 16:17:50 +01:00
  • fc6868fd46 preset stuff disabled Cat 2013-03-04 16:10:01 +01:00
  • 38f7b98a5c LSP: fixed issue with DVR settings box not showing up correctly + added overview save before force JSON save Cat 2013-03-04 13:35:27 +01:00
  • 22d32fa024 LSP: minor bugfix to do with unset values in stream.streamname Cat 2013-03-02 13:01:05 +01:00
  • 54811f0a36 Fixed DVR setting parsing for push:// streams. Thulinma 2013-03-04 16:07:13 +01:00
  • aa23121330 Fixed backwards compatibility of streams API. Thulinma 2013-03-02 12:55:51 +01:00
  • ce4c6b71d0 LSP: streams.streamname.channel.URL is now stored in streams.streamname.source and the buffer time option is only available when it is a livestream Cat 2013-03-02 11:35:26 +01:00
  • 89e967e419 Fixed compile errors in LSP javascript. Thulinma 2013-03-01 22:42:28 +01:00
  • de297b9a36 LSP: support for stream.streamname.DVR buffer time setting. Cat 2013-03-01 12:27:11 +01:00
  • 166a5be276 LSP: added basepath and changed stream status display Cat 2013-02-19 13:28:39 +01:00
  • ca21530c84 DVR support and second generation stream status reporting. Thulinma 2013-03-01 22:24:02 +01:00
  • 9aad5dc9fb Fixed code style for recent commits. Thulinma 2013-03-01 21:00:17 +01:00
  • 88e52ad936 Added backwards-compatible support for new stream source API. Thulinma 2013-03-01 20:58:42 +01:00
  • f04c2b8547 Improved uplink support - now allows setting uplink settings by commandline as well as old method using compile-time options. Thulinma 2013-03-01 20:44:59 +01:00
  • dcd66ce4ff Updates to all connectors for live support Erik Zandvliet 2013-02-27 09:47:09 +01:00
  • ddf4983836 Progressive now works with continuously updated metadata Erik Zandvliet 2013-02-19 22:04:04 +01:00
  • 6644132762 Buffer edits for live support Erik Zandvliet 2013-02-19 10:36:22 +01:00
  • 23def8aa86 Fixed coding style on recent commits. Thulinma 2013-03-01 20:37:53 +01:00
  • 12db927cbf Changes for propagating fragment numbers if the stream is live Erik Zandvliet 2013-02-27 09:47:50 +01:00
  • 65a5c2c9b0 Fixed AMF analyser not displaying any output. Thulinma 2013-02-25 14:44:17 +01:00
  • 4dbca1e680 Progressive now works with continuously updated metadata Erik Zandvliet 2013-02-19 22:04:38 +01:00
  • 8e2c8680f3 Big sigh. Fixed push input. Thulinma 2013-02-19 16:27:28 +01:00
  • 14962f88e9 Assorted buffer fixes - stdin input is now considered stable, push (ie: RTMP) input seems to still have a few issues. Thulinma 2013-02-19 16:14:15 +01:00
  • a69583fd49 Edits to DTSC lib for live buffering Erik Zandvliet 2013-02-19 10:57:23 +01:00
  • 1baff448f2 Assorted bugfixes to DTSC and Socket libraries. Thulinma 2013-02-19 16:06:39 +01:00
  • 29426200f6 Finish earlier unfinished HLS optimizations. Oops? Thulinma 2013-02-13 21:58:45 +01:00
  • 65a98d18b6 Fixed problem with closure on FreeBSD machines. Thulinma 2013-02-13 21:47:15 +01:00
  • d9e0a5187c More HLS optimizations - no changes in functionality. Thulinma 2013-02-13 21:46:47 +01:00
  • 603376d15a Increased threshold levels for buffer warnings and capping. Thulinma 2013-02-12 15:24:52 +01:00
  • 475fd0f138 TS optimalisations Thulinma 2013-02-12 15:24:27 +01:00
  • af4caded70 Fixed handling of stuffing bytes in TS packets. Thulinma 2013-02-11 12:43:02 +01:00
  • b79c41e413 HTTP Live fixes and optimalisations. Thulinma 2013-02-11 12:41:34 +01:00
  • 2f4095d7bc Minor fixes to HLS code. Thulinma 2013-02-05 16:17:49 +01:00
  • bc3356337e Buffer overflow fixes, speedup in proxy Erik Zandvliet 2013-02-05 16:08:43 +01:00
  • 4f4c1784b8 Buffer overflow fixes Erik Zandvliet 2013-02-05 16:07:48 +01:00
  • 00fd6e5f04 Updated libmist version to 4.0.1 Thulinma 2013-01-27 16:56:48 +01:00