Commit graph

1459 commits

Author SHA1 Message Date
Thulinma
b4fb0ff4a2 Socket library error handling 2020-03-09 19:58:26 +01:00
Thulinma
eb8694052d Merge branch 'development' into LTS_development
# Conflicts:
#	lib/http_parser.cpp
2020-03-03 17:04:10 +01:00
Thulinma
793f6f7809 Split HTTP namespace up into http_parser.h and url.h, since the URL library can be useful stand-alone as well. 2020-02-28 16:39:24 +01:00
Thulinma
95847ffb5b Fixed memory leak in Socket::isLocal() 2020-02-24 16:30:28 +01:00
Thulinma
b1240f7f0b Fixed memory leak in Socket::isLocal() 2020-02-24 16:29:01 +01:00
Thulinma
50a6e84004 TS parser now ignores invalid DTS 2020-02-12 12:19:54 +01:00
Thulinma
606fce296a Merge branch 'development' into LTS_development
# Conflicts:
#	lib/stream.cpp
2020-02-12 11:55:56 +01:00
Thulinma
3736d28eed Fix for correctly passing stream configuration options to MistIn processes 2020-02-12 11:11:19 +01:00
Thulinma
ead45b4fb8 Fixes to playlist support 2020-01-23 13:43:55 +01:00
Erik Zandvliet
907be3b1f4 Playlist support 2020-01-23 13:43:51 +01:00
Thulinma
7beea43d31 Added basic stream fallback feature, allowing to redirect to a different stream name on stream source load errors 2020-01-23 13:43:31 +01:00
Thulinma
6e125707f1 Added $wday, $yday and $week variables 2020-01-23 13:43:04 +01:00
Thulinma
a2e2ddae1e Backport of 3.0 stream selectors 2019-11-27 10:27:14 +01:00
Thulinma
6993133e62 Fix deadlock in TS stream parser when encountering unknown track type 2019-11-27 10:27:06 +01:00
Thulinma
c64160f4d8 Merge branch 'development' into LTS_development 2019-11-27 10:26:41 +01:00
Thulinma
9a1b4fb872 Fixed support for inputs with URL parameters 2019-11-27 10:25:58 +01:00
Thulinma
8ce3498269 Optimized HTTP parser to not attempt POST variable parsing on _all_ body payloads, but only POSTed payloads 2019-11-27 10:25:43 +01:00
Thulinma
0305288f16 Merge branch 'development' into LTS_development 2019-11-07 13:40:50 +01:00
Thulinma
8dd403a098 Added ability to check if the downloader is being proxied or not 2019-11-07 13:40:45 +01:00
Thulinma
7bffdfe644 Added global configuration mechanism and defaultStream support 2019-10-31 11:19:54 +01:00
Thulinma
c60f96a1cb Merge branch 'development' into LTS_development 2019-10-03 15:26:18 +02:00
Thulinma
dcc50efbd0 Fixed compiling of -DDEBUG=3 -DNOSSL=1 option combination 😒 2019-10-03 15:26:04 +02:00
Thulinma
9a3bddef19 Windows multicast socket fix 2019-10-03 15:25:59 +02:00
Thulinma
0e7c7ce3dd Backported socket library edits from LL branch 2019-10-02 14:09:49 +02:00
Thulinma
248056e611 Backported socket library edits + testing tool from LL branch 2019-10-02 09:55:49 +02:00
Thulinma
5be878bea5 Added support for precise splitting of pushes to disk (i.e. recording) with re-variable-ized target strings at each split 2019-09-30 16:28:10 +02:00
Thulinma
6d3eb861b8 Implemented RTP HEVC Aggregation Packets 2019-09-30 16:28:10 +02:00
Thulinma
218e1e70a6 Merge branch 'development' into LTS_development 2019-09-30 16:27:57 +02:00
Thulinma
a27f65743c Log message improvements 2019-09-30 16:27:43 +02:00
Thulinma
2a91a7366b Updated default segment size to 1900 2019-09-09 16:02:24 +02:00
Thulinma
775d25947c Merge branch 'development' into LTS_development
# Conflicts:
#	lib/dtsc.h
2019-09-09 15:56:45 +02:00
Thulinma
a25fa0596e Lowered default segment duration to 1900ms, lowered audio virtual "keyframe" interval to 2000ms. 2019-09-09 15:53:46 +02:00
Thulinma
309d39eab7 Backported UDP API from Pro edition 2019-09-09 13:36:09 +02:00
Thulinma
7d83edd078 Socket lib restyle and fixes backported from 3.0 2019-08-14 12:08:24 +02:00
Thulinma
e90a3d60c0 Socket lib restyle and fixes backported from 3.0 2019-08-14 11:30:07 +02:00
Thulinma
7b12a5a2b5 Lowered debugging message verbosity somewhat 2019-08-12 10:42:26 +02:00
Thulinma
b48ffb1c7a Lowered debugging message verbosity somewhat 2019-08-12 10:42:15 +02:00
Thulinma
4aeb89a64f Merge branch 'development' into LTS_development 2019-08-06 14:41:57 +02:00
Thulinma
6dc1b500d1 Fixed compiling without SSL enabled 2019-08-04 14:02:34 +02:00
Thulinma
cc9e970ea3 More backports from Pro edition, among which HTTPS/TLS support 2019-07-13 14:23:59 +02:00
Thulinma
66890c4564 Robustified Socket::Connection, added debugging data for copies/assigns and Socket::Connetion::open() calls for proper socket re-use. 2019-06-30 22:36:29 +02:00
Thulinma
8fe1dbb618 Added RTMPS push support 2019-06-25 14:30:40 +02:00
Thulinma
f4351d4fb4 Merged Socket::SSLConnection into Socket::Connection for better interoperability across the rest of the codebase 2019-06-25 14:30:35 +02:00
Thulinma
3c3489e7eb Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_progressive_mp4.cpp
2019-06-25 14:30:27 +02:00
Thulinma
4fcae749da Improved blacklisting/whitelisting code + MP3 in MP4 output blacklist for Trident browsers under Windows 7 and lower 2019-06-25 14:29:55 +02:00
Thulinma
5154f88de3 Tweaked verbosity of lost connections in HTTP::Downloader and closed connections in Socket::SSLConnection. 2019-06-21 21:21:17 +02:00
Thulinma
128f30bfb6 Fixed websockets in IE11. Bleep you, MS. -_- 2019-06-21 21:20:39 +02:00
Thulinma
d41b207cc5 Fixed websockets in IE11. Bleep you, MS. -_- 2019-06-19 10:44:03 +02:00
Thulinma
29c8205e79 Tweaked verbosity of lost connections in HTTP::Downloader and closed connections in Socket::SSLConnection. 2019-06-19 09:31:57 +02:00
Thulinma
5418c1fefc Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs 2019-05-23 13:30:24 +02:00