about peer-assisted network NetStream.MulticastStream.Reset
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?
