Commit Graph

516 Commits

Author SHA1 Message Date
Matthew Cotton 3dc7591f7f
Renamed config parameter 2023-09-11 13:09:16 +10:00
Matthew Cotton 8d0d498310
Exposing retry delay as a configurable value 2023-09-11 12:59:07 +10:00
mcottontensor 0dcef11533
Merge branch 'master' into early_reconnect 2023-09-11 10:42:34 +10:00
Matthew Cotton d8ba9e5e95
Adding better support for auto connect to first available streamer. 2023-09-11 10:31:13 +10:00
Matthew Cotton 24577cdfd8
Revert "Adding the ability to connect automatically when a new streamer joins the signalling server"
This reverts commit bcc6bc7d08.
2023-09-08 13:52:07 +10:00
Matthew Cotton bcc6bc7d08
Adding the ability to connect automatically when a new streamer joins the signalling server 2023-09-08 12:58:41 +10:00
Luke Bermingham 65238c6c47
Added headings to building various pieces of the frontend
Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com>
2023-09-08 11:53:41 +10:00
Luke Bermingham efcbf7be9f
Added prerequisites step for setting up node dev environment
Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com>
2023-09-08 11:51:30 +10:00
Matthew Cotton e6093213fc
Merge remote-tracking branch 'upstream/master' 2023-09-08 11:41:14 +10:00
Luke Bermingham fc1c98cd66
Update README.md for building frontend library and implementations
Also added warning about Node version we support for the frontend.

Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com>
2023-09-08 11:39:28 +10:00
William Belcher ff10231cb0
Update CONTRIBUTING.md (#357)
Signed-off-by: William Belcher <william.belcher@xa.epicgames.com>
2023-09-07 13:58:26 +10:00
github-actions[bot] 81e065f84e
Consume the context menu event instead of sending a mouse up (#356)
(cherry picked from commit e4946abba2)

Co-authored-by: Michael Stopa <michael.stopa@xa.epicgames.com>
2023-09-04 15:07:12 +10:00
Michael Stopa 6e14dbb34b
Merge pull request #354 from StomyPX/no_context_event
Consume the context menu event instead of sending a mouse up
2023-09-04 14:28:20 +09:30
Michael Stopa e4946abba2
Consume the context menu event instead of sending a mouse up 2023-09-04 12:45:01 +09:30
Matthew Cotton 081b66b25d
dont want these anymore 2023-09-04 12:18:16 +10:00
Matthew Cotton b158ebdada
Does this one work?? 2023-09-04 11:40:33 +10:00
Matthew Cotton b6f63fc30e
I dont understand why schedule isnt working 2023-09-04 11:37:38 +10:00
Matthew Cotton d1afc80bba
bad formatting maybe? 2023-09-04 11:32:30 +10:00
Matthew Cotton 7368039b50
Maybe this will work 2023-09-04 11:29:03 +10:00
Matthew Cotton 33b675f09b
Adding scheduled test to master 2023-09-04 11:17:47 +10:00
Matthew Cotton 1c7ecb67aa
Merge branch 'data_channel_latency_test' of github.com:gingernaz/PixelStreamingInfrastructure into naz-data-channel-latency-test 2023-08-31 16:06:03 +10:00
Matthew Cotton ae7861a69f
Removing empty file left over from merge conflict. 2023-08-31 16:05:43 +10:00
mcottontensor d319891abb
Merge branch 'master' into data_channel_latency_test 2023-08-31 16:02:43 +10:00
Matthew Cotton b3c5c82d25
Merged in master and resolved conflicts. 2023-08-31 15:59:13 +10:00
mcottontensor 6b742d3577
Merge pull request #211 from kasp1/master
New matchmaker queue screen with easy customization
2023-08-31 15:34:41 +10:00
Matthew Cotton 22489b6e1e
Merge remote-tracking branch 'origin/master' into kasp1-matchmaker-queue 2023-08-31 14:33:19 +10:00
Matthew Cotton 158ca0a909
Fixing missing import 2023-08-31 13:58:51 +10:00
Matthew Cotton 4806a96bf2
Resolving conflicts with main 2023-08-31 13:54:02 +10:00
Matthew Cotton ce3bf3e080
Merge remote-tracking branch 'upstream/master' 2023-08-31 12:48:28 +10:00
Luke Bermingham 19438d8654
Update README.md
Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com>
2023-08-25 08:55:36 +10:00
Luke Bermingham b0294701d5
Update README.md
Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com>
2023-08-25 08:53:33 +10:00
Denis Phoenix 21abd3892d
Add contribution guideline `CONTRIBUTING.md` (#352)
* Added CONTRIBUTING.md
2023-08-24 16:39:21 +10:00
mcottontensor 2b73af42f7
Merge branch 'EpicGames:master' into master 2023-08-01 10:48:26 +10:00
I-m-None-user 2ff5a8aa0f
Update Application.ts add check ipad
Signed-off-by: I-m-None-user <122039782+I-m-None-user@users.noreply.github.com>
2023-07-31 14:42:44 +02:00
William Belcher 20dd81f606
Update LatencyTest handler to accept data (#340) 2023-07-27 17:09:06 +10:00
William Belcher 5b250b7148
Refactor SignallingWebServer to a single docker file (#337) for UE5.3 (#339) 2023-07-27 16:41:26 +10:00
William Belcher 6051ea52fc
Refactor SignallingWebServer to a single docker file (#337) for UE5.2 (#338) 2023-07-27 16:41:15 +10:00
William Belcher 1373f41257
Add: Protocol structures can now contain strings (#336)
* Modify message struct: no need for byteLength; strings are now supported as a type

* Remove TwoWayMap as it's no longer needed. Add getter for streamer handlers

* Fix keyup sending too many args

* Update log message to print js types. Update default protocol

* Register handler for TextboxEntry. Add check to make sure handler is defined when registering for a fromStreamer message

* Remove unncessary import from player.ts

* Update data type to reflect that it could contain strings
2023-07-27 16:03:11 +10:00
William Belcher 4078871c1c
Remove bash specific dockerfile in favour of using the platform agnostic version in /SignallingWebServer (#337) 2023-07-27 15:47:44 +10:00
github-actions[bot] 5fcd53614e
Properly inject new params into SDP to get stereo back on Chrome (#332) 2023-07-27 10:08:43 +10:00
github-actions[bot] 333c5fbab8
Properly inject new params into SDP to get stereo back on Chrome (#332) 2023-07-27 10:07:09 +10:00
Michael Stopa 11387d642a
Have matchmaker ask for authentication instead of EACCES (#333) 2023-07-27 10:04:17 +10:00
Michael Stopa 1947760e2b
Properly inject new params into SDP to get stereo back on Chrome (#332) 2023-07-27 10:02:26 +10:00
Michael Stopa 7ca3114698
Bump Node.js to latest LTS (#321) 2023-07-27 09:52:01 +10:00
mcottontensor f20b38bb30
Delete run-test.yml
Signed-off-by: mcottontensor <80377552+mcottontensor@users.noreply.github.com>
2023-07-25 11:45:43 +10:00
mcottontensor c6bfe08766
Create run-test.yml
Signed-off-by: mcottontensor <80377552+mcottontensor@users.noreply.github.com>
2023-07-25 11:35:47 +10:00
dependabot[bot] 5f7ebe1471
Bump word-wrap from 1.2.3 to 1.2.5 in /Frontend/ui-library (#327)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 13:32:52 +10:00
dependabot[bot] 42dedc698b
Bump word-wrap from 1.2.3 to 1.2.4 in /Frontend/library (#320)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 13:31:10 +10:00
dependabot[bot] bc845a0d99
Bump tough-cookie from 4.1.2 to 4.1.3 in /Frontend/library (#290)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 13:30:48 +10:00
Joel-Patteson af6fc4bd18
Fix TypeError: console.warning is not a function (#326)
Co-authored-by: Joel Patteson <joelpatteson7@gmail.com>
2023-07-22 21:51:44 +10:00