Commit graph

4038 commits

Author SHA1 Message Date
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
8bf548bfa5 Merge branch 'development' into LTS_development 2018-07-24 13:58:27 +02:00
Thulinma
607e641974 Fixed EBML input header reading 2018-07-24 13:58:19 +02:00
Thulinma
2b62f08c8e Merge branch 'development' into LTS_development 2018-07-23 16:17:04 +02:00
Cat
3a699ae3e1 Embed: added workaround for IE-only issue when seeking after trackswitch 2018-07-23 16:16:59 +02:00
Cat
e5c1c6f8c4 Embed: don't attempt to remove error element if it is not shown 2018-07-23 16:16:57 +02:00
Thulinma
0f0615236f Merge branch 'development' into LTS_development 2018-07-23 12:53:28 +02:00
Thulinma
d944d4600e Added CORS headers and OPTIONS/HEAD support for HTTP internal's onFail responses. 2018-07-23 12:53:23 +02:00
Cat
94b8fcd2d6 Embed: onreadylist array was defined in the prototype and therefor shared between player instances 2018-07-23 12:53:16 +02:00
Cat
dfde7828e4 embed: added reloadDelay option that determines the delay (in seconds) used for reloading when the stream is inactive 2018-07-23 12:52:01 +02:00
Thulinma
5bea3041aa Merge branch 'development' into LTS_development
# Conflicts:
#	src/input/input.cpp
2018-07-20 14:34:08 +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
18f9d2682f Added some helpful high-level debug messages to generic IO handlers, fixed missing track selection when streaming live input 2018-07-20 14:22:46 +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
fe7cee8666 Added some helpful high-level debug messages to generic IO handlers, fixed missing track selection when streaming live input 2018-07-18 21:22:28 +02:00
Thulinma
e00e10b3ad Added VP8/VP9 support to MistInAV 2018-07-13 23:11:57 +02:00
Thulinma
52b24757c9 Added support for JSONP mode and CORS headers to JSON Prometheus output 2018-07-10 09:44:50 +02:00
Thulinma
93fd6d290d Merge branch 'development' into LTS_development 2018-07-09 16:42:43 +02:00
Thulinma
4710fcade4 Websockets now have unique session IDs per connection. 2018-07-09 16:42:38 +02:00
Thulinma
5b059dcf6f Balancer input ignores replies of local addresses to prevent loops, load balancer itself updated to not sent self-answers to servers. 2018-07-09 14:56:49 +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
f926ceab0d Merge branch 'development' into LTS_development
# Conflicts:
#	lib/dtscmeta.cpp
#	src/io.cpp
#	src/output/output.cpp
#	src/output/output.h
#	src/output/output_http.cpp
#	src/output/output_http.h
#	src/output/output_progressive_mp4.cpp
#	src/output/output_rtmp.h
2018-07-04 11:56:00 +02:00
Thulinma
a4e9ffe864 Edited JSON codec format 2018-07-04 11:51:40 +02:00
Thulinma
d48967d549 Improved selectDefaultTracks function to give feedback on selection changes. 2018-07-04 11:51:03 +02:00
Thulinma
75501c54f7 RTSP live timestamp syncing implemented, syncs with RTMP and/or JSON inputs 2018-07-04 11:50:58 +02:00
Thulinma
ee195f0089 Implemented basic version of DTSC::RetimedPacket 2018-07-04 11:50:53 +02:00
Thulinma
921e6827dc Updated generic HTTP output to support websockets. Added basic websocket JSON push support. 2018-07-04 11:50:49 +02:00
Thulinma
2a028fa309 Added bootMsOffset to DTSC::Meta, RTMP now syncs on it. 2018-07-04 11:50:44 +02:00
Thulinma
5de902eee1 Added JSON output duplicate checking and persistent connections 2018-07-04 11:50:40 +02:00
Thulinma
3e82b5a485 Allow downloading of MP4 output as file through ?dl=1 and/or ?dl=filename.ext GET parameter 2018-07-04 11:50:31 +02:00
Thulinma
0ee58e3096 Improved audio/video/subtitle GET param selectors to no longer select tracks when unable to select requested tracks 2018-07-04 11:50:27 +02:00
Thulinma
b352b17de8 Improved track selection logic for JSON output 2018-07-04 11:50:23 +02:00
Thulinma
67cba61ed7 Edited JSON codec format 2018-07-04 11:48:36 +02:00
Thulinma
9723159592 Improved selectDefaultTracks function to give feedback on selection changes. 2018-07-04 11:48:36 +02:00
Thulinma
a984243d56 Implemented basic version of DTSC::RetimedPacket 2018-07-04 11:48:36 +02:00
Thulinma
9104d68a5d Updated generic HTTP output to support websockets. Added basic websocket JSON push support. 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
bd0b820577 Added JSON output duplicate checking and persistent connections 2018-07-04 11:25:06 +02:00
Thulinma
6adfc2c970 Allow downloading of MP4 output as file through ?dl=1 and/or ?dl=filename.ext GET parameter 2018-07-04 11:24:29 +02:00
Thulinma
1451b64e00 Improved track selection logic for JSON output 2018-07-04 11:19:02 +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