jacobbo / WebEye

WebEye is a collection of .NET controls.
190 stars 132 forks source link

Difference between connectionTimeout and streamTimeout #59

Open syamsitaufik opened 5 years ago

syamsitaufik commented 5 years ago

What is difference between connectionTimeout and streamTimeout param in StartPlay method? What are use of these param?

jacobbo commented 5 years ago

If a connection to a media server does not happen within the connectionTimeout, then the connection fails. This is for slow or busy or non available servers and/or networks.

Once the connection is established the media server starts a stream, which is a series of frames. If a frame has not been received from the server within the streamTimeout, then the stream fails.

In both cases you will receive a failure event from the control.

On Thu, 5 Sep 2019 at 10:49, syamsi notifications@github.com wrote:

What is difference between connectionTimeout and streamTimeout param in StartPlay method? What are use of these param?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jacobbo/WebEye/issues/59?email_source=notifications&email_token=AAN57QAXCXM42IICPVIHBWTQIDI2VA5CNFSM4IT3YSMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJPNWGA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAN57QG3QY2PSEKEHFVI35LQIDI2VANCNFSM4IT3YSMA .