Commit graph

150 commits

Author SHA1 Message Date
Thulinma
ead45b4fb8 Fixes to playlist support 2020-01-23 13:43:55 +01:00
Thulinma
2a91a7366b Updated default segment size to 1900 2019-09-09 16:02:24 +02:00
Thulinma
260e362a89 Merge branch 'development' into LTS_development 2019-05-16 15:23:29 +02:00
Thulinma
09d54228d1 Corrected Track::getSendLen to account for keysizes properly 2019-05-16 15:22:55 +02:00
Thulinma
9e1539a2b9 Merge branch 'development' into LTS_development
# Conflicts:
#	src/controller/controller_statistics.cpp
#	src/input/input_buffer.cpp
#	src/input/input_dtsc.cpp
#	src/input/input_ebml.cpp
#	src/input/input_flv.cpp
#	src/input/input_mp3.cpp
#	src/output/output_httpts.cpp
#	src/output/output_progressive_mp3.cpp
#	src/output/output_progressive_mp4.cpp
2019-01-25 23:57:42 +01:00
Thulinma
7565704fdc Fixed 32-bit compile issues 2019-01-25 23:49:56 +01:00
Erik Zandvliet
10fa4b7e7b libmist backport from new metadata branch with improved typing and styling 2018-12-06 11:07:07 +01:00
Erik Zandvliet
2607113727 Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
Thulinma
57e40fe921 Merge branch 'development' into LTS_development 2018-10-11 15:15:40 +02:00
Thulinma
2aa86ccf01 Fix memory leak in live inputs 2018-10-11 15:15:18 +02:00
Thulinma
b4741abbc2 Merge branch 'development' into LTS_development 2018-08-23 15:31:39 +02:00
Thulinma
2f477a4ef9 Fixed audio key setting 2018-08-23 15:31:10 +02:00
Thulinma
b496023d7f Added support for local variables in MistIn processes, stored in the DTSH header. 2018-07-20 14:22:54 +02:00
Thulinma
7f770b27b7 Added support for local variables in MistIn processes, stored in the DTSH header. 2018-07-18 21:22:28 +02:00
Thulinma
1ba76da616 Fixed bootoffset in DTSC over socket 2018-07-06 10:41:49 +02:00
Thulinma
04c95a69cf Fixed bootoffset in DTSC over socket 2018-07-06 10:39:39 +02:00
Thulinma
2a028fa309 Added bootMsOffset to DTSC::Meta, RTMP now syncs on it. 2018-07-04 11:50:44 +02:00
Thulinma
43934cf69c Added bootMsOffset to DTSC::Meta, RTMP now syncs on it. 2018-07-04 11:48:14 +02:00
Erik Zandvliet
0fff6f8773 Skip at least some corruption in TS 2018-05-16 10:48:12 +02:00
Thulinma
ad29c297c2 Merge branch 'development' into LTS_development
# Conflicts:
#	lib/bitfields.h
#	src/input/input.cpp
#	src/output/output.cpp
2018-01-24 19:12:05 +01:00
Thulinma
05c144fb9e Implemented missing DTSC::Track::getFrag function 2018-01-24 18:59:47 +01:00
Thulinma
3a8b9e2a8a Merge branch 'development' into LTS_development 2017-10-24 14:42:24 +02:00
Erik Zandvliet
cba0c0b38b Calculate both average and peak bit rates 2017-10-24 14:42:16 +02:00
Thulinma
bb2e6de56a Merge branch 'development' into LTS_development
# Conflicts:
#	src/input/input.cpp
2017-08-03 15:08:48 +02:00
Thulinma
f3f2802844 Added minKeepAway support to DTSC::Track object, senders and parsers 2017-08-03 15:06:12 +02:00
Thulinma
dc8bae8dd3 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output.h
2017-07-28 18:39:49 +02:00
Thulinma
3eb69ff2c7 Changed bufferLivePacket and related functions to have const DTSC::Packet references 2017-07-28 18:38:54 +02:00
Thulinma
e608ef69fd Merge branch 'development' into LTS_development 2017-07-27 18:57:50 +02:00
Thulinma
e8db89319a DTSC getInt is now uint64_t instead of int 2017-07-27 18:56:28 +02:00
Thulinma
f3cc7b0a4e Merge branch 'development' into LTS_development 2017-07-25 15:57:01 +02:00
Ramkoemar
c7816c42f0 updated appendNal and added upgradeNal in DTSC lib, nal lib speedup 2017-07-25 15:56:38 +02:00
Thulinma
733099867e Merge branch 'development' into LTS_development 2017-06-21 20:38:03 +02:00
Thulinma
76b5a91da6 Fixed packBytePos not being handled correctly 2017-06-21 20:37:55 +02:00
Thulinma
6bca77d758 Merge branch 'development' into LTS_development 2017-05-23 21:36:55 +02:00
Thulinma
108499bc58 Meta::toFile now returns, as it should 2017-05-23 21:36:35 +02:00
Thulinma
288cc5d3ce Improved NAL unit and keyframe handling 2017-05-15 17:12:48 +02:00
Thulinma
e5470f035e DTSC::Packet::genericFill now allows zero sized packets, when combined with a null pointer 2017-05-15 17:12:43 +02:00
Thulinma
1f3ab6e473 Improved NAL unit and keyframe handling 2017-05-15 17:11:24 +02:00
Thulinma
6b379f63b6 DTSC::Packet::genericFill now allows zero sized packets, when combined with a null pointer 2017-05-15 15:28:37 +02:00
Thulinma
0c87ba1f7b Merge branch 'development' into LTS_development
# Conflicts:
#	src/input/input.cpp
2017-05-12 12:48:58 +02:00
Ramoe
45022f36c9 Added several DTSC packet convenience functions 2017-05-12 12:44:02 +02:00
Thulinma
7629b00a4c Merge branch 'development' into LTS_development 2017-04-18 12:32:39 +02:00
Thulinma
5e2b29466b Fixes and improvements to generic push-input handling 2017-04-18 12:00:58 +02:00
Thulinma
daa0833970 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output.h
#	src/output/output_rtmp.cpp
2017-02-28 14:07:18 +01:00
Thulinma
88749d2259 Added sourceURI to stream metadata structures 2017-02-28 13:59:38 +01:00
Thulinma
871eb8131c Merge branch 'development' into LTS_development 2016-11-03 12:22:53 +01:00
Thulinma
567759ce26 Fixed segfault in buffer removeKey call 2016-11-03 12:21:47 +01:00
Thulinma
43aee53e3e Workaround for segfault in Track::writeTo function 2016-11-03 12:21:42 +01:00
Thulinma
85415ce135 Merge branch 'development' into LTS_development 2016-11-02 15:41:14 +01:00
Thulinma
6d8189f64a Fixed DTSH version binary writing bug 2016-11-02 15:41:04 +01:00