Commit graph

4633 commits

Author SHA1 Message Date
Thulinma
de4890ac20 Livepeer transcoding support 2021-10-19 22:29:40 +02:00
Thulinma
753da9bd3f Fix for unixrecstart/unixrecstop 2021-10-19 22:29:40 +02:00
Thulinma
19a4701be7 Added STREAM_END trigger + viewerseconds stat in prometheus output 2021-10-19 22:29:40 +02:00
Thulinma
97357d0972 Fixed URIReader compile warning 2021-10-19 22:29:40 +02:00
Thulinma
b5b09f21b4 Improvements to ResizeablePointer 2021-10-19 22:29:40 +02:00
Thulinma
3ca1ea3b30 Temp fix for invalid tracks 2021-10-19 22:29:40 +02:00
Thulinma
a3e0d1ac85 Allow setting RTMP language 2021-10-19 22:29:40 +02:00
Thulinma
a8c7bc5d27 Improved RTMP cross-server compatibility 2021-10-19 22:29:40 +02:00
Thulinma
771fad390a Allow overriding application name with -DAPPNAME="Name here" 2021-10-19 22:29:40 +02:00
Thulinma
a8e04e1787 Fixes to CMAF output 2021-10-19 22:29:40 +02:00
Erik Zandvliet
e217f41f17 CMAF Push Output 2021-10-19 22:29:40 +02:00
Thulinma
0af992d405 Various fixes, among which:
- Fixed segfault when attempting to initialseek on disconnected streams
- Fix 100% CPU bug in controller's stats code
- WebRTC UDP bind socket improvements
- Several segfault fixes
- Increased packet reordering buffer size from 30 to 150 packets
- Tweaks to default output/buffer behaviour for incoming pushes
- Added message for load balancer checks
- Fixed HLS content type
- Stats fixes
- Exit reason fixes
- Fixed socket IP address detection
- Fixed non-string arguments for stream settings
- Added caching for getConnectedBinHost()
- Added WebRTC playback rate control
- Added/completed VP8/VP9 support to WebRTC/RTSP
- Added live seek option to WebRTC
- Fixed seek to exactly newest timestamp
- Fixed HLS input

# Conflicts:
#	lib/defines.h
#	src/input/input.cpp
2021-10-19 22:29:40 +02:00
Phencys
2b99f2f5ea New Meta commit 2021-10-19 22:29:40 +02:00
DDVTech
fccf66fba2 Restyle 2021-10-19 22:29:40 +02:00
Thulinma
5b79f296d6 Working MP4 over Websockets 2021-10-19 22:29:40 +02:00
Thulinma
fff62656ba Added autostarting for processes through buffer 2021-10-19 22:29:39 +02:00
Thulinma
637c57be5e FFMPEG process fixes/improvements 2021-10-19 22:29:39 +02:00
Ramoe
2a09128830 Added FFMPEG process 2021-10-19 22:29:39 +02:00
Thulinma
e4471627ca WebRTC edits for code acceptance 2021-10-19 22:29:39 +02:00
roxlu
7e8eb634e6 Implemented WebRTC 2021-10-19 22:29:39 +02:00
Thulinma
dce4cddadd Merge branch 'development' into LTS_development 2021-10-19 22:29:12 +02:00
Cat
3560c693e2 Embed: mews: only send player ready callback once; improvements for VoD that doesn't start at timestamp 0 2021-10-19 22:29:01 +02:00
Cat
7935e72dbb Embed: mews: don't reopen websocket when not playing, reopen when playback is attempted 2021-10-19 22:28:55 +02:00
Cat
f5313b4bc0 Embed: mews: don't fail terribly when autoplay is disabled 2021-10-19 22:28:51 +02:00
Cat
53612aa092 Embed: mews: fix startup when tabbed out 2021-10-19 22:28:46 +02:00
Thulinma
38c4febf82 Merge branch 'development' into LTS_development 2021-09-23 16:24:26 +02:00
Cat
94af64caa0 Embed: webrtc: api.pause() may now send {type:"hold"} to backend and it should always pause instead of toggling pause/play 2021-09-23 16:23:28 +02:00
Cat
a73a3f4ecd Embed: improved display of UI for small player widths
- increased "small player" threshold from 200 to 300px
- hide totalTime element when below threshold
- text-overflow: ellipsis for currentTime element, put content in title attribute
2021-09-23 16:21:56 +02:00
Cat
124ae55037 Embed: added ambilight ^_^ 2021-09-23 16:19:56 +02:00
Thulinma
22188a7e4e Merge branch 'development' into LTS_development 2021-09-23 16:14:00 +02:00
Cat
f4fd56f170 Embed: Added websocket timeouts (stream info, mews, webrtc) 2021-09-23 16:13:30 +02:00
Thulinma
e9338032fd Merge branch 'development' into LTS_development 2021-09-23 15:57:30 +02:00
Cat
854315afdd Embed: mews: more anti seek loop fixes, more track switching logging 2021-09-23 15:10:58 +02:00
Thulinma
33a8e1b846 Updated .gitignore 2021-09-23 11:42:21 +02:00
Cat
63f991f9d0 Embed: mews: display currently playing track 2021-09-23 11:34:45 +02:00
Cat
2f12c9fca7 Embed: mews: disable ABR when the viewer has selected a specific video track 2021-09-23 11:34:45 +02:00
Cat
e17420534d Embed: mews: jump less when switching tracks 2021-09-23 11:34:44 +02:00
Cat
ac54fef930 Embed: mews: fixes seek loop *knock on wood* 2021-09-23 11:34:40 +02:00
Cat
4efeb06c1d Embed: fixed persisting reporting eventListener after player destruction 2021-09-23 11:34:38 +02:00
Cat
7a0b425fc4 Embed: don't trigger more errors when the stream has died 2021-09-23 11:34:37 +02:00
Cat
be7e44727f Embed: options.reloadDelay:
- when > an hour, parse as ms;
- in dev mode, when options.reloadDelay is set, show the timeouts as normal
2021-09-23 11:34:34 +02:00
Cat
12c117e297 Embed: mews: don't try to reopen the websocket when the stream goes offline 2021-09-23 11:34:33 +02:00
Cat
2e17dd8635 Embed: mews: added handling for QuotaExceededError 2021-09-23 11:34:29 +02:00
Cat
77b6ac2ec7 Embed: mews: tweaks to the buffer settings 2021-09-23 11:34:22 +02:00
Thulinma
5a6982e093 Auto-stage after minimize, continue rebase if no conflicts 2021-09-23 10:46:22 +02:00
Thulinma
0eeb13cf5e Merge branch 'development' into LTS_development 2021-09-10 23:52:31 +02:00
Thulinma
f614730e38 Fixed typo in CMakeLists 2021-09-10 23:52:24 +02:00
Thulinma
2f8a702c38 Merge branch 'development' into LTS_development 2021-09-01 11:21:13 +02:00
Thulinma
5c8aa1bfbd Improved trustedproxy support 2021-08-30 12:43:19 +02:00
Thulinma
dfcb4ecb06 Fixed socket lib compile without SSL 2021-08-09 11:38:20 +02:00