Commit graph

821 commits

Author SHA1 Message Date
Thulinma
43934cf69c Added bootMsOffset to DTSC::Meta, RTMP now syncs on it. 2018-07-04 11:48:14 +02:00
Thulinma
e442bde5a6 Fixed RTSP auth 2018-06-28 10:49:22 +02:00
Thulinma
967bc5729c Improved input start behavior for live pushed streams 2018-06-12 11:24:35 +02:00
Thulinma
72ce4fb852 Fixed logging 2018-05-29 16:08:26 +02:00
Ramkoemar
1240f6bbaa Fixed skipBytes implementation in Socket::Connection 2018-05-29 13:47:30 +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
8c2360fd56 Replaced all instances of localtime with localtime_r 2018-05-21 09:54:05 +02:00
Thulinma
bc64ad647f Fix in RAX library 2018-05-16 11:12:39 +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
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
2e65c1e431 Added HTTP::URL::getFilePath() 2018-05-08 11:35:39 +02:00
Thulinma
c370930c70 Fixed missing return statements to prevent GCC being whiny. 2018-05-08 11:29:48 +02:00
Thulinma
5b0e2886ac Fixed compiling in Windows/Cygwin 2018-04-05 21:16:21 +02:00
Thulinma
dc12c1ea78 EBML fix for ARMv7 2018-03-27 15:53:44 +02:00
Thulinma
f48933a50d JSON lib support for double values 2018-03-22 12:36:52 +01:00
Thulinma
e4ac68db54 Improved statistics and stream status 2018-03-21 14:46:22 +01:00
Thulinma
c475eb8d8c Default PRIu32 when missing. Ugly, but meh. 2018-03-21 14:39:21 +01:00
Thulinma
0dd602d5ca WebSocket API in controller 2018-03-20 20:06:37 +01:00
Thulinma
5ffd51e958 Fixed stream connect during shutdown 2018-03-20 16:34:23 +01:00
Thulinma
dd976f7a7a Added basic websocket support 2018-03-20 14:58:52 +01:00
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
c1711ef0e0 Fix for correct INTERNAL_ONLY handling. 2018-02-07 10:46:31 +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
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
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
bd1b1be37e Downloader class now properly URLencodes paths 2017-12-13 16:37:34 +01:00
Thulinma
9f9c67b07e Fixed deadlock on sharedClient during shutdown 2017-12-13 10:53:39 +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
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
3f3fd585c1 Fixed protocol://:port notation for hostless ports over a protocol 2017-11-28 14:47:37 +01:00
Ramoe
ece9d2b980 Added Util::stringToLower 2017-11-23 14:06:13 +01:00
Thulinma
82809b4617 Fixed FPS issues on RTSP 2017-11-06 13:29:42 +01:00