Commit graph

1606 commits

Author SHA1 Message Date
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
Erik Zandvliet
140fd4febf Bugfix in TS concerning audio init data, Makefile fix 2012-12-17 13:52:31 +01:00
Erik Zandvliet
611d4db3d7 Fixed a lot of bugs in TS, updated to std-string implementation 2012-12-14 14:52:10 +01:00
Erik Zandvliet
c43fba4275 Working converter 2012-12-14 14:52:10 +01:00
Erik Zandvliet
6813f00b09 Initial commit 2012-12-14 14:52:10 +01:00
Thulinma
38ef8704f8 Global cleanups and standardization of code style. 2012-12-11 11:03:33 +01:00
Thulinma
51a9b4162c Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it). 2012-12-07 17:48:58 +01:00
Thulinma
21d686fb87 Bring HTTP lib up to spec (wasn't sending carriage returns properly - now does) 2012-11-23 21:31:50 +01:00
Thulinma
3ae5ac5be9 Fixed a typo and minor speedup in dtsc lib, fixed a bug when sending or receiving empty strings in socket lib. 2012-11-13 23:20:17 +01:00
Erik Zandvliet
2ad970f5df Readability fixes 2012-10-30 15:45:28 +01:00
Erik Zandvliet
fbc59ba664 Added SDTP box and AVCC::setPayload function 2012-10-29 14:34:16 +01:00
Erik Zandvliet
503f63af2b added the avcC box 2012-10-29 12:14:11 +01:00
Thulinma
ec5dd47be9 Fixed typo in MP4::sampleflags enum. 2012-10-29 10:12:42 +01:00