Commit graph

3982 commits

Author SHA1 Message Date
Thulinma
72bae90ead Fixed compatibility with broken RTSP implementation of Larix 2018-05-31 17:17:43 +02:00
Thulinma
98b704a764 Merge branch 'development' into LTS_development 2018-05-29 16:09:51 +02:00
Thulinma
72ce4fb852 Fixed logging 2018-05-29 16:08:26 +02:00
Thulinma
a232cdf7b2 Merge branch 'development' into LTS_development 2018-05-29 13:53:57 +02:00
Ramkoemar
1240f6bbaa Fixed skipBytes implementation in Socket::Connection 2018-05-29 13:47:30 +02:00
Erik Zandvliet
0f4a6c9367 Live mp4 working again 2018-05-24 15:13:07 +02:00
Thulinma
10a7590891 Merge branch 'development' into LTS_development 2018-05-22 10:02:48 +02:00
Thulinma
c7e8d80edb Improved logging system: now uses a separate process for logs when not running under the controller. 2018-05-22 10:02:43 +02:00
Thulinma
e8eef54d81 Merge branch 'development' into LTS_development 2018-05-21 09:54:13 +02:00
Thulinma
8c2360fd56 Replaced all instances of localtime with localtime_r 2018-05-21 09:54:05 +02:00
Thulinma
2d9e9f3c8b Replaced all instances of localtime with localtime_r 2018-05-21 09:53:12 +02:00
Thulinma
3ce86d0e4c Replaced non-thread-safe localtime with thread-safe equivalent localtime_r 2018-05-19 21:03:07 +02:00
Thulinma
3b16f03674 Added HLS protocol option to disable session IDs, merging together all views from a single user into a single session. 2018-05-18 17:20:55 +02:00
Thulinma
93f8b01a0b Added USER_END trigger 2018-05-18 17:20:42 +02:00
Thulinma
46615efe49 Changed Content-Type of HTTP triggers from application/x-www-form-urlencoded to text/plain 2018-05-18 17:20:21 +02:00
Thulinma
937653bc0d LIVE_BANDWIDTH trigger readability improvement, triggers no longer block stderr. 2018-05-18 17:20:12 +02:00
Thulinma
3947fceeed Merge branch 'development' into LTS_development 2018-05-17 21:45:17 +02:00
Thulinma
7f1fca24d7 Added non-chunked options to DASH and HLS outputs 2018-05-17 21:45:14 +02:00
Thulinma
b6f0b596b2 Add support for boolean options to HTTP-based outputs 2018-05-17 21:44:41 +02:00
Thulinma
4a22be819d Fixed socket binding for TS UDP push output 2018-05-17 12:26:28 +02:00
Thulinma
25ed47c97f Merge branch 'development' into LTS_development 2018-05-16 11:12:49 +02:00
Thulinma
bc64ad647f Fix in RAX library 2018-05-16 11:12:39 +02:00
Thulinma
96563c0971 Fix for triggers 2018-05-16 11:12:08 +02:00
Thulinma
55854883c8 *-exec: inputs now correctly throw away stderr, preventing ffmpeg lockups 2018-05-16 11:11:50 +02:00
Thulinma
384836635f *-exec: inputs now correctly throw away stderr, preventing ffmpeg lockups 2018-05-16 11:11:37 +02:00
Thulinma
a084005644 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_progressive_mp4.cpp
2018-05-16 11:10:55 +02:00
Thulinma
0c41fee7c8 Fixed ELST box in mp4, and use it to fix track desync issues. 2018-05-16 10:55:46 +02:00
Erik Zandvliet
e53b14365c Fixed ELST box in mp4, and use it to fix track desync issues. 2018-05-16 10:48:34 +02:00
Erik Zandvliet
0fff6f8773 Skip at least some corruption in TS 2018-05-16 10:48:12 +02:00
Thulinma
98c50762e8 Improve loop for TS input packet reader 2018-05-16 10:47:26 +02:00
Thulinma
ecbb48dbfe Fixed http_internal responses for offline streams 2018-05-16 10:47:14 +02:00
Thulinma
7af419fdad Added "deletestreamsource" call that deletes a stream AND the corresponding source file. 2018-05-09 13:39:53 +02:00
Thulinma
31403f2685 HLS input rewrite/optimize/clarify/fun-ify 2018-05-09 12:24:08 +02:00
Thulinma
ebb9b3d8c4 Fix for HLS streams with "m3u" in the stream name 2018-05-09 12:24:02 +02:00
Thulinma
9ce7c29813 Changed playlist input timing to boottime-based instead of wallclock-based, split up realtime and regular main loops functions
# Conflicts:
#	src/input/input.cpp
2018-05-09 12:21:03 +02:00
Thulinma
bbc31722bd Generalized stream variables implementation
# Conflicts:
#	lib/stream.cpp
2018-05-09 10:40:20 +02:00
Thulinma
8176f99634 Added $pluswildcard 2018-05-09 10:26:55 +02:00
Thulinma
252ea006a9 TS lib verbosity tweaks 2018-05-09 10:25:08 +02:00
Thulinma
94bb2aa0f1 Fix potential segfault in doSync 2018-05-09 10:24:59 +02:00
Thulinma
e8f1ceff3a Generalized stream variables implementation 2018-05-09 10:24:11 +02:00
Thulinma
92d14f52ea Improved stream start handling 2018-05-09 10:12:35 +02:00
Thulinma
017258b1b9 TS lib verbosity tweak 2018-05-09 09:43:11 +02:00
Thulinma
61d116e2f3 Added HTTP::URL::getExt function 2018-05-09 09:41:51 +02:00
Thulinma
d7c021106f Added retryCount and dataTimeout variables as well as a constant data accessor to HTTP::Downloader class 2018-05-09 09:41:45 +02:00
Thulinma
f934d15a78 Removed automatic wildcard addition for DTSC input URLs 2018-05-09 09:41:26 +02:00
Thulinma
a3b5555568 Merge branch 'development' into LTS_development 2018-05-08 11:35:47 +02:00
Thulinma
2e65c1e431 Added HTTP::URL::getFilePath() 2018-05-08 11:35:39 +02:00
Thulinma
7b9a731525 Fixed missing return statements in HLS input 2018-05-08 11:32:59 +02:00
Thulinma
a3de760df5 Merge branch 'development' into LTS_development 2018-05-08 11:29:56 +02:00
Thulinma
c370930c70 Fixed missing return statements to prevent GCC being whiny. 2018-05-08 11:29:48 +02:00