Commit graph

1900 commits

Author SHA1 Message Date
Thulinma
3ea3721f59 Fix Facebook resume support 2017-11-11 22:21:17 +01:00
Thulinma
db410e10f4 Fixed autopush removing themselves when a new push comes in 2017-11-09 14:51:15 +01:00
Thulinma
47ed55c637 Fixed manual push corruption 2017-11-09 14:51:11 +01:00
Thulinma
029e978887 LTS: Improved debug message levels for MP4 output 2017-11-07 14:31:39 +01:00
Thulinma
2bb80d5868 Fixed TS input last packet being dropped 2017-11-07 14:30:30 +01:00
Thulinma
e58a24c239 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_progressive_mp4.cpp
2017-11-07 14:30:19 +01:00
Thulinma
ef8d305f37 Improved debug message levels for MP4 output 2017-11-07 14:28:26 +01:00
Thulinma
c4d036490f Fixed same-connection HTTP requests after any end of track is reached 2017-11-07 14:25:09 +01:00
Thulinma
dfa04695d4 Added CORS header to load balancer, fallback no longer returns link but just the URL 2017-11-07 11:15:06 +01:00
Thulinma
a053b00d49 Merge branch 'development' into LTS_development 2017-11-07 11:12:59 +01:00
Thulinma
be450a183f Load balancer now uses HTTP downloader 2017-11-07 11:12:33 +01:00
Thulinma
01ffc42f9f Stats delay for input/output can now be set separately, input delay by default 2 instead of 15. 2017-11-07 11:12:24 +01:00
Thulinma
601617cb51 Fixed Prometheus HTTP clean bug 2017-11-07 11:12:19 +01:00
Thulinma
8e6af4c591 Fixed repushing issues 2017-11-07 11:12:12 +01:00
Thulinma
7d6bdb5553 Fixed left-over stream state problems 2017-11-07 11:12:02 +01:00
Thulinma
a634f4a738 Fixed 32-bit compiling of MP4 output 2017-11-02 11:04:29 +01:00
Thulinma
11ea8b0ef2 Updater now uses HTTP downloader class 2017-11-01 19:35:21 +01:00
Thulinma
528727329b License system now uses downloader 2017-11-01 19:35:14 +01:00
Thulinma
de30f9b2a4 HLS input HTTPS support 2017-11-01 19:35:09 +01:00
Erik Zandvliet
e2e2193345 Fixed resetting rollOver count on seek for VoD TS files. 2017-10-26 15:11:35 +02:00
Thulinma
fefbfe2375 Added support for scheduled pushes 2017-10-26 15:10:59 +02:00
Thulinma
014eed32e8 Fixed recstart/recstop values in the past 2017-10-26 12:50:59 +02:00
Thulinma
60e04c4058 Fix RTSP input compile 2017-10-26 11:13:24 +02:00
Thulinma
a97d3e8d27 Add missing bandwidth to TS UDP output 2017-10-25 11:13:02 +02:00
Thulinma
3e4dca8f84 Load balancer can now redirect, if given a protocol name. 2017-10-24 14:44:10 +02:00
Thulinma
52816a8daa Added ability to pass on URLs to load balancer 2017-10-24 14:44:06 +02:00
Thulinma
1b9164910c Merge branch 'development' into LTS_development 2017-10-24 14:44:00 +02:00
Thulinma
7550ce52e4 Added missing relative URL for HTML page stream output 2017-10-24 14:43:55 +02:00
Thulinma
f8766b0567 Added Mu-law support to RTSP and WAV 2017-10-24 14:10:16 +02:00
Thulinma
f5c1e6b573 RTSP pull input
Includes TCP, UDP and authentication support
2017-10-24 14:10:12 +02:00
Thulinma
b81f980932 Added --ignore-sending-port option to RTSP output 2017-10-24 14:10:07 +02:00
Thulinma
cac503f774 Merge branch 'development' into LTS_development
# Conflicts:
#	src/input/input.cpp
2017-10-24 14:09:13 +02:00
Thulinma
a27cf083e6 Added streamMainLoop function to Input class 2017-10-24 14:08:10 +02:00
Thulinma
7d420d884e Added support for type-less connector options (i.e. flags) 2017-10-24 13:54:43 +02:00
Thulinma
3cb5774822 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output.h
#	src/output/output_hls.cpp
2017-10-20 14:25:27 +02:00
Erik Zandvliet
c1373fba17 Fixes hls crash on non-existing streams 2017-10-20 14:23:32 +02:00
Erik Zandvliet
e5ebc0656a Fix for MP3 in MP4 2017-10-18 12:46:47 +02:00
Thulinma
acecdff31c Merge branch 'development' into LTS_development 2017-10-09 16:05:04 +02:00
Erik Zandvliet
90c017bfcd Exit page load on !keepGoing() 2017-10-09 15:17:02 +02:00
Thulinma
78b5c28116 Added recstartunix and recstopunix to time recordings by unix time (seconds, not millis) 2017-10-09 15:16:48 +02:00
Thulinma
09cea3324e Added local mode to load balancer, which only allows control from local interfaces. 2017-10-09 15:16:42 +02:00
Thulinma
e05268f670 Load balancer now detects what streams are available on what servers, does not direct traffic if not configured 2017-10-09 15:16:37 +02:00
Thulinma
178c888e56 Removed minSkipAhead, improved seeking algorithm. 2017-09-29 16:20:51 +02:00
Thulinma
485a4ecbbe Removed minSkipAhead, improved seeking algorithm. 2017-09-29 16:13:01 +02:00
Thulinma
c466f4bcba Corrected ts-exec: output format. 2017-09-29 16:13:01 +02:00
Ramkoemar
f77431d5a3 ts-exec 2017-09-28 16:19:47 +02:00
Thulinma
08dc361e06 Added support for DVR option in TS input 2017-09-27 12:09:18 +02:00
Thulinma
adb76e2cf8 Added TS output passthrough support 2017-09-27 12:09:18 +02:00
Thulinma
8fbdafb288 Generalized recording, pimped. 2017-09-27 12:09:18 +02:00
Erik Zandvliet
f8b9db9dcd Generalized recording, added recfrom and recuntil flags 2017-09-27 12:09:18 +02:00