Commit graph

1583 commits

Author SHA1 Message Date
Erik Zandvliet
23813cc9b2 Fixed a few small bugs regarding the output of DTSCv2 2013-06-03 15:51:48 +02:00
Erik Zandvliet
c4fecd7e3d Updated DTSC::File, added appending new packets, added copy constructor in order to keep valid file descriptors open. 2013-06-03 15:51:48 +02:00
Erik Zandvliet
59d03dcf48 Fixed a bug in parsing configuration values. 2013-06-03 15:51:48 +02:00
Erik Zandvliet
c7a058960e Fixed a minor bug in DTP2 Output 2013-06-03 15:51:48 +02:00
Erik Zandvliet
404798141a Updated the flv to json operation. 2013-06-03 15:51:48 +02:00
Erik Zandvliet
d2597101fc Optimizations in packet parsing 2013-06-03 15:51:48 +02:00
Erik Zandvliet
f14a4fb75e Updated flv_tag to output DTSCv2 2013-06-03 15:51:47 +02:00
Erik Zandvliet
2c343b9db6 Added initial DTSCv2 support 2013-06-03 15:51:47 +02:00
Erik Zandvliet
a7de3bf08f Configuration parser bug fixed. 2013-06-03 15:51:47 +02:00
Erik Zandvliet
4db81af990 Added an isFixed member to the output of the header. 2013-06-03 15:51:47 +02:00
Thulinma
9228198097 Fixed a FLV header bug causing both video and audio to always be mentioned even when not present, added header-only parsing support to HTTP library. 2013-06-03 15:50:21 +02:00
Thulinma
62c4689ae2 Fixed a potential threading problem in DTSC::Stream. 2013-05-21 13:21:07 +02:00
Erik Zandvliet
f5cbe7343d Tweaked pretty printing in several cases. 2013-04-23 14:39:52 +02:00
Thulinma
b9613149e0 Updated version to 5.1.2 2013-04-15 11:43:55 +02:00
Thulinma
2705af4012 Fixed memory corruption in optionless binaries. 2013-04-15 10:45:56 +02:00
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