Page 1 of 1

How to recover when Stream Server is reset

Posted: 02 Dec 2011 03:06
by kwekey
Hi, I have a problem which needs help.

I am able to receive video streams from a broadcast server using UDP multicast.
However, when the server experience a power reset, the client side will stop and could continue again after the server is turn on.

I am developing using Visual Studio .net (Visual Basic). Can someone advice me how to hande such situation?

Thanks,
Alvin

Re: How to recover when Stream Server is reset

Posted: 02 Dec 2011 07:49
by RĂ©mi Denis-Courmont
For multicast, streaming will resumes automatically when the server restarts sending. There is nothing to do.

Re: How to recover when Stream Server is reset

Posted: 02 Dec 2011 16:28
by kwekey
Hi Remi Denis,

Thanks for your reply.. I manage to see that it is working after waiting for a little while longer after the server was reset.

But I have another question about setting the Deinterlace property.

I need to set the Deinterlace property to "On" and the Deinterlace mode to "Linear".

I tried to set in during run-time. but it seems to be not effective.

Please advice.

Regards,
Alvin