This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Releases: EpicGames/PixelStreamingInfrastructure
Releases · EpicGames/PixelStreamingInfrastructure
UE5.4-0.0.4
What's Changed
- Merging master into 5.4 by @mcottontensor in #417
- Syncing with master by @mcottontensor in #475
- Syncing master with UE5.4 by @mcottontensor in #476
- Fix touch events not working on iOS by @Belchy06 in #486
- Fix typo readme by @Ahhj93 in #488
- Add TCP+Relay detection event by @david-macpherson in #485
- Bug Fix TCP Relay event to only be emitted once by @david-macpherson in #490
New Contributors
- @Ahhj93 made their first contribution in #488
- @david-macpherson made their first contribution in #485
Full Changelog: UE5.4-0.0.3...UE5.4-0.0.4
UE5.4-0.0.3
What's Changed
- Removing authentication features. by @mcottontensor in #414
- Rewriting a bunch of reconnect and disconnect handling. by @mcottontensor in #419
- Exposing the pixelstreaming interface to the browser. by @mcottontensor in #420
- Bitrate negotiation on stream startup by @mcottontensor in #425
- Fixing missed function rename. by @mcottontensor in #427
- Update platform scripts so that the BASH_LOCATION works on Mac as well by @Belchy06 in #428
- New docs by @mcottontensor in #429
- Dockerfile for SFU by @mcottontensor in #431
- Fix formatting in bug_report template. by @timbotimbo in #437
- chore: remove auto-assigned prop by @evenstensberg in #434
- Fixing handling of StreamerId in the initial config settings. by @mcottontensor in #438
- Fixing left behind streamer IDs when they're late to ID themselves. by @mcottontensor in #432
- Update cirrus.js - More informative error messages - Fixes #184 by @alien299 in #441
- Small signalling server fixes. by @mcottontensor in #443
- Update CONTRIBUTING.md - Added Verified Commits as a Requirement - Closes#445 by @alien299 in #448
- Fix warnings about GamepadButtonReleased by @Belchy06 in #451
- Add support for non-latin characters by @Belchy06 in #452
- Re-order settings order by @Belchy06 in #471
- Export NO_SUDO so it's available for use in launched processes by @Belchy06 in #472
- Update copyright/license year by @DenisTensorWorks in #474
- Bump follow-redirects from 1.15.2 to 1.15.4 in /Frontend/implementations/typescript by @dependabot in #465
- Bump follow-redirects from 1.15.2 to 1.15.4 in /Frontend/implementations/react by @dependabot in #464
- Fix for build-all script dependencies by @kroecks in #453
New Contributors
- @evenstensberg made their first contribution in #434
- @alien299 made their first contribution in #441
- @kroecks made their first contribution in #453
Full Changelog: UE5.4-0.0.2...UE5.4-0.0.3
UE5.4-0.0.2
What's Changed
- Merging in master to generate npm packages. by @mcottontensor in #364
- Merging in master for some missed 5.3 references. by @mcottontensor in #366
- Updating workflows. by @mcottontensor in #368
- [UE5.4] Remove unit conversion for bitrate from URL. URL is already in kbps (#369) by @github-actions in #372
- [UE5.4] Bump postcss in /Frontend/implementations/typescript (#380) by @github-actions in #383
- [UE5.4] Bump postcss from 8.4.21 to 8.4.31 in /Frontend/implementations/react (#379) by @github-actions in #386
- [UE5.4] Bump @babel/traverse from 7.21.3 to 7.23.2 in /Frontend/library (#384) by @github-actions in #388
- [UE5.4] Handle statsPanel or settingsPanel being undefined. (#392) by @github-actions in #394
- [UE5.4] Expose JSS InsertionPoint (#390) by @github-actions in #397
- Update SignallingWebServer platform scripts to support Mac by @Belchy06 in #389
- [UE5.4] Merge pull request #403 from mcottontensor/mm_linux_fix by @github-actions in #406
- [UE5.4] Merge pull request #381 from New-Game-Plus/fix-video-autoplay by @github-actions in #409
- [UE5.4] Merge pull request #411 from mcottontensor/streamer_ids_fix by @github-actions in #416
Full Changelog: UE5.3-1.0.1...UE5.4-0.0.2
UE5.3-1.0.1
What's Changed
- Update SignallingWebServer bash platform scripts to default to Linux by @Belchy06 in #399
- Fix errors when setting a null preferred codec by @Belchy06 in #400
- Allowing the Matchmaker to run on linux. by @mcottontensor in #403
- Fix/allow video autoplay without click by @bramford in #381
- [Frontend] Fix faketouch capturing touches on UI. by @timbotimbo in #410
- Fixes for Streamers changing IDs when connecting & Updates to SFU behaviour relating to multi streamer changes. by @mcottontensor in #411
New Contributors
Full Changelog: v4.5.2-coturn-windows...UE5.3-1.0.1
v4.6.2 CoTurn Mac x86_64 Binaries
CoTurn Binaries for those wishing to run their infrastructure on an x86_64 architectured Macintosh
v4.6.2 CoTurn Mac Arm64 Binaries
CoTurn Binaries for those wishing to run their infrastructure on an Arm64 architectured Macintosh
v4.5.2 CoTurn Windows Binaries
CoTurn Binaries for those wishing to run their infrastructure on a Windows machine
UE5.4-0.0.1
What's Changed
- Updating NPM libs to 5.4 by @mcottontensor in #362
- Updated actions to reference 5.4 by @mcottontensor in #363
- Shift of Matchmaker and SFU pages to Infra by @MWillWallT in #361
- Missed some 5.3 references and updating package-lock by @mcottontensor in #365
- Updating workflows so some can be manually started. by @mcottontensor in #367
Full Changelog: UE5.3-1.0.0...UE5.4-0.0.1
UE5.3-1.0.0
What's Changed
- Bring PR 266 to 5.2 by @Belchy06 in #267
- Bring BR 266 to 5.3 by @Belchy06 in #268
- [UE5.2] Show player count in stats panel (#303) by @github-actions in #307
- [UE5.3] Show player count in stats panel (#303) by @github-actions in #308
- [UE5.2] Fix: Firefox console errors
TypeError: this.preferredCodec.split is not a function
(#310) by @github-actions in #312 - [UE5.3] Fix: Firefox console errors
TypeError: this.preferredCodec.split is not a function
(#310) by @github-actions in #313 - [UE5.3] Rename implementations/EpicGames to implementations/typescript (#177) by @github-actions in #314
- [UE5.2] Ensure touch is relative to absolute location of parent rect (#316) by @github-actions in #317
- [UE5.3] Ensure touch is relative to absolute location of parent rect (#316) by @github-actions in #318
- Fixed [BUG] - TypeError: console.warning is not a function by @Joel-Patteson in #325
- Fix TypeError: console.warning to console.warn in 5.2 by @Joel-Patteson in #326
- [UE5.2] Properly inject new params into SDP to get stereo back on Chrome (#332) by @github-actions in #334
- [UE5.3] Properly inject new params into SDP to get stereo back on Chrome (#332) by @github-actions in #335
- Refactor SignallingWebServer to a single docker file (#337) for UE5.2 by @Belchy06 in #338
- Refactor SignallingWebServer to a single docker file (#337) for UE5.3 by @Belchy06 in #339
- [UE5.3] Merge pull request #354 from StomyPX/no_context_event by @github-actions in #356
- Added ability to mute/unmute mic and enable it later than PixelStreaming creation time by @kass-kass in #192
- Add: DataChannel latency test by @gingernaz in #315
- Update Application.ts add check ipad by @I-m-None-user in #342
New Contributors
- @Joel-Patteson made their first contribution in #325
- @I-m-None-user made their first contribution in #342
Full Changelog: UE5.3-0.0.4...UE5.3-1.0.0
UE5.3-0.0.4
What's Changed
- Fixing auto reconnect to not reconnect when the page is refreshed. by @mcottontensor in #285
- Signaling message reference doc by @mcottontensor in #271
- Update SignallingProtocol.md by @mcottontensor in #288
- Add github action for PR and Issue management by @Belchy06 in #304
- Update stale.yml by @Belchy06 in #305
- Update stale workflow to also auto close stale issues and PRs by @Belchy06 in #306
- Show player count in stats panel by @Belchy06 in #303
- Fix: Firefox console errors
TypeError: this.preferredCodec.split is not a function
by @Belchy06 in #310 - Change implementations/EpicGames to implementations/typescript #166 by @gunsha in #177
- Ensure touch is relative to absolute location of parent rect by @StomyPX in #316
- Bump tough-cookie from 4.1.2 to 4.1.3 in /Frontend/library by @dependabot in #290
- Bump word-wrap from 1.2.3 to 1.2.4 in /Frontend/library by @dependabot in #320
- Bump word-wrap from 1.2.3 to 1.2.5 in /Frontend/ui-library by @dependabot in #327
- Bump Node.js to latest LTS by @StomyPX in #321
- Properly inject new params into SDP to get stereo back on Chrome by @StomyPX in #332
- Have matchmaker ask for authentication instead of erroring out with EACCESS by @StomyPX in #333
- Refactor SignallingWebServer to a single docker file by @Belchy06 in #337
- Add: Protocol structures can now contain strings by @Belchy06 in #336
- Update LatencyTest handler to accept input data by @Belchy06 in #340
- Add contribution guideline
CONTRIBUTING.md
by @DenisTensorWorks in #352 - New matchmaker queue screen with easy customization by @kasp1 in #211
- Consume the context menu event instead of sending a mouse up by @StomyPX in #354
- Update CONTRIBUTING.md by @Belchy06 in #357
- Auto connect on new streamer by @mcottontensor in #358
New Contributors
Full Changelog: UE5.2-0.6.5...UE5.3-0.0.4