Henry Leinhos writes: 

> Tony writes:  
> 
>>
>> Henry, would it be taboo to approach the mplayer group with this?
>> Tony  
>> 
>> 
> 
> Tony,  
> 
> Just to check, I downloaded the latest MPlayer code from  
> 
> http://www.mplayerhq.hu/design7/dload.html  
> 
> MPlayer-1.0rc1.tar.bz2, I believe.  
> 
> and tried to look at the code more closely.  At first glance, it seems that 
> ivtv support is already in mplayer, but there was a trivial change to make 
> in the volib/vo_ivtv.c file (slight change in a struct def in the ivtv.h 
> file from vers 0.10.0 I guess).  
> 
> I was able to make a quick fix, then compile mplayer with the -vo ivtv 
> support working (it may need some more testing)  
> 
> save the following to a file an apply it just as the other patch:  
> 
>  --- MPlayer-1.0rc1/libvo/vo_ivtv.c      2006-10-22 18:32:26.000000000 -0400
> +++ MPlayer-1.0rc1a/libvo/vo_ivtv.c     2007-02-24 21:17:41.000000000 -0500
> @@ -79,8 +79,8 @@
>   struct ivtv_cfg_stop_decode sd;
>   struct ivtv_cfg_start_decode sd1;  
> 
>  -  sd.hide_last = blank_screen;
>  -  sd.pts_stop = 0;
> +  sd.flags = 0x01;
> +  sd.pts = 0; 
> 
>   if (ioctl (ivtv_fd, IVTV_IOC_STOP_DECODE, &sd) < 0)
>   {
> [  
> 
> 

Oh, and just to be complete, to build it, I did: 

cd MPlayer-1.0rc1
./configure --prefix=/usr
make
su root
make install 


(note, the prefix /usr is for Redhat/Fedora-type systems -- Debian-based 
systems like Ubuntu use /usr/local) 

Good luck!
Henry 


_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to