Cat
|
8a68738995
|
Embed: allow webrtc to change playback rate
|
2019-09-04 11:53:03 +02:00 |
|
Thulinma
|
7557cacc17
|
Updated usage of socket lib in accordance to socket lib edits
|
2019-08-14 12:09:47 +02:00 |
|
Thulinma
|
7d83edd078
|
Socket lib restyle and fixes backported from 3.0
|
2019-08-14 12:08:24 +02:00 |
|
Thulinma
|
7b12a5a2b5
|
Lowered debugging message verbosity somewhat
|
2019-08-12 10:42:26 +02:00 |
|
Thulinma
|
6dc1b500d1
|
Fixed compiling without SSL enabled
|
2019-08-04 14:02:34 +02:00 |
|
Thulinma
|
cc9e970ea3
|
More backports from Pro edition, among which HTTPS/TLS support
|
2019-07-13 14:23:59 +02:00 |
|
Thulinma
|
2432bbdfc3
|
Backported MP4 input from Pro edition
|
2019-07-02 14:17:01 +02:00 |
|
Thulinma
|
4fcae749da
|
Improved blacklisting/whitelisting code + MP3 in MP4 output blacklist for Trident browsers under Windows 7 and lower
|
2019-06-25 14:29:55 +02:00 |
|
Thulinma
|
5154f88de3
|
Tweaked verbosity of lost connections in HTTP::Downloader and closed connections in Socket::SSLConnection.
|
2019-06-21 21:21:17 +02:00 |
|
Thulinma
|
128f30bfb6
|
Fixed websockets in IE11. Bleep you, MS. -_-
|
2019-06-21 21:20:39 +02:00 |
|
Cat
|
d6ad8f9811
|
Embed: before giving up, try connecting via http get if websocket fails
|
2019-06-21 21:17:34 +02:00 |
|
Cat
|
23cccb1857
|
LSP: improved updater
|
2019-05-23 13:40:12 +02:00 |
|
Thulinma
|
ea443945fe
|
Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs
|
2019-05-23 13:28:30 +02:00 |
|
Thulinma
|
42da518d5f
|
Fixed ERROR message when force-saving connector list to shared memory.
|
2019-05-23 12:43:45 +02:00 |
|
Thulinma
|
8d17d5f6c4
|
Removed FAIL message when trying ::accept() an already closed Socket::Server.
|
2019-05-23 12:37:05 +02:00 |
|
Thulinma
|
335a26df60
|
Removed non-existing function from procs library header
|
2019-05-23 12:36:52 +02:00 |
|
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 |
|