Commit graph

1404 commits

Author SHA1 Message Date
Thulinma
952fd952a5 Fix for packing JSON with double/float values. 2018-11-28 13:16:21 +01:00
Thulinma
8658efc04c Fixes/improvements to H264 lib and analyser 2018-11-28 12:08:02 +01:00
Thulinma
ec0b19b92c Socket library updates to support detecting sockets passed as FDs, removed use of peek() in HTTP request handler, fixed 100% CPU usage problem for unfinished HTTP requests 2018-11-28 12:01:57 +01:00
Thulinma
6a6dd5d7ed Socket library updates to support detecting sockets passed as FDs, removed use of peek() in HTTP request handler, fixed 100% CPU usage problem for unfinished HTTP requests 2018-11-28 11:59:54 +01:00
Thulinma
83665c4e3b Merge branch 'development' into LTS_development 2018-11-28 11:55:15 +01:00
Thulinma
3cb03392e1 Added stream name to logging 2018-11-28 11:55:08 +01:00
Thulinma
98e3940079 Robustify accesses to server config 2018-11-28 11:46:33 +01:00
Thulinma
ac92e09262 Robustify accesses to server config 2018-11-28 11:46:22 +01:00
Thulinma
e00247af87 Merge branch 'development' into LTS_development 2018-11-19 14:04:06 +01:00
Thulinma
552240b528 Make FLV input read until errors, instead of aborting entirely. 2018-11-19 14:03:53 +01:00
Thulinma
109995809d Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_http_internal.cpp
2018-11-13 16:35:12 +01:00
Thulinma
7b0da7b65c JSON compareExcept and compareOnly functions now support arrays. 2018-11-13 16:26:19 +01:00
Thulinma
6e2e7d81b2 TS optimize, specifically MPEG2 speedup 2018-11-01 17:04:05 +01:00
Thulinma
6a5549444b Merge branch 'development' into LTS_development
# Conflicts:
#	src/input/input_buffer.cpp
#	src/output/output_ts_base.cpp
2018-11-01 16:37:03 +01:00
Thulinma
24006648f9 Cleaned up, fixed and robustified semaphore and signal related code 2018-11-01 16:11:47 +01:00
Thulinma
78101d8c91 Merge branch 'development' into LTS_development 2018-10-30 14:59:37 +01:00
Thulinma
ee9b076b76 Limit how long startInput() will wait for an input to finish booting or shutting down 2018-10-30 14:59:32 +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
a0b011325c Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_ebml.cpp
2018-10-10 15:06:09 +02:00
Thulinma
ab39cca5f4 Fixed EBML input cutting off zero bytes in places where it's not appropriate 2018-10-10 15:04:37 +02:00
Thulinma
d7c36a0800 Merge branch 'development' into LTS_development 2018-10-07 17:01:11 +02:00
Thulinma
1b137ad3c3 Fixed all-interface IPv6 sockets being created when attempting to listen on a non-IPv6 interface address 2018-10-07 17:01:06 +02:00
Thulinma
b35d56cd8f Added ability to override internal UDP API bound host/port 2018-10-07 16:06:20 +02:00
Thulinma
28db254d7b Merge branch 'development' into LTS_development 2018-10-03 23:55:58 +02:00
Thulinma
14fa673df6 Switched extended RTMP timestamps from big endian to little endian, to match most current-day implementations. 2018-10-03 23:55:48 +02:00
Thulinma
cf101262db Fixed audio/data rate calculation in Flash-based outputs 2018-10-03 23:55:43 +02:00
Thulinma
9d702dbc78 Merge branch 'development' into LTS_development 2018-10-03 11:00:09 +02:00
Thulinma
c9dc42ff18 Fixed support for gstreamer matroska streams 2018-10-03 10:59:50 +02:00
Thulinma
aee6420943 Merge branch 'development' into LTS_development 2018-10-02 13:48:32 +02:00
Thulinma
a74c9682c9 JSON lib fixes 2018-10-02 13:45:07 +02:00
Thulinma
4d9f11fd8b Fix RTSP input 2018-09-08 16:16:00 +02:00
Erik Zandvliet
493e5bebfa AVCCBox.multiplyPPS(), allow for multiple SPS/PPS in AVCC Box 2018-08-30 18:59:03 +02:00
Thulinma
b8c932ad1c Merge branch 'development' into LTS_development 2018-08-30 18:33:44 +02:00
Erik Zandvliet
373b9afd32 Allow for multiple SPS/PPS in AVCC Box 2018-08-30 18:32:50 +02:00
Thulinma
6ddc4adadf Merge branch 'development' into LTS_development 2018-08-27 14:17:20 +02:00
Ramoe
33488da329 Added singular mode override for inputs 2018-08-27 14:13:25 +02:00
Thulinma
b4741abbc2 Merge branch 'development' into LTS_development 2018-08-23 15:31:39 +02:00
Thulinma
791fc5eae9 Added a define for live stream latency 2018-08-23 15:31:22 +02:00
Thulinma
2f477a4ef9 Fixed audio key setting 2018-08-23 15:31:10 +02:00
Thulinma
f5239deab2 Merge branch 'development' into LTS_development 2018-08-23 12:43:50 +02:00
Thulinma
06c0365b44 Fix proxy behaviour 2018-08-23 12:43:37 +02:00
Thulinma
20bc3e39b2 Improved URL encode/decode behaviour 2018-08-23 12:42:55 +02:00
Thulinma
8cecfabfc2 Merge branch 'development' into LTS_development
# Conflicts:
#	lib/http_parser.cpp
2018-08-23 12:42:52 +02:00
Thulinma
e49f89c782 Improved URL encode/decode behaviour 2018-08-23 12:38:58 +02:00
Thulinma
413186cd64 Merge branch 'development' into LTS_development 2018-08-21 11:43:15 +02:00
Thulinma
ff19c9c625 Added sharedFile::exists() call to match version in sharedPage class, fixed sharedPage::exists not being inside SHM_ENABLED block. 2018-08-21 11:23:49 +02:00
Thulinma
c9f0c9af8f Websocket library no longer considers a non-data frame to be "read", instead handles them fully internally 2018-08-13 09:37:11 +02:00
Thulinma
03a79ab337 Websocket library no longer considers a non-data frame to be "read", instead handles them fully internally 2018-08-13 09:37:00 +02:00
Thulinma
7ac1985681 H264 debug level tweak 2018-08-06 11:47:17 +02:00