Marcio Moreno wrote:
> Hi Claudio,
>  
> can I do something to cooperate with you and solve the fifo video
> provider question?
>  
> regards,
> Marcio Moreno

Hi Marcio,

I've made some tests using the example program play_title provided by
libdvdread:

> [EMAIL PROTECTED]:src]$ play_title /dev/dvd 1 1 1 | sample1 stdin:/
> (*) DirectFB/Config: Parsing config file '/etc/directfbrc'.
> (*) DirectFB/Config: Parsing config file '/home/klan/.directfbrc'.
> 
>        ---------------------- DirectFB v0.9.26 ---------------------
>              (c) 2000-2002  convergence integrated media GmbH  
>              (c) 2002-2004  convergence GmbH                   
>         -----------------------------------------------------------
> 
> (*) DirectFB/Core: Multi Application Core. (2006-07-17 12:45) [ TRACE ]
> (*) Direct/Memcpy: Forced to use MMXEXT optimized memcpy()
> (*) Direct/Thread: Running 'Fusion Dispatch' (MESSAGING, 8216)...
> (*) DirectFB/Core: doing sync()...
> (*) DirectFB/Genefx: MMX detected and enabled
> (*) DirectFB/Graphics: ATI Radeon X850 PRO (4b4b) 1.0 (Claudio Ciccani)
> (*) Direct/Interface: Loaded 'Xine' implementation of 
> 'IDirectFBVideoProvider'.
> (*) Direct/Thread: Running 'Xine Input' (DEFAULT, 8224)...
> video_out_dfb: using ITURBT601 conversion matrix
> video_out_dfb: MMX detected and enabled
> audio_alsa_out : supported modes are 8bit 16bit 24bit 32bit mono stereo 
> (4-channel not enabled in xine config) (4.1-channel not enabled in xine 
> config) (5-channel not enabled in xine config) (5.1-channel not enabled in 
> xine config) (a/52 and DTS pass-through not enabled in xine config)
> xine: found input plugin  : stdin streaming input plugin
> xine: found demuxer plugin: MPEG program stream demux plugin
> 
> stdin:/:
>   # Video: MPEG (libmpeg2), 720x576 (ratio 1.778), 25.00fps, 0Kbits/s
>   # Audio: Unknown, 0Khz, 0 channel(s), 0Kbits/s
>  Title:   
>  Author:  
>  Album:   
>  Year:    0
>  Genre:   
>  Comment: 
> 
> video_out_dfb: destination surface is RGB16
> fixing sound card drift by -3188 pts
> fixing sound card drift by -2389 pts
> fixing sound card drift by -1791 pts
> fixing sound card drift by -1341 pts
> 200 frames delivered, 9 frames skipped, 0 frames discarded

Works!


> [EMAIL PROTECTED]:src]$ mkfifo /tmp/xine.pipe
> [EMAIL PROTECTED]:src]$ (play_title /dev/dvd 1 1 1 > /tmp/xine.pipe &) && 
> sample1 /tmp/xine.pipe
> (*) DirectFB/Config: Parsing config file '/etc/directfbrc'.
> (*) DirectFB/Config: Parsing config file '/home/klan/.directfbrc'.
> 
>        ---------------------- DirectFB v0.9.26 ---------------------
>              (c) 2000-2002  convergence integrated media GmbH  
>              (c) 2002-2004  convergence GmbH                   
>         -----------------------------------------------------------
> 
> (*) DirectFB/Core: Multi Application Core. (2006-07-17 12:45) [ TRACE ]
> (*) Direct/Memcpy: Forced to use MMXEXT optimized memcpy()
> (*) Direct/Thread: Running 'Fusion Dispatch' (MESSAGING, 8239)...
> (*) DirectFB/Core: doing sync()...
> (*) DirectFB/Genefx: MMX detected and enabled
> (*) DirectFB/Graphics: ATI Radeon X850 PRO (4b4b) 1.0 (Claudio Ciccani)
> (*) Direct/Interface: Loaded 'Xine' implementation of 
> 'IDirectFBVideoProvider'.
> (*) Direct/Thread: Running 'Xine Input' (DEFAULT, 8252)...
> video_out_dfb: using ITURBT601 conversion matrix
> video_out_dfb: MMX detected and enabled
> audio_alsa_out : supported modes are 8bit 16bit 24bit 32bit mono stereo 
> (4-channel not enabled in xine config) (4.1-channel not enabled in xine 
> config) (5-channel not enabled in xine config) (5.1-channel not enabled in 
> xine config) (a/52 and DTS pass-through not enabled in xine config)
> xine: found input plugin  : stdin streaming input plugin
> xine: found demuxer plugin: MPEG program stream demux plugin
> 
> /tmp/xine.pipe:
>   # Video: MPEG (libmpeg2), 720x576 (ratio 1.778), 25.00fps, 0Kbits/s
>   # Audio: Unknown, 0Khz, 0 channel(s), 0Kbits/s
>  Title:   
>  Author:  
>  Album:   
>  Year:    0
>  Genre:   
>  Comment: 
> 
> video_out_dfb: destination surface is RGB16
> fixing sound card drift by -2749 pts
> fixing sound card drift by -2060 pts
> fixing sound card drift by -1544 pts

Works!

I don't understand why it doesn't work for you.


-- 
Regards,
     Claudio Ciccani

[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb

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

Reply via email to