Re: [Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread bill-lancaster
Thank you Benoît , I'll get on to it! -- View this message in context: http://gambas.8142.n7.nabble.com/Problem-running-mplayer-from-EXEC-tp48844p48853.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread Benoît Minisini
Le 20/10/2014 15:09, bill-lancaster a écrit : > Thanks Tobias that produced a result - the file plays and mplayers output is > captured. > However, I used to get a handy measure of progress but now:- > > A: 0.1 V:-9223372036854775808.0 A-V: 0.000 ct: -nan 0/ 0 ??% ??% > ??,?% > A: 0.1 V:-

Re: [Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread bill-lancaster
Thanks Tobias that produced a result - the file plays and mplayers output is captured. However, I used to get a handy measure of progress but now:- A: 0.1 V:-9223372036854775808.0 A-V: 0.000 ct: -nan 0/ 0 ??% ??% ??,?% A: 0.1 V:-9223372036854775808.0 A-V: 0.000 ct: -nan 0/ 0 ??% ?

Re: [Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread Tobias Boege
On Mon, 20 Oct 2014, bill-lancaster wrote: > > this code:- > > Exec ["mplayer", "/folder/somemusic.mp3"] > > runs ok, but when trying to capture the mplayer ouput by adding] 'For Read > As "Process_Run"', mplayer doesn't run and this message is displayed. in Sub > Process_Run_Read() > > MPlaye

[Gambas-user] Problem running mplayer from EXEC

2014-10-20 Thread bill-lancaster
this code:- Exec ["mplayer", "/folder/somemusic.mp3"] runs ok, but when trying to capture the mplayer ouput by adding] 'For Read As "Process_Run"', mplayer doesn't run and this message is displayed. in Sub Process_Run_Read() MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team Terminal type `unknown' i