Skip to main content
Known Participant
November 9, 2010
Question

1 to 1 video chat through FMS4

  • November 9, 2010
  • 1 reply
  • 1556 views

I am developing an application and my requirement is make a conference through a meetingID and  this meetingID  will come from .NET end. this is working fine with FMS 3.5.3 " rtmp " and now I am coverting this application into FMS4 " rtmfp ".

I don't have any idea about FMS4, so please will  more benificial for me.

Thanks

sushil

    This topic has been closed for replies.

    1 reply

    Graeme Bull
    Community Expert
    Community Expert
    November 10, 2010

    Choosing to go with FMS4 and RTMFP will allow you to make a peer to peer connection. This most likely will be faster to have a chat with somebody than having a stream go all the way to the server to then go all the way to a client, rather than a direct route. You'll have to study up on coding for peer to peer, it will change your logic of you app and will need to be tested for connectivity as a lot of networks will not let peer to peer through.

    Known Participant
    November 10, 2010

    I don't have any idea about the peer to peer chat, can you share some code for connection between two users.

    Thaks for you kind support.

    Graeme Bull
    Community Expert
    Community Expert
    November 11, 2010

    You should check out this site for some tutorials on it: http://www.flashrealtime.com/