[MPlayer-users] mplayes win32 and Java

Theo Beisch theo.beisch at gmx.de
Fri Apr 23 19:16:40 CEST 2004


Rich, thanks. I tried these two ways already:

BufferedWriter bw = new
//this
BufferedWriter(newOutputStreamWriter(proc.getOutputStream()));
//or this one
OutputStreamWriter bw = new OutputStreamWriter(proc.getOutputStream());

(And I am actually flushing the buffers).
Theo

D Richard Felker III wrote:

> On Thu, Apr 22, 2004 at 11:33:01PM +0200, Theo Beisch wrote:
> 
>>Does anybody have a hint: I am trying to control mplayer in slave mode 
>>from Java via a BufferedOutputStream and due to whatever reason mplayer 
> 
>                   ^^^^^^^^
> 
> Hmm, buffered means it's buffered, which could very well be a problem.
> Try flushing the buffer after each command or using some sort of
> nonbuffered stream.
> 
> Rich
> 
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
> 
> 





More information about the MPlayer-users mailing list