User IP and Port

Hello. We want to implement Video Streaming in our project. We want to send streaming data to each user directly. Is there any possibility to get user ip adress and port in PUN?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @JerryLetehen,

    Thank you for choosing Photon!

    Photon does not provide the IP Address or port number of clients.

    If you want to do video streaming over Photon you don't need this; just use RaiseEvent with the custom payload as video frame data.
  • Keep in mind, that Photon is not primarily made for Video Streaming. Also keep an eye on the traffic cost!