Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TensorWorks/Unreal-PixelStreaming-RTP-Bridge
/ functions
Functions
11 in github.com/TensorWorks/Unreal-PixelStreaming-RTP-Bridge
⨍
Functions
11
◇
Types & classes
2
↓ 2 callers
Function
createUDPConnection
(address string, port int, payloadType uint8)
main.go:276
↓ 2 callers
Function
sendLocalIceCandidate
Send our local ICE candidate to Unreal Engine using websockets.
main.go:261
↓ 2 callers
Function
writeWSMessage
(wsConn *websocket.Conn, msg string)
main.go:71
↓ 1 callers
Function
createOffer
(peerConnection *webrtc.PeerConnection)
main.go:78
↓ 1 callers
Function
createPeerConnection
()
main.go:99
↓ 1 callers
Function
handleRemoteAnswer
Pion has recieved an "answer" from the remote Unreal Engine Pixel Streaming (through Cirrus) Pion will now set its remote session description that it
main.go:143
↓ 1 callers
Function
handleRemoteIceCandidate
Pion has received an ice candidate from the remote Unreal Engine Pixel Streaming (through Cirrus). We parse this message and add that ice candidate to
main.go:168
↓ 1 callers
Function
sendOffer
Send an "offer" string over websocket to Unreal Engine to start the WebRTC handshake.
main.go:246
↓ 1 callers
Function
setupMediaForwarding
(peerConnection *webrtc.PeerConnection)
main.go:295
↓ 1 callers
Function
startControlLoop
Starts an infinite loop where we poll for new websocket messages and react to them.
main.go:186
Function
main
()
main.go:388