[MPlayer-dev-eng] [PATCH] vo_macosx: option to set shared buffer name to allow multiple instances
Nicolas Plourde
nicolas.plourde at gmail.com
Wed Dec 10 01:16:49 CET 2008
On 9-Dec-08, at 5:30 PM, Adrian Stutz wrote:
> On Tue, Dec 9, 2008 at 6:39 PM, Reimar Döffinger <
> Reimar.Doeffinger at stud.uni-karlsruhe.de> wrote:
>>
>
> 1) I will add the options to the man page as soon as I get to it.
>
> 2) I don't know of any other use for shared_buffer. It enables
> anyone to
> programatically obtain unscaled output frames from mplayer. For the
> shared
> memory to be useful, I think you'll always also need the
> NSConnection to get
> the size/depth of the frames and the callback to read them. So I
> guess it's
> only really useful to some kind of gui.
>
Supporting the command line option is trivial in mplayerosx and is a
good fix for the current frontend, we are currently not able to have
multiple instance of maplayerosx running.
I will modify mplayerosx to support this option and I dont think
backward compatibility is an issue (maybe you can set the default to
"mplayerosx" if the cmd line is not set).
thanks
More information about the MPlayer-dev-eng
mailing list