Thulinma
5a6eaa30ac
Fixed RTMP compatibility with Larix Broadcaster
2018-08-23 13:44:53 +02:00
Thulinma
cf2d1b1ea8
RTMP fixup
2018-08-23 12:53:19 +02:00
Thulinma
cd514026ec
Made RTMP connect response more compatible with other software
2018-08-23 12:43:42 +02:00
Thulinma
9947f3a5ec
Removed non-existant HTML5 Smooth Streaming identifier
2018-08-13 13:38:51 +02:00
Thulinma
855f431b59
Stream source no longer listed in internal HTTP outputs
2018-07-29 21:34:28 +02:00
Thulinma
c0bab1d10d
Magical fix for HTTP output selection not allowing slashes in the $-part.
2018-07-26 16:24:00 +02:00
Thulinma
607e641974
Fixed EBML input header reading
2018-07-24 13:58:19 +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
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
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
4710fcade4
Websockets now have unique session IDs per connection.
2018-07-09 16:42:38 +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
8ac475ca95
Fixed statistics. 😒
2018-06-27 13:51:42 +02:00
Thulinma
967bc5729c
Improved input start behavior for live pushed streams
2018-06-12 11:24:35 +02:00
Thulinma
8c2360fd56
Replaced all instances of localtime with localtime_r
2018-05-21 09:54:05 +02:00
Thulinma
b6f0b596b2
Add support for boolean options to HTTP-based outputs
2018-05-17 21:44:41 +02:00
Thulinma
384836635f
*-exec: inputs now correctly throw away stderr, preventing ffmpeg lockups
2018-05-16 11:11:37 +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
ecbb48dbfe
Fixed http_internal responses for offline streams
2018-05-16 10:47:14 +02:00
Thulinma
92d14f52ea
Improved stream start handling
2018-05-09 10:12:35 +02:00
Thulinma
f934d15a78
Removed automatic wildcard addition for DTSC input URLs
2018-05-09 09:41:26 +02:00
Thulinma
06bda0240c
Add codec/resolution/framerate information to HLS index
2018-04-23 10:56:40 +02:00
Thulinma
e39599894f
support for protocol detection in player.js internal default URL
2018-04-04 16:05:27 +02:00
Thulinma
3c67277d81
Changed EBML and MP4 priorities
2018-03-27 15:57:55 +02:00
Thulinma
f65c759292
Implemented browser detection and handling of output-specific browser exceptions.
2018-03-27 15:57:08 +02:00
Thulinma
e4ac68db54
Improved statistics and stream status
2018-03-21 14:46:22 +01:00
Thulinma
0dd602d5ca
WebSocket API in controller
2018-03-20 20:06:37 +01:00
Thulinma
b0bf1d14ec
Added HTTP info.js websocket mode
2018-03-20 15:06:37 +01:00
Thulinma
798f099638
JSON output websocket support
2018-03-20 14:58:58 +01:00
Thulinma
f126b17ed1
Added new API JSON-based auth scheme
2018-03-20 14:54:51 +01:00
Thulinma
74baf8d4a4
Added Output::disconnect() call
2018-03-20 14:22:04 +01:00
Thulinma
87fb2fc5b9
Improved input descriptions
2018-02-13 13:05:35 +01:00
Thulinma
fd60a6b8d3
Fix Windows builds
2018-01-30 16:05:50 +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
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
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
fb88d214fb
Changed "No tracks found" input class message to INFO level from WARN level
2017-12-13 10:59:52 +01:00
Thulinma
b3cdf34fbc
Respond more correctly to failed HLS requests
2017-12-11 13:13:38 +01:00
Thulinma
90ce2e0b4c
No longer disconnect on deleteStream
2017-12-10 01:25:00 +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