Lutz Koschorreck a écrit :
> Hi,
>
> after same experiments with an ivtvfb plugin for xine using the osd (fb)
> of the PVR 350, I found out, that it is nearly impossible to get an well
> working plugin.
> The main problem is to get writing into the framebuffer in sync with the
> drawing on tv.
>
> My goal is to get the video out of the PVR 350 working (the tv out
> quality is really great) without X and also to use xine(fb), because of
> the dvd menus.
>
> So last weekend I had the idea to implement vidixfb support for the PVR
> 350 based on the YUV cappability of the MPEG decoder. Now it is ready .
>
> Attached you will find two patches for:
> 1) xine-ui-0.99.5 to improve usability of xinefb and
> 2) xine-lib-1.1.6. to get vidixfb ivtv support for xine.
>
> I have tested the stuff with ivtv-0.10.1 driver and PAL.
> Currently I don't now, if the plugin is also working with NTSC. Please
> test and let me know.
>
> Here some technical details:
> How to patch:
> cd xine-ui-0.99.5
> patch -p1 < "PATHTO"/xine-ui-0.99.5-vidix-ivtv.patch
> cd xine-lib-1.1.6
> patch -p 1 < "PATHTO"/xine-lib-1.1.6-vidix-ivtv.patch
>
> How to set up your environment:
> export FRAMEBUFFER=/dev/fb? (? stands for the framebuffer device you
> want to use)
> fbset -fb /dev/fb? -g 720 576 720 576 32 -t 42158 1 55 1 14 24 2 -rgba
> 8/16,8/8,8/0,8/24 (set console to max resolution (PAL))
> ivtvfbctl -d /dev/fb? -v 0 ("disable" alpha blending)
>
> Now start xinefb and have fun:
> fbxine --stdctl -A alsa -V vidixfb dvd://
>
> It would be great if someone can test the stuff and let me know if it is
> working correctly. If so I will commit the patches to the xine and vidix
> project directly.
>
> Best regards
> Lutz
Hi Lutz,
Just to let you know, I've commited your IVTV vidix driver upstream on
vidix.sf.net
Ben
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel