Thursday, January 31, 2008

Another way of Implementing the Distance Learning System

Instead of Filter based approach,
we can use the application approach also.

The application receives data from the Socket and send the received packets to the MPEG4 Decoder.From MPEG4 Decoder, we can get the raw yuv in 420P format.From Here we can convert it to RGB and render it in screen.

No comments: