Alejandro Arango
faaf78a546
EpicStage: Bumped version to 1.0.1
...
#rb
#jira
#skipci
[CL 26634319 by Alejandro Arango in ue5-main branch]
2023-07-27 03:17:53 -04:00
elliot colp
74be19af66
[UnrealStage] Add documentation link
...
#jira UE-191273
#rb Alejandro.Arango
[CL 26627922 by elliot colp in ue5-main branch]
2023-07-26 19:39:44 -04:00
elliot colp
1f0ee63948
[UnrealStage] Add support for Remote Control passphrases
...
#jira UE-190811
#rb Alejandro.Arango
[CL 26626633 by elliot colp in ue5-main branch]
2023-07-26 18:55:19 -04:00
peter tarasenko
7167181299
TextureShare: Fixed compiler issues for Samples project files
...
- c++ version was updated to 20 (to support recent code changes copied from UE side)
- Fixed D3D12 code related to the new C++ version standards.
#jira UE-190155
#rb Alejandro.Arango, Vitalii.Boiko
[CL 26483760 by peter tarasenko in ue5-main branch]
2023-07-20 08:48:49 -04:00
Elliot Colp
a1b2863950
[EpicStageApp] Localization support
...
#jira UE-182439
#rb Alejandro.Arango
#preflight N/A, Flutter only
[CL 25614541 by Elliot Colp in ue5-main branch]
2023-05-24 18:59:50 -04:00
elliot colp
0a7a5af312
[EpicStageApp] Add press feedback and menu entry for actor focus action
...
#jira UE-185518
#rb Alejandro.Arango
#preflight N/A, Flutter only
[CL 25546596 by elliot colp in ue5-main branch]
2023-05-19 12:30:05 -04:00
Elliot Colp
b088606ea0
[EpicStageApp] Add editor config file for consistent formatting
...
#rb Alejandro.Arango
#preflight N/A, Flutter only
[CL 25546570 by Elliot Colp in ue5-main branch]
2023-05-19 12:28:53 -04:00
brian smith
97ee1fc909
Live Link VCAM 1.3.1 build 14 : updated the WebRTC library to 113.0.0 to patch a webRTC vulerability.
...
[CL 25366333 by brian smith in ue5-main branch]
2023-05-06 15:26:45 -04:00
brian smith
a122c06248
Live Link VCAM 1.3.1 build 13 : Fixed a couple of missing JA strings.
...
[CL 25366312 by brian smith in ue5-main branch]
2023-05-06 15:17:55 -04:00
brian smith
0673195e6c
Live Link VCAM iOS v1.3.1 (build 12) : Localization for Simplified Chinese, Japanese, and Korean for various multi-streamer operations and error messages.
...
[CL 25143107 by brian smith in ue5-main branch]
2023-04-21 04:41:55 -04:00
brian smith
bd2ccd909b
Live Link VCAM iOS v1.3.1 build 11
...
[CL 24890469 by brian smith in ue5-main branch]
2023-04-03 06:22:24 -04:00
brian smith
dc024cffe3
Rolled back 24851635 : it introduced a few bugs around reconnection, ultimately leading to being unable to reconnect after being booted back to the menu.
...
The changes made after the revert re-enable connection, but do so by instead just requesting a new streamer list without closing and re-opening the websocket.
#fyi william.belcher
[CL 24890466 by brian smith in ue5-main branch]
2023-04-03 06:21:42 -04:00
brian smith
a63f927958
Live Link VCAM iOS v1.3.1 build 10
...
[CL 24851672 by brian smith in ue5-main branch]
2023-03-30 04:07:47 -04:00
brian smith
8b9a0f7509
Reconnection flow
...
#fyi william.belcher
[CL 24851635 by brian smith in ue5-main branch]
2023-03-30 03:58:24 -04:00
brian smith
87f760646f
Added check for json contents to avoid exception & logging spam.
...
#fyi william.belcher
[CL 24851586 by brian smith in ue5-main branch]
2023-03-30 03:48:00 -04:00
brian smith
e6e2dc1e4d
Live Link VCAM iOS v1.3.1 (build 9)
...
[CL 24845229 by brian smith in ue5-main branch]
2023-03-29 16:41:41 -04:00
brian smith
ab69f8170d
Fix: device resolution sometimes wouldn't send
...
#fyi william.belcher
[CL 24845180 by brian smith in ue5-main branch]
2023-03-29 16:40:36 -04:00
Elliot Colp
636b34984a
[EpicStageApp] Refactor settings system to break it up into components with persisted values
...
#jira UE-173473
#rb Alejandro.Arango
#preflight N/A, Flutter only
[CL 24840961 by Elliot Colp in ue5-main branch]
2023-03-29 14:08:37 -04:00
peter tarasenko
c5c40396d4
TextureShare:
...
* added missing headers (after CL 24666180)
* simplification of nested namespaces
* updated SDK files
#jira none
#rb Alejandro.Arango, Vitalii.Boiko
#preflight 641497108354cad0fa107241
[CL 24691383 by peter tarasenko in ue5-main branch]
2023-03-17 12:49:40 -04:00
brian smith
31a5ef9f3f
Live Link VCAM v1.3.1 build 8
...
[CL 24686186 by brian smith in ue5-main branch]
2023-03-17 06:34:45 -04:00
brian smith
f42811771b
Fix: Gamepad ID's would clash when multiple ipads were connected
...
Gamepad id would always increment from 0 per device. PixelStreaming now keeps track of all of the connected gamepads and will assign a new id for every controller that connect
#fyi william.belcher
#jira UE-180012
#preflight none
[CL 24686181 by brian smith in ue5-main branch]
2023-03-17 06:34:17 -04:00
alejandro arango
8c87730676
TextureShare: Fixed multiple issues
...
-new functions added to API and SDK
-added connection rules for processes by type
-fixed several sync glitches
-fixed multithread deadlock bug
-improved sync logic: run missed sync steps; add the missing sync steps to the settings from framesync().
-added fix texture formats from 5.1.1. The default format has also been changed to 32-bit (to avoid data loss).
-reworked part of PP in nDisplay related to TextureShare
-added resource type for cross adapter
-redesigned and improved debug logs; managed from .cs files for all 3 modules.
-added CPU\GPU profiler.
#jira UE-174756, UE-172036, UE-174463
#rb Alejandro.Arango, Vitalii.Boiko,
#preflight 6412347e3c2db400295ba185
#lockdown Alejandro.Arango
[CL 24666180 by alejandro arango in ue5-main branch]
2023-03-15 20:46:42 -04:00
brian smith
5f08e71130
Live Link VCAM iOS v1.3.1 build 7
...
[CL 24633445 by brian smith in ue5-main branch]
2023-03-14 08:19:30 -04:00
brian smith
0a1d914330
Fixed incorrect format for touch packets : this bug only appeared on devices that supported force touch (iPhone 6s -> XS)
...
#rb none
#preflight none
#jira UE-179211
[CL 24633326 by brian smith in ue5-main branch]
2023-03-14 08:02:56 -04:00
brian smith
176f1901a2
Fix: Reconnection wasn't working since moving to multiple streamers
...
#fyi william.belcher
#preflight none
#jira none
[CL 24633285 by brian smith in ue5-main branch]
2023-03-14 07:58:23 -04:00