Thulinma
8a67c43154
Removed forgotten debug message
2020-10-08 12:51:14 +02:00
Thulinma
bafe30e234
Improvements/tests for SEM_LIVE locking
2020-09-30 17:24:57 +02:00
Thulinma
3aeebd1a4a
Fixed HTTP::Parser support for chunked transfer and HTTP/1.0 unknown body size
2020-09-24 20:01:44 +02:00
Thulinma
f472da06f3
Fixed headerOnly flag in HTTP::Parser
2020-09-24 19:52:37 +02:00
Thulinma
158058c4d5
Fixed RTSP support in HTTP::Parser
2020-09-24 19:49:46 +02:00
Thulinma
ff33a8a81b
UDP socket rebinding fix + clarified debug message when switching address family
2020-09-24 19:49:46 +02:00
Cat
7cb3068b96
LSP: fix for HTTP(S).pubaddr detection
2020-09-21 21:42:59 +02:00
Cat
fcc61a4b21
LSP: make input type int return numbers instead of strings for .getval()
2020-09-21 21:42:15 +02:00
Cat
000d7afc73
LSP: fix for preview/embed tab when no HTTPS is configured
2020-09-21 21:40:48 +02:00
Cat
7866ce090b
LSP: preview tab: more information about failing to load player.js
2020-09-21 13:34:00 +02:00
Thulinma
260dce0953
Backported some Util::ResizeablePointer improvements from 3.0
2020-09-14 10:56:40 +02:00
Thulinma
679ff219db
HTTP::URIReader fixes/improvements
2020-09-14 10:56:31 +02:00
Thulinma
c5d0a9a8ad
Added constant accessors to HTTP::Downloader
2020-09-14 10:56:26 +02:00
Thulinma
66dff82144
Fixed invalid read bug in socket library, added some static accessors
2020-09-14 10:56:21 +02:00
Thulinma
ef1ee853b9
Fix shutdown API call
2020-08-31 15:27:59 +02:00
Cat
3fbc50c2ba
Embed: gvd.
2020-08-11 19:26:41 +02:00
Cat
84d2cd635e
Embed: stop error message countdowns when their buttons are removed
2020-08-11 19:26:41 +02:00
Cat
6a88fec5cb
Embed: videojs controls that are invisible should be invisible even when videojs.css isn't loaded (because the stock controls arent used)
2020-08-11 19:26:41 +02:00
Cat
48bd428565
Embed: reminimize player
2020-08-11 19:26:41 +02:00
Cat
bf5a327468
Embed: tweak for non-touch: hide settings menu when gear icon is tapped (for mobile)
2020-08-11 19:26:41 +02:00
Cat
e0e272b2e9
Embed: center video in container (only relevant when fillSpace is used)
2020-08-11 19:26:41 +02:00
Cat
20bf01d911
Embed: hide settings menu when gear icon is tapped (for mobile)
2020-08-11 19:26:41 +02:00
Cat
4d94bf78a8
Embed: android chrome workaround for webrtc with h264
2020-08-11 19:26:41 +02:00
Cat
abba35f655
Embed: add playsinline tag for iphones to webrtc and html5 players
2020-08-11 19:26:41 +02:00
Thulinma
a05dba0ce8
Added API call for shutting down MistServer from local API connections
2020-08-10 14:48:32 +02:00
Thulinma
b057698018
Added api_endpoint API call to give local API endpoint address, added responses to local-only UDP API, added Socket::getSocketName(), added ability to discover current listening interface address and port for serveSocket-style functions
2020-07-15 19:29:16 +02:00
Thulinma
b45fd85b95
Workaround bug in OBS v25
2020-07-14 21:47:11 +02:00
Thulinma
16bb689b7e
Removed appleCompat mode from TS/HLS outputs, now sends identical segments to all client devices
2020-07-13 16:24:39 +02:00
Thulinma
90c9d16a32
Added support for empty array as non-configured public address.
2020-07-13 14:58:53 +02:00
Thulinma
cc95702a36
Fixed sourcery compile
2020-05-27 12:39:12 +02:00
Thulinma
43b7762ff8
Added stylesheet merging support to sourcery
2020-05-27 11:48:27 +02:00
Cat
bf4d100742
Embed: re-enabled websocket mode
2020-04-07 13:51:56 +02:00
Thulinma
091926a963
Added Util::unixMS
2020-03-12 16:23:16 +01:00
Thulinma
5c6341a92a
Made all instances of gai_strerror recursively call strerror as needed
2020-03-12 16:19:19 +01:00
Thulinma
b27a74c884
Added JSON::Value::extend()
2020-03-12 16:19:03 +01:00
Thulinma
4a621ea5c0
Fixed IP detection over HTTPS output
2020-03-12 16:18:55 +01:00
Thulinma
0f12e107de
Fix JSON parsing bug when a backslash was at the very end of a string
2020-03-12 15:32:24 +01:00
Thulinma
35e3fb4bca
HTTP::Downloader::post() now supports pointers+sizes besides only std::strings.
2020-03-12 12:24:29 +01:00
Cat
1824100303
LSP: make preview and embed tab respect protocol.pubaddr (and file paths)
2020-03-10 16:05:59 +01:00
Eli Mallon
1f9d5d6197
LSP: make preview respect protocol.pubaddr
...
This allows the preview to work even when behind sophisticated reverse-
proxy setups and whatnot
2020-03-10 16:05:59 +01:00
Cat
bd1736c7e2
LSP: Fix debug level 0 not sending
2020-03-10 15:47:45 +01:00
Cat
fb6abe27d2
Embed: remove video.load() button
2020-03-10 15:47:45 +01:00
Cat
c17cfe9595
Embed: show an error when CSS failed to load
2020-03-10 15:47:45 +01:00
Cat
b9eb03a599
LSP: added trusted proxy config option
2020-03-10 15:47:45 +01:00
Cat
a75ac5713c
Embed: improved handling of state changes, added options to hide error title
2020-03-10 15:47:27 +01:00
Cat
214b584956
Embed: WebRTC improvements:
...
- make webrtc obey autoplay = false; when video is paused, disable autoplay and vise versa
- silenced some unneccesary webrtc errors
- webrtc: pause player on stop, so that "stream offline" message is shown
- improved webrtc wrapper robustness
- more webrtc don't autoplay when paused
- when not yet connected during a seek, wait until connected and seek then
2020-03-10 15:46:33 +01:00
Cat
01b957d136
Embed: on android <7, let videojs override native hls playback
2020-03-10 15:41:48 +01:00
Cat
b5fcc4647c
Embed: fixed non-websocket only js syntax error; allowed HTML in error message
2020-03-10 15:41:48 +01:00
Cat
573e945f5a
Embed: added rate limiting to videojs crash reload, updated videojs and dashjs
2020-03-10 15:41:43 +01:00
Thulinma
04a1b394dd
Fixed multiple public addresses in controller settings, fixed debug level being passed when set to default
2020-03-10 14:01:21 +01:00