Commit graph

2998 commits

Author SHA1 Message Date
Thulinma
bea8678df9 Added sharedPage::exists() call 2018-03-20 14:16:18 +01:00
Thulinma
12d18bd7c5 RelAccX improvements 2018-03-20 14:15:55 +01:00
Erik Zandvliet
7ea42685a6 Edits to RelAccX library 2018-03-20 14:15:50 +01:00
Thulinma
68c87a44d0 ResizeablePointer const fix 2018-03-20 14:15:45 +01:00
Thulinma
93114d53f9 Fixed crash in log parser 2018-03-01 17:14:28 +01:00
Thulinma
564082f178 Fix bitfields header 2018-03-01 17:14:21 +01:00
Thulinma
87fb2fc5b9 Improved input descriptions 2018-02-13 13:05:35 +01:00
Thulinma
c1711ef0e0 Fix for correct INTERNAL_ONLY handling. 2018-02-07 10:46:31 +01:00
Thulinma
fd60a6b8d3 Fix Windows builds 2018-01-30 16:05:50 +01:00
Thulinma
4b13ff5747 Fixed sockets. Whoops. 2018-01-30 10:24:38 +01:00
Thulinma
a580996b13 Backported RIFF library from Pro edition 2018-01-24 20:13:44 +01:00
Thulinma
a762932c45 EBML library, input and output, supports MKV and WebM. 2018-01-24 20:10:55 +01:00
Thulinma
105b1677d1 Generalized byte range request parsing 2018-01-24 19:21:23 +01:00
Thulinma
fc707da6b0 Socket::Connection::skipBytes function implemented 2018-01-24 18:59:55 +01:00
Thulinma
05c144fb9e Implemented missing DTSC::Track::getFrag function 2018-01-24 18:59:47 +01:00
Thulinma
69e01d7e1f Fixed util.h missing "pragma once" statement 2018-01-24 18:59:36 +01:00
Thulinma
363df9aacf Moved getMainSelectedTrack to InOutBase class 2018-01-24 18:59:29 +01:00
Thulinma
7c1a6fe7ce Added default implementation of Input::trackSelect 2018-01-24 18:57:30 +01:00
Thulinma
13aa093ec7 Added more integer types to bitfields library 2018-01-24 18:54:49 +01:00
Thulinma
5cc93a8305 Make base64-encoder more compatible. 2018-01-16 11:18:37 +01:00
Thulinma
b453788186 Shut down buffers if they were started using INTERNAL_ONLY notation and the parent shuts down. 2018-01-15 13:38:13 +01:00
Thulinma
dd8953faec Allow '=' character in URL encoded paths and fragments 2018-01-03 11:08:55 +01:00
Thulinma
dca157228e Fixed RTMP implementation to match 2012 spec update and not 2009 original spec 2018-01-02 13:24:31 +01:00
Thulinma
ec2dda0bff Fixed behaviour when stream cannot be loaded for JSON/JS and HTML page outputs, backported a few Pro improvements to OS edition 2018-01-02 12:05:01 +01:00
Thulinma
bd1b1be37e Downloader class now properly URLencodes paths 2017-12-13 16:37:34 +01:00
Thulinma
fb88d214fb Changed "No tracks found" input class message to INFO level from WARN level 2017-12-13 10:59:52 +01:00
Thulinma
9f9c67b07e Fixed deadlock on sharedClient during shutdown 2017-12-13 10:53:39 +01:00
Thulinma
b3cdf34fbc Respond more correctly to failed HLS requests 2017-12-11 13:13:38 +01:00
Thulinma
c69adc26b9 Fixed shared memory master-mode re-opens causing SIGBUS errors in other parts 2017-12-10 18:21:43 +01:00
Thulinma
90ce2e0b4c No longer disconnect on deleteStream 2017-12-10 01:25:00 +01:00
Thulinma
a80146dd25 Updated bash API with unicode support and better usability 2017-12-08 19:48:49 +01:00
Thulinma
26d039f278 Controller now disables colors when stdout is no terminal, additionally disables interactive setup when stdin is no terminal. 2017-12-08 19:48:49 +01:00
Thulinma
304426c2c6 Improved logging system 2017-12-08 19:48:49 +01:00
Thulinma
8ad71cf6ec What... the hell? Why does this...? Oh well. MAC BUILDS FIXED 2017-11-29 16:31:00 +01:00
Thulinma
f4e3087f1a Fixed tryWait semaphore call 2017-11-29 15:04:07 +01:00
Thulinma
db511a6e32 Fixed Windows-based live streams 2017-11-29 14:51:36 +01:00
Thulinma
3f3fd585c1 Fixed protocol://:port notation for hostless ports over a protocol 2017-11-28 14:47:37 +01:00
Cat
e6f64fafb1 LSP: added/tweaked several help messages; tweaked mist.convertBuildOptions() for select inputs, moved general push settings to general autopush settings 2017-11-28 12:31:42 +01:00
Thulinma
8f874d91d8 Fixed missing header in buffer 2017-11-28 11:23:20 +01:00
Thulinma
15801aa7b7 Track mapping and deletion fixes 2017-11-28 11:08:30 +01:00
Thulinma
c1400fec42 Local API access debug message set to MEDIUM level 2017-11-27 11:14:51 +01:00
Thulinma
1767f000cd Improved debug levels for track page loading 2017-11-27 11:14:30 +01:00
Thulinma
ae8760ee08 Changed default track selection ordering for VoD files back to previous ordering, live is still reversed. 2017-11-23 14:07:46 +01:00
Thulinma
c47162bf03 Changed page delete failure message into error message 2017-11-23 14:06:42 +01:00
Ramoe
ece9d2b980 Added Util::stringToLower 2017-11-23 14:06:13 +01:00
Thulinma
3e9b7b3615 Fix LSP message about trigger default response. 2017-11-15 17:16:57 +01:00
Thulinma
186281c383 Set max RTMP chunk size to 64k 2017-11-11 22:23:52 +01:00
Cat
a3db600bcb LSP: fixed display issue with autopushes with a scheduletime but no complete time and vice versa 2017-11-09 15:21:17 +01:00
Cat
ba11c868c9 Embed: changed track naming to only list the difference, or a number if all have equal meta 2017-11-08 17:44:31 +01:00
Cat
e75ae50c0c Embed: support for new subtitle track format 2017-11-08 17:44:31 +01:00