Commit graph

1618 commits

Author SHA1 Message Date
Thulinma
61246062fb Fixed / improved fragmenter. 2013-04-13 13:45:42 +02:00
Thulinma
71b918b7aa Make all FLV memory management go through a single function - further robustifies FLV library. 2013-04-11 14:34:30 +02:00
Thulinma
54a19d60e6 Added setBlocking to Socket::Server. 2013-04-10 22:18:12 +02:00
Thulinma
89c4e766ed Fixed FMLE RTMP ingest. 2013-04-08 16:25:58 +02:00
Thulinma
7565b705ad Fixed memory leak in FLV library. 2013-04-05 16:36:29 +02:00
Thulinma
014aa97770 Updated libmist version to 5.0.2 2013-03-30 22:16:50 +01:00
Thulinma
3f7c1febc3 Added support for alternative-style FLV metadata. 2013-03-30 14:08:47 +01:00
Thulinma
35df73e042 Fixed several buffer segfaults when multiple viewers are connected. 2013-03-26 15:57:53 +01:00
Thulinma
97974409a6 Added FLV-based metadata channel support (Dynamic and HTTP Progressive FLV only, for now), both input and output. 2013-03-25 22:30:00 +01:00
Thulinma
ea9abcceb6 When no video channel is present, inject a seek time at most every ~2000ms. 2013-03-25 19:49:00 +01:00
Thulinma
e1f7d2acea Fixed reading FLV files taking 100% CPU. 2013-03-25 19:40:21 +01:00
Thulinma
de46eee3b9 Fixed audio-only livestreams causing unbounded buffers. 2013-03-25 16:24:18 +01:00
Thulinma
370ebc49a2 Fixed some potential segfaults in DTSC library. 2013-03-25 10:48:19 +01:00
Thulinma
06f023f3df Tweaked Util::Procs exit handler timings. 2013-03-24 20:18:22 +01:00
Thulinma
2730aee682 Fixed buffer not properly allowing push source to restart an ongoing broadcast. 2013-03-24 20:18:00 +01:00
Thulinma
f61a28ecaa Fixed pretty major bug in MistBuffer causing frame lengths to go completely out of wack. 2013-03-22 22:55:34 +01:00
Thulinma
4a79862111 Some fixes for metadata rewriting in DTSC::File, optimized live fragmenter somewhat. 2013-03-21 14:23:49 +01:00
Thulinma
bf69dacefd Added automated exit handler in Util::Procs. 2013-03-19 14:41:07 +01:00
Thulinma
f2b4e1d1a4 Added canSeek* functionality to DTSC::Stream, minor optimization to MP4 lib. 2013-03-18 17:36:45 +01:00
Thulinma
00d06fe293 Tweaked Stream and RTMP lib verbosity levels. 2013-03-18 17:36:12 +01:00
Thulinma
680b2625c1 Fixed chars no longer being unsigned (oops) 2013-03-16 16:28:00 +01:00
Thulinma
aa5056ee3d Fixed compiling on OSX, also fixes DDVTECH/mistlib#1 2013-03-14 00:13:07 +01:00
Thulinma
cc8dfb5257 Optimized TS library throughput. 2013-03-12 16:20:02 +01:00
Thulinma
97b51ff39a Augmented Socket::Buffer features. 2013-03-12 16:19:46 +01:00
Thulinma
4e16982929 Fixed wrong count of frame numbers when seeking in files. Improved DTSC lib verbosity. 2013-03-12 02:04:28 +01:00
Thulinma
a1ed3a8465 Implemented SDTP, UUID and UUID_TrackFragmentReference boxes in MP4 lib. 2013-03-07 20:08:22 +01:00
Thulinma
c4544a4d21 Limit maximum attempted data writing to 50KiB per block (resolves slowness issues with small network buffers and/or big packets). 2013-03-06 21:03:26 +01:00
Thulinma
f487e9b4ec Implemented live fragmenting into ~10-second fragments through new metadata. 2013-03-05 17:22:28 +01:00
Thulinma
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. 2013-03-05 12:25:40 +01:00
Thulinma
027a986481 Improved live metadata support. 2013-03-05 11:42:22 +01:00
Thulinma
db735a73c7 New API format support in stream.cpp 2013-03-04 22:02:26 +01:00
Thulinma
ddb681fb8c MP4 lib signedness fixes. 2013-03-04 22:02:10 +01:00
Thulinma
23def8aa86 Fixed coding style on recent commits. 2013-03-01 20:37:53 +01:00
Erik Zandvliet
12db927cbf Changes for propagating fragment numbers if the stream is live 2013-02-27 09:47:50 +01:00
Erik Zandvliet
4dbca1e680 Progressive now works with continuously updated metadata 2013-02-19 22:04:38 +01:00
Erik Zandvliet
a69583fd49 Edits to DTSC lib for live buffering 2013-02-19 16:09:05 +01:00
Thulinma
1baff448f2 Assorted bugfixes to DTSC and Socket libraries. 2013-02-19 16:06:39 +01:00
Thulinma
603376d15a Increased threshold levels for buffer warnings and capping. 2013-02-12 15:24:52 +01:00
Thulinma
475fd0f138 TS optimalisations 2013-02-12 15:24:27 +01:00
Thulinma
af4caded70 Fixed handling of stuffing bytes in TS packets. 2013-02-11 12:43:02 +01:00
Erik Zandvliet
4f4c1784b8 Buffer overflow fixes 2013-02-05 16:14:39 +01:00
Thulinma
828d168869 Updated library version to 4.0.1 2013-01-27 16:54:33 +01:00
Thulinma
eb6c4ecbcb Fixed possible segmentation faults in StopAll() 2013-01-14 14:52:49 +01:00
Erik Zandvliet
cddf0192f6 Working HLS video (not audio) for bipbop video 2013-01-08 16:21:17 +01:00
Thulinma
942c7d69ba Replaced useless data with infinitely more useful data. 2013-01-08 16:19:38 +01:00
Thulinma
3c2f372884 Fixed FPS conversion from FLV files. 2013-01-08 14:43:54 +01:00
Thulinma
9b6f63671c Fix compiling on 32-bit systems. 2012-12-31 20:06:30 +01:00
Thulinma
7dbbc6c892 Implemented chunked transfer encoding support. 2012-12-31 19:13:04 +01:00
Thulinma
05416da269 Standardized coding style for TS-related code. 2012-12-31 16:33:45 +01:00
Erik Zandvliet
439d5bf98c Changes for bipbop on ts. Audio now synchronises properly 2012-12-27 22:16:13 +01:00