Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Releases: EpicGames/PixelStreamingInfrastructure

UE5.4-0.0.4

19 Feb 04:51
fa75e9d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: UE5.4-0.0.3...UE5.4-0.0.4

UE5.4-0.0.3

24 Jan 04:33
d61b989
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: UE5.4-0.0.2...UE5.4-0.0.3

UE5.4-0.0.2

31 Oct 23:37
da0a871
Compare
Choose a tag to compare

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

31 Oct 23:16
25024f6
Compare
Choose a tag to compare

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

19 Oct 01:35
8ba4101
Compare
Choose a tag to compare

CoTurn Binaries for those wishing to run their infrastructure on an x86_64 architectured Macintosh

v4.6.2 CoTurn Mac Arm64 Binaries

19 Oct 01:32
8ba4101
Compare
Choose a tag to compare

CoTurn Binaries for those wishing to run their infrastructure on an Arm64 architectured Macintosh

v4.5.2 CoTurn Windows Binaries

19 Oct 01:37
8ba4101
Compare
Choose a tag to compare

CoTurn Binaries for those wishing to run their infrastructure on a Windows machine

UE5.4-0.0.1

13 Sep 02:58
f7bde64
Compare
Choose a tag to compare

What's Changed

Full Changelog: UE5.3-1.0.0...UE5.4-0.0.1

UE5.3-1.0.0

12 Sep 05:02
eb5313b
Compare
Choose a tag to compare

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

Full Changelog: UE5.3-0.0.4...UE5.3-1.0.0

UE5.3-0.0.4

11 Sep 22:32
2159bb4
Compare
Choose a tag to compare

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