Skip to main content
December 1, 2011
Question

about peer-assisted network NetStream.MulticastStream.Reset

  • December 1, 2011
  • 1 reply
  • 892 views

Hi,

I am developing a video system using the  peer-assisted networking of FMS.

but when I have published video successed, I can't receive the video at some endpoint.

Here is the log that can receive the video,

NetStream.MulticastStream.Reset

=================

NetStream.Play.Start

=================

NetStream.Play.Reset

=================

NetStream.Connect.Success

=================

NetGroup.MulticastStream.PublishNotify

=================

NetGroup.Neighbor.Connect

=================

Connected - Stratus ID:

=================

NetConnection.Connect.Success

=================

and follow is the log that can't receive the video,

=================

NetStream.Play.Start

=================

NetStream.Play.Reset

=================

NetStream.Connect.Success

=================

NetGroup.Neighbor.Connect

================

NetGroup.Connect.Success

=================

NetConnection.Connect.Success

the diffent is that i can see is that the [NetStream.MulticastStream.Reset and NetGroup.MulticastStream.PublishNotify] events.

Any suggestions?

    This topic has been closed for replies.

    1 reply

    Nikhil_Kalyan
    Participating Frequently
    December 6, 2011

    Hi,

    When you are using Stratus/Cirrus for P2P, it takes care of creating the mesh between the clients automatically and now, all clients should be able to recieve the data/video. Can you please confirm if the second client is also properly connected to Stratus ?

    Thank you !

    December 8, 2011

    Yes, I can confirm that the second client is also connected.

    And  from the log, the client received NetConnection.Connect.Success, NetStream.Play.Start .