Skip to content

Decouple signaling server connection from p2p connection #933

Description

@saba-abi

Component your feature request relates to

  • Signalling server
  • Frontend library
  • Frontend UI library
  • Matchmaker
  • SFU
  • This repo

Problem your feature solves? Please describe.
I noticed that when the signaling was successful and the webrtc stream is playing, then when the ws connection to the signaling webserver is disrupted the p2p webrtc connection is also teared down. I think this is unnecessary and e.g. makes deployments complicated.

Describe the solution you'd like
Don't tear down webrtc connection when signaling connection is disrupted.

Additional context
I am using the pixelstreaming libraries:
"@epicgames-ps/lib-pixelstreamingsignalling-ue5.7": "^0.2.1",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.7": "^0.2.2",

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions