[MPlayer-dev-eng] [PATCH] new libvo driver: vo_ivtv [ask for review]

Uoti Urpala uoti.urpala at pp1.inet.fi
Wed Jul 12 14:44:29 CEST 2006


On Wed, 2006-07-12 at 14:40 +0200, Benjamin Zores wrote:
> hum ... gnu coding standards or not, that's the question.
> don't wanna start a new flamewar :p

Not. :)

> According to the authors, there's no way to handle this issue but to send
> MPEG PES data with audio and video inside (i.e writing from a vo and one
> from an ao won't work).
> 
> How can I solve this problem ?
> I need to send a muxed MPEG A-V stream.

I suppose you could create a module that registers itself as both ao and
vo. It would be somewhat hackish as such a muxed stream wouldn't really
match normal MPlayer functionality (video and audio timing not
controlled by MPlayer like usual), but if you control MPlayer playback
speed by returning suitable values from ao->get_delay() it might work
enough. 




More information about the MPlayer-dev-eng mailing list