Commit graph

3175 commits

Author SHA1 Message Date
Thulinma
d0868d0f42 Added "version" element to JSON outputs of binaries, added version check in controller (ignores mismatched binaries now) 2019-05-23 12:36:45 +02:00
Thulinma
917ce2d452 Fixed Downloader class progress callbacks, added HTTP::Parser progress calculation function. 2019-05-23 12:24:41 +02:00
Cat
e1150fe871 Embed: videojs didnt allow seeking backwards 2019-05-16 16:21:19 +02:00
Thulinma
09d54228d1 Corrected Track::getSendLen to account for keysizes properly 2019-05-16 15:22:55 +02:00
Thulinma
488cd0434a Windows fix for stream status 2019-05-16 13:48:57 +02:00
Thulinma
4c324c1b19 Fixed semaphore problems on MacOS 2019-05-15 09:15:34 +02:00
Thulinma
035496d198 Fixed info_* websocket not terminating on socket close 2019-05-13 17:16:22 +02:00
Thulinma
984f5b7e29 Fixed file descriptor leak in Downloader class 2019-05-08 13:50:10 +02:00
Thulinma
92d59befa6 EBML input/output improvements and fixes 2019-05-03 16:04:51 +02:00
Thulinma
84f9463059 Fix for EBML output 2019-05-02 16:50:02 +02:00
Thulinma
61bb14a368 EBML input fixup 2019-05-02 15:31:21 +02:00
Thulinma
320c8ab29f Track selector and language code support backported from Pro edition 2019-04-29 14:08:31 +02:00
Thulinma
58919a9346 Improve MKV input latency significantly 2019-04-29 11:03:56 +02:00
Thulinma
6727a6e37a Added getBoundAddress() function to Socket::Connection to get the locally bound address for a socket. 2019-04-29 11:03:56 +02:00
Thulinma
6c01a591d3 EBML input tweaks 2019-04-29 10:10:17 +02:00
Erik Zandvliet
d83a54fac6 Evade empty blocks in EBML 2019-04-29 09:59:57 +02:00
Thulinma
055ac37e8a Added PRETTY_PRINT_MSTIME and PRETTY_ARG_MSTIME for printing millisecond-based time information 2019-04-29 09:58:02 +02:00
Thulinma
095a60e0ed HLS stream track selector support in index URLs, fixed source matching when multi-select or type-select is used, handle user agent exceptions in Output::selectDefaultTracks(), added Util::codecString to stream.h library, removed duplicate/wrong code from DASH/HLS outputs 2019-04-26 17:03:42 +02:00
Thulinma
7eb4f6634a Added package.json file for embed code generator, which installs the needed node modules locally and runs the minimize script through it 2019-04-26 11:15:23 +02:00
Cat
7cf115d79a Embed: dashjs trackswitching using generic method 2019-04-25 14:57:05 +02:00
Cat
80a3618bc4 Embed: edits to videojs main player to correctly handle ending live streams 2019-04-25 13:52:37 +02:00
Cat
017e28932a Embed: HLS trackswitching now default, improvements to no audio/video-checkboxes 2019-04-24 16:59:59 +02:00
Cat
6ff35446ae Embed: killed player.api.load for videojs, as it makes it go kaboom. 2019-04-24 13:30:40 +02:00
Cat
420fea9b31 Embed: improved unloading behaviour (again), removed artificial HLS latency addition because it was causing negative timestamps 2019-04-24 13:30:40 +02:00
Thulinma
09d4bb6318 Added improved HLS output error handling 2019-04-19 14:14:17 +02:00
Cat
dfb308aac7 Embed: videojs live fixes 2019-04-19 14:10:39 +02:00
Cat
2fa6565f7b LSP + Embed: support for new HLS 7 CMAF output 2019-04-19 11:42:29 +02:00
Cat
5ee53f9cca LSP: bugfix embed page 2019-04-19 11:42:29 +02:00
Cat
3a025c8a03 LSP: warning when sublist is not saved; added streamname_with_wildcard_and_variables validate 2019-04-19 11:42:29 +02:00
Cat
503ffbc248 Embed: bugfix on "stop videojs freaking out when a live stream has ended" 2019-04-19 11:42:29 +02:00
Cat
e858982f36 Embed: stop videojs freaking out when a live stream has ended 2019-04-19 11:42:29 +02:00
Cat
5c7c2bd801 Embed: webrtc play promise, webrtc options.setTracks fix 2019-04-19 11:42:28 +02:00
Thulinma
070ba94f50 ... Eh... What? 2019-03-27 15:02:54 +01:00
Thulinma
999568644c Made HTTP authentication scheme case-insensitive. 2019-03-06 11:19:57 +01:00
Thulinma
d5dbb57c84 Fixed null members in stream configs causing failures 2019-03-06 10:30:30 +01:00
Erik Zandvliet
9a22177300 Parse SAR if available 2019-02-28 13:14:43 +01:00
Cat
06eb78c345 Embed: allow options.setTracks to set subtitles 2019-02-26 15:35:46 +01:00
Cat
b5750a5de7 Embed: CSS parsing compatible with multiline @{} blocks, taking into account nested brackets 2019-02-26 15:35:46 +01:00
Cat
6db9a9ad17 Embed: track idx compatibility for 3.0 2019-02-26 15:35:46 +01:00
Thulinma
8069f0f72f Tweaked EBML priority, blacklisted Android 2019-02-19 14:02:29 +01:00
Thulinma
a53661af55 Fixed weird loading issue? 2019-02-06 22:03:36 +01:00
Thulinma
7565704fdc Fixed 32-bit compile issues 2019-01-25 23:49:56 +01:00
Thulinma
9671e385ce Added stream name to logs over websocket API 2019-01-25 22:04:26 +01:00
Thulinma
b2c9cc2c1b Added stream name to logs API call responses 2019-01-24 14:40:56 +01:00
Thulinma
14889fa35b Added release string to API version response 2019-01-16 15:49:08 +01:00
Thulinma
483b0007d1 Fixed info/json websockets staying open forever 2019-01-16 15:44:20 +01:00
Cat
998d7c6d03 Embed:
- fixes as a result of documentation, fixed secondaryVideo
- added muted option, changing tracks sets options.setTracks
- no positive values for startunix when live seeking
- dashjs tracks updated, videojs display tweaked
- fixes for track selection and live seeking
2019-01-14 12:58:31 +01:00
Thulinma
0a1b00cb5e Shared memory logic fix for quick disconnecting users 2019-01-09 09:29:19 +01:00
Thulinma
94f83a1775 Silenced overwriting page error message for 1-byte sized pages 2019-01-09 09:27:46 +01:00
Thulinma
104e5ed550 Fixed friendly name for FLV, JSON and RAW 2019-01-07 10:15:22 +01:00