Commit Graph

7 Commits

Author SHA1 Message Date
louisphilippe seguin
36c722f3c4 Fix wrong printf parameters in checkf & ensuremsgf found in engine code
#rb Fabian.Giesen, Kirill.Zorin
#rnx

[CL 27519547 by louisphilippe seguin in ue5-main branch]
2023-08-31 08:56:30 -04:00
david harvey
da9b5b86f5 Do not include PreWindowsApi.h / PostWindowsApi.h directly in code.
- mostly just replacing them AllowWindowsPlatformTypes.h / HideWindowsPlatformTypes.h
 - some other files had both Pre/PostWindowsApi.h and Allow/HideWindowsPlatformTypes.h, so just removed
 - some occasional include order changes.

#jira UE-152863
#rnx
#rb Devin.Doucette

[CL 26985385 by david harvey in ue5-main branch]
2023-08-10 03:34:53 -04:00
nick pace
317b53d682 Merging CL24224409 from Dev-TensorWorks:
Adding list/subscribe/unsubscribe functionality into the player side of pixel streaming.

#rb luke.bermingham
#jira UE-176239

[CL 26452983 by nick pace in ue5-main branch]
2023-07-18 20:00:45 -04:00
nick pace
dfb8e17be5 Unshelved from pending changelist '25944872':
Add WebRTC 109 support to PS plugin behind a flag
This CL adds necessary changes for PS plugin to support WebRTC 109.

#rb nick.pace
[FYI] ivan.sidarau, aidan.possemiers
#jira UE-188331

Test steps:
1. Build WebRTC 109 (5414) from 3rdParty depot
2. Place headers and library into Engine\Source\ThirdParty\WebRTC\5414
3. Change "bShouldUse5414WebRTC" flag to true in WebRTC.Build.cs
4. Build UE5
5. Observe it builds and links with no issues

[CL 26336571 by nick pace in ue5-main branch]
2023-06-30 00:23:52 -04:00
william belcher
7b2e83179b Fix: UE5 wouldn't stream if using the latest signalling server and opting to have the browser send the offer
#rb luke.bermingham
#jira UE-176232
#preflight 63e2daae902d6ba787b8b874
[FYI]

[CL 24136502 by william belcher in ue5-main branch]
2023-02-11 12:25:33 -05:00
luke bermingham
4a7c24b9a5 Fixed error where UPixelStreamingSignallingComponent instances were getting deleted twice due to shared pointer of this.
#rb Aidan.Possemiers
#lockdown Jessi.Agee
#jira UE-175720
#preflight https://horde.devtools.epicgames.com/job/63da15ccd21dbe1d29250651

[CL 23950792 by luke bermingham in ue5-main branch]
2023-02-01 12:03:45 -05:00
Nick Pace
36f49f77b6 Integration of AVCodecs into PixelStreaming and support for new pixel formats
#rb luke.bermingham
#fyi mattias.jansson
#jira none
#preflight 63d143e3f2318350a21faf6d 63d1413194644f3e8ec98efd

[CL 23848000 by Nick Pace in ue5-main branch]
2023-01-25 10:07:33 -05:00