Hi guys,
I am doing a Real Time Video Streaming application.
To get low latency, I am streaming live video in M-JPEG format.
So, at the remote client, I get a stream of JPEG images (at 30 fps).
Currently, I use X-window calls to display the video after decompressing the 
jpeg images to rgb.
But, X11 display functions takes around 18 ms to display each 640x480 image on 
the screen.
Will this improve, if I use directfb instead ?

Can anybody please suggest me a sample directfb application which I can refer 
to and change the display part of my application ?
I saw the code of "dfbsee" and "df_video" but there ImageProviders and 
VideoProviders are used and they they take filename as the input.
I went through the past archives of this mailing list, but couldn't find a 
similar post.
1 way I can think of is that used in "df_fire"

lock the surface,
set the pixel data to the rgb data that I get after decompression
unlock the surface

Am I correct ?

Thanks a lot for your help,

Sandeep



_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to