Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d2d2b9c
chore(Extras): Removing some extras stuff. (#636) (#638)
github-actions[bot] May 21, 2025
733e09e
chore(packages): Updating http-proxy-middleware (#639) (#641)
github-actions[bot] May 21, 2025
e232f87
chore(actions): Explicitly adding permissions to all workflows. (#642…
mcottontensor May 21, 2025
433bd4e
chore(actions): Backport action needs contents write. (#644) (#645)
github-actions[bot] May 21, 2025
60a60a6
Added fix to build libs as esm for frontend and retain cjs for backen…
github-actions[bot] May 28, 2025
e9a182a
Feature: Dump latency stats to CSV | Re-ship: 4.27 browser send offer…
github-actions[bot] May 29, 2025
3bb3101
Fixing argument issues with Wilbur and platform scripts (#653) (#654)
github-actions[bot] May 30, 2025
8cd86c3
chore(changesets): Updating formatting of changesets. (#656) (#657)
github-actions[bot] May 30, 2025
2b863c3
chore(platform_scripts): Updating scripts to remove default-stun/turn…
github-actions[bot] Jun 1, 2025
27cd4ef
chore(actions): Tweaking the naming of the release PR. (#662) (#663)
github-actions[bot] Jun 2, 2025
4f9da71
Updated NPM changelogs (#652)
github-actions[bot] Jun 2, 2025
bfe45bb
chore(platform_scripts): Fixing line endings for windows scripts. (#6…
github-actions[bot] Jun 3, 2025
4e15e85
Tweaks to script help output. (#669) (#670)
github-actions[bot] Jun 4, 2025
d90b39f
[UE5.6] Fix failing action where we build against public deps (#697)
lukehb Sep 11, 2025
3a9dd03
[UE 5.6] Fix failing GHA for building libs using public deps (#699)
lukehb Sep 11, 2025
4e71008
Release @epicgames-ps/lib-pixelstreamingfrontend-ue5.6@0.2.1 (#700)
github-actions[bot] Sep 11, 2025
4d8a72f
[UE5.6] Fix Pixel Streaming intermittently fails to make a network co…
github-actions[bot] Sep 11, 2025
c5f7b5e
Release @epicgames-ps/lib-pixelstreamingfrontend-ue5.6@0.2.2 (#701)
github-actions[bot] Sep 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repoOwner": "EpicGamesExt",
"repoName": "PixelStreamingInfrastructure",
"targetBranchChoices": ["master", "UE5.2", "UE5.3", "UE5.4", "UE5.5", "UE5.6", "LatencyTest"],
"targetBranchChoices": ["master", "UE5.2", "UE5.3", "UE5.4", "UE5.5", "UE5.6"],
"autoMerge": true,
"autoMergeMethod": "squash"
}
4 changes: 4 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request_target:
types: ["labeled", "closed"]

permissions:
contents: write
pull-requests: write

jobs:
backport:
name: Backport PR
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/changesets-publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
# gets all publishable npm packages.
fetch-package-info:
permissions:
contents: read
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.query-packages.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changesets-update-changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: '[Bot] Update ${{ github.ref_name }} NPM Changelogs'
title: '[Bot] NPM Packages Release ${{ github.ref_name }}'
commit: 'Updated NPM changelogs'

3 changes: 3 additions & 0 deletions .github/workflows/healthcheck-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- "SignallingWebServer/**"
- "Extras/**"

permissions:
contents: write

jobs:
streaming-test-linux:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/healthcheck-image-sfu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- ".github/workflow/healthcheck-image-sfu.yml"
- "SFU/**"

permissions:
contents: read

jobs:
build-docker-image:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/healthcheck-image-wilbur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- ".github/workflows/healthcheck-image-wilbur.yml"
- "SignallingWebServer/**"

permissions:
contents: read

jobs:
build-docker-image:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/healthcheck-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- "Frontend/ui-library/**"
- "Frontend/implementations/typescript/**"

permissions:
contents: read

jobs:
build-using-local-deps:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/healthcheck-libs-with-public-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
commitsha:
description: "Commit SHA for the release (if blank use latest on this branch)"

permissions:
contents: read

env:
commitsha: "${{ github.event.inputs.commitsha || github.sha }}"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/healthcheck-markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
# schedule:
# - cron: '0 0 * * *'

permissions:
contents: read
issues: write

jobs:
linkChecker:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/healthcheck-platform-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- ".github/workflows/healthcheck-platform-scripts.yml"
- "SignallingWebServer/**"

permissions:
contents: read

jobs:
run-script-linux:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
Expand All @@ -17,7 +20,7 @@ jobs:
- name: Launch and query signalling server using the REST API
working-directory: SignallingWebServer
run: |
./platform_scripts/bash/start.sh --rest_api --player_port 999 &
./platform_scripts/bash/start.sh -- --rest_api --player_port 999 &
curl --retry 10 --retry-delay 20 --retry-connrefused http://localhost:999/api/status

run-script-macos:
Expand All @@ -29,7 +32,7 @@ jobs:
- name: Launch and query signalling server using the REST API
working-directory: SignallingWebServer
run: |
./platform_scripts/bash/start.sh --rest_api --player_port 999 &
./platform_scripts/bash/start.sh -- --rest_api --player_port 999 &
curl --retry 10 --retry-delay 20 --retry-connrefused http://localhost:999/api/status

run-script-windows:
Expand All @@ -41,5 +44,5 @@ jobs:
- name: Launch and query signalling server using the REST API
working-directory: SignallingWebServer
run: |
Start-Process -NoNewWindow ".\platform_scripts\cmd\start.bat" -ArgumentList "--rest_api","--player_port 999"
Start-Process -NoNewWindow ".\platform_scripts\cmd\start.bat" -ArgumentList "--", "--rest_api","--player_port 999"
curl --retry 10 --retry-delay 20 --retry-connrefused http://localhost:999/api/status
3 changes: 3 additions & 0 deletions .github/workflows/healthcheck-signalling-protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- "SignallingWebServer/**"
- "Extras/SS_Test/**"

permissions:
contents: read

jobs:
signalling-protocol-test:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/healthcheck-streaming.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Check health of streaming

permissions:
contents: read

on:
workflow_dispatch:
push:
Expand All @@ -17,6 +14,9 @@ on:
- "SignallingWebServer/**"
- "Extras/**"

permissions:
contents: read

jobs:
# Uncomment when we can Linux test to capture a non-black screenshot using software renderer.
# streaming-test-linux:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-sfu-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths:
- 'SFU/package.json'

permissions:
contents: write

jobs:
signalling-server-image:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ on:
schedule:
- cron: "0 0 * * *"

permissions:
contents: read
issues: write
pull-requests: write

jobs:
stale:

runs-on: ubuntu-latest

steps:
- uses: actions/stale@v8
with:
Expand Down
2 changes: 1 addition & 1 deletion Extras/FrontendTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: ../../
dockerfile: ./SignallingWebServer/Dockerfile
image: signalling
command: --rest_api
command: -- --rest_api
networks:
- testing
healthcheck:
Expand Down
3 changes: 3 additions & 0 deletions Extras/JSStreamer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"dependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.6": "*"
},
"overrides": {
"http-proxy-middleware": "2.0.8"
},
"repository": {
"type": "git",
"url": "https://github.com/EpicGames/PixelStreamingInfrastructure.git"
Expand Down
2 changes: 1 addition & 1 deletion Extras/MinimalStreamTester/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: ../../
dockerfile: ./SignallingWebServer/Dockerfile
image: signalling
command: --rest_api
command: -- --rest_api
networks:
- testing
healthcheck:
Expand Down
Loading
Loading