Re: XviD-devel Digest, Vol 64, Issue 10
"RG Nur Rahmat" <[email protected]>
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Guys, I have tried to stream from 2 different computers, and I can see 2 streamed video from remote cameras, however, the images from these are interlapped in each respective display (GUI), I think I should flush the decoder every time it has decoded 1 frame, since I am using only the same xvid_decore for these two incoming encoded images. Please enlight me. Regards, RG Nur Rahmat > Message: 3 > Date: Fri, 23 May 2008 15:53:45 +0800 > From: "RG Nur Rahmat" <[email protected]> > Subject: [XviD-devel] Multi-instance of decoder > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hello Guys, > > I am trying to use XviD decoder in 4 instances in which they are running > parallel, so far, all I know if these decoder functions are called > sequentially, I will not have problem in displaying the encoded video. > However, in the network, we can not determine when data packet will arrive > so that my decoder function will crash due to parallel usage. > > My question is, how to go about this problem? Will multi-threading solve > the > problem, considering I'll be suing the same decoder core? > > Thank you for your replies. > > Regards, > RG Nur Rahmat