Commit graph

1173 commits

Author SHA1 Message Date
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
Thulinma
aae6101c3d Fixed RTSP input, added support for non-standard "PCM" RTP profile, improving IP cam compatibility. 2018-07-26 11:21:35 +02:00
Thulinma
14427f0167 EBML updates:
- AV1 support
- Support for outputting fragments longer than 30 seconds in duration
- Fixed FireFox support for Opus audio tracks
- Added support for stdin live input of EBML
- Fixed broken timestamps when seeking in VoD EBML files
- Analyser now calculates offsets for (manual) double-checking
- Added JSON track support to EBML input and output
- Added basic input support for SRT/ASS/SSA subtitles
- Opus CODECDELAY now actually calculated.
- Fixed Opus in Firefox
- Improved MP3 support, more robust handling of corruption, support for non-standard timescale sources

# Conflicts:
#	src/output/output_ebml.cpp
2018-07-20 14:23:34 +02:00
Thulinma
f8e9904e4e Added Opus::getPreSkip function 2018-07-20 14:23:03 +02:00
Thulinma
b496023d7f Added support for local variables in MistIn processes, stored in the DTSH header. 2018-07-20 14:22:54 +02:00
Thulinma
01890fe510 Added Opus::getPreSkip function 2018-07-19 13:29:59 +02:00
Thulinma
68a1bff34f EBML updates:
- AV1 support
- Support for outputting fragments longer than 30 seconds in duration
- Fixed FireFox support for Opus audio tracks
- Added support for stdin live input of EBML
- Fixed broken timestamps when seeking in VoD EBML files
- Analyser now calculates offsets for (manual) double-checking
- Added JSON track support to EBML input and output
- Added basic input support for SRT/ASS/SSA subtitles
- Opus CODECDELAY now actually calculated.
- Fixed Opus in Firefox
- Improved MP3 support, more robust handling of corruption, support for non-standard timescale sources
2018-07-19 13:29:59 +02:00
Thulinma
7f770b27b7 Added support for local variables in MistIn processes, stored in the DTSH header. 2018-07-18 21:22:28 +02:00
Thulinma
eeffba15ad Merge branch 'development' into LTS_development 2018-07-09 14:56:45 +02:00
Thulinma
bd27540ca8 Updated socket library with isLocalhost and isLocal functions 2018-07-09 14:56:33 +02:00
Thulinma
1ba76da616 Fixed bootoffset in DTSC over socket 2018-07-06 10:41:49 +02:00
Thulinma
04c95a69cf Fixed bootoffset in DTSC over socket 2018-07-06 10:39:39 +02:00
Thulinma
e3886c8acf RTP rework: added sorter class, updated RTSP input/output/analyser to be compatible with it 2018-07-04 12:04:26 +02:00
Thulinma
ee195f0089 Implemented basic version of DTSC::RetimedPacket 2018-07-04 11:50:53 +02:00
Thulinma
2a028fa309 Added bootMsOffset to DTSC::Meta, RTMP now syncs on it. 2018-07-04 11:50:44 +02:00
Thulinma
a984243d56 Implemented basic version of DTSC::RetimedPacket 2018-07-04 11:48:36 +02:00
Thulinma
43934cf69c Added bootMsOffset to DTSC::Meta, RTMP now syncs on it. 2018-07-04 11:48:14 +02:00
Thulinma
3eb87bda47 Merge branch 'development' into LTS_development 2018-06-28 10:49:44 +02:00
Thulinma
e442bde5a6 Fixed RTSP auth 2018-06-28 10:49:22 +02:00
Thulinma
c6d214a285 Fixed h264::nalFactory function 2018-06-19 13:55:43 +02:00
Thulinma
ebdaf6e063 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output.cpp
2018-06-12 11:25:59 +02:00
Thulinma
967bc5729c Improved input start behavior for live pushed streams 2018-06-12 11:24:35 +02:00
Thulinma
72bae90ead Fixed compatibility with broken RTSP implementation of Larix 2018-05-31 17:17:43 +02:00
Thulinma
98b704a764 Merge branch 'development' into LTS_development 2018-05-29 16:09:51 +02:00
Thulinma
72ce4fb852 Fixed logging 2018-05-29 16:08:26 +02:00
Thulinma
a232cdf7b2 Merge branch 'development' into LTS_development 2018-05-29 13:53:57 +02:00
Ramkoemar
1240f6bbaa Fixed skipBytes implementation in Socket::Connection 2018-05-29 13:47:30 +02:00
Thulinma
10a7590891 Merge branch 'development' into LTS_development 2018-05-22 10:02:48 +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
2d9e9f3c8b Replaced all instances of localtime with localtime_r 2018-05-21 09:53:12 +02:00
Thulinma
3ce86d0e4c Replaced non-thread-safe localtime with thread-safe equivalent localtime_r 2018-05-19 21:03:07 +02:00