Commit graph

334 commits

Author SHA1 Message Date
Thulinma
b78e9bc562 Finally fixed long standing RTMP sync issue. Also added support for getting/setting FLV tag offsets. 2013-11-14 12:24:11 +01:00
Erik Zandvliet
01d008a56c Small fixes on DTSC lib 2013-11-01 12:22:14 +01:00
Erik Zandvliet
7930d3869e Updates firstms for live. 2013-10-31 14:06:53 +01:00
Thulinma
1e9128c23d Fixed track filtering in live streams. 2013-10-31 14:04:12 +01:00
Thulinma
73910bd343 Fixed socket error reporting. 2013-10-31 14:03:58 +01:00
Thulinma
bd5cce8d6a Fixed JSON lib errors with characters >= 0x80 2013-10-29 16:17:01 +01:00
Thulinma
bfb2019c3a Ehh.... Yeah. Again, nothing to see here. Boolean logic. Whee. 2013-10-24 11:13:54 +02:00
Thulinma
e61eba35da Remember that socket optimization? This is what I meant to commit, then. Move along, nothing to see here. 2013-10-24 10:49:12 +02:00
Thulinma
a7fa0eedcb Socket library optimization. 2013-10-17 14:25:24 +02:00
Thulinma
7ff374ab69 Fixed Erik's mistakes. Ohai Erik. 2013-10-17 10:02:28 +02:00
Erik Zandvliet
da583bedba Added "isFixed" function. 2013-10-17 09:21:27 +02:00
Thulinma
6889e8910b Optimize for DTSC::File::seek_time 2013-10-16 12:12:40 +02:00
Thulinma
b1ec75600f Optimized DTSC::File::atKeyFrame() further. 2013-10-16 10:49:55 +02:00
Oswald Auguste de Bruin
7ecf95e399 MP4, converted vectors to set 2013-10-04 12:21:45 +02:00
Thulinma
2d0f25b7be Fixed a few bugs in Util::Procs SIGCHILD handling / isActive function. 2013-09-30 13:25:20 +02:00
Thulinma
31f4509e26 Optimized performance of DTSC::File::atKeyFrame 2013-09-30 13:24:28 +02:00
Oswald Auguste de Bruin
5c9574d7eb cleaned up code 2013-09-26 10:33:49 +02:00
Oswald Auguste de Bruin
1cc1ca8707 MP4 working! 2013-09-26 10:26:15 +02:00
Erik Zandvliet
ca7b7940b5 Removed non-template encodeVector. 2013-09-25 11:39:33 +02:00
Oswald Auguste de Bruin
eaeaad39e1 Midways commit 2013-09-25 11:19:44 +02:00
Erik Zandvliet
92f86e0a9c Fixed a bug with reading first metadata through parseNext. 2013-09-23 11:02:51 +02:00
Erik Zandvliet
d77ce7d9e8 Hotfix for encoding parts. 2013-09-23 09:36:27 +02:00
Oswald Auguste de Bruin
a80eeef659 MP4 not fixed, but at least does not segfault 2013-09-20 14:00:38 +02:00
Erik Zandvliet
974861d993 Memory efficiency upgrade. 2013-09-19 10:03:54 +02:00
Erik Zandvliet
5ea87a37f7 Update on the JSON lib to support new parts encoding. 2013-09-15 16:08:30 +02:00
Erik Zandvliet
b10185be2a Fixed a bug in the conversion API. 2013-09-12 12:42:40 +02:00
Erik Zandvliet
59becbb18b Now providing audio and video in separate elements within the encoders parts. 2013-09-12 11:32:24 +02:00
Oswald Auguste de Bruin
f3bed1ab94 Weird fix that made ogg work. 2013-09-12 08:54:50 +02:00
Thulinma
bf485b1803 Added cross-platform getTmpFolder() function in Util. 2013-09-11 12:28:31 +02:00
Oswald Auguste de Bruin
cc38f19477 Fixed Ogg problems 2013-09-09 20:19:46 +02:00
Thulinma
c4e0c399ac Fixed restreaming bug. 2013-09-09 12:05:26 +02:00
Oswald Auguste de Bruin
de733c31a3 Fix in lib which makes mistserver compilable and usable for mac 2013-09-04 15:55:35 +02:00
Oswald Auguste de Bruin
c373136679 Mem leak fixed 2013-09-03 09:53:27 +02:00
Oswald Auguste de Bruin
31ad924b46 Fixed sagfile (segment fault) in ogg progressive. 2013-09-03 09:42:37 +02:00
Oswald Auguste de Bruin
632b3ff594 Ogg fixed 2013-08-29 17:50:35 +02:00
Thulinma
31bfc8223e Made toPrettyString slightly smarter and always output valid JSON, no matter what. (May still output altered contents, though.) 2013-08-28 12:48:29 +02:00
Thulinma
2769d3cc6c Fixed JSON string escaping to support non-printable characters, made some JSON lib private functions static in the .cpp file instead. 2013-08-28 12:18:22 +02:00
Thulinma
f48833343a Removed accidental C++11 dependancy. 2013-08-27 20:30:38 +02:00
Erik Zandvliet
86a745dbfb Fixed a potential bug in DTSC::seekPos 2013-08-27 16:00:07 +02:00
Erik Zandvliet
6cf42561a6 Fixed bugs in dtsc and theora libs. 2013-08-27 15:01:48 +02:00
Thulinma
6675b647b8 Some static/non-static fixes to procs/stream library, updated converter to make use of getOutputOf function instead of re-implementing this. 2013-08-27 00:29:04 +02:00
Oswald Auguste de Bruin
d7e9029609 Fixed nasty segfault bug from Local settings page. It does not segfault anymore. 2013-08-26 16:18:06 +02:00
Erik Zandvliet
c0ccde0d56 Fixed the optimize in the dtsc lib to be an actual optimize. 2013-08-26 16:01:01 +02:00
Erik Zandvliet
d78e91b2bd Small fix in converter api 2013-08-26 15:15:44 +02:00
Erik Zandvliet
dbddd18f1e Fixed a bug in endStream, fixed infinite loop. 2013-08-26 12:46:11 +02:00
Thulinma
203a4382a7 Fixed broken build. Bad Erik! ^_^ 2013-08-26 11:21:43 +02:00
Erik Zandvliet
f17406edd6 Optimize for generating mp4 header. 2013-08-26 10:52:09 +02:00
Oswald Auguste de Bruin
491d85d3b6 MP4 further developed 2013-08-26 07:21:32 +02:00
Oswald Auguste de Bruin
2b3c3609c8 DTSC2MP4 conversion now enabled in lib. Also, cleaned up automakefile. 2013-08-26 07:21:32 +02:00
Erik Zandvliet
b10b1df10c Fix'ed a typo in ESDS Box 2013-08-26 07:21:32 +02:00