OpenQNX :: The QNX Community Portal

May 13, 2008 - 02:05 PM
Google
  Web openqnx.com   
     Create an account Home · Submit News · QNX Forums · QNX Download · Search   
_
Main Menu
Who's Online
There are 76 unlogged users and 2 registered users online.

You can log-in or register for a user account here.

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
iangibb
Post subject: mplayer on qnx 6.3.1  PostPosted: Apr 17, 2008 - 01:10 PM
Active Member


Joined: Oct 14, 2003
Posts: 14
Location: UK
How can i stop the mplayer terminal output, so that i can control it from an application?
Also, any help on configuring mplayer to run as fast as possible for an embedded media application?
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
hatem.masmoudi
Post subject: RE: mplayer on qnx 6.3.1  PostPosted: Apr 18, 2008 - 02:59 PM
New Member


Joined: Mar 15, 2008
Posts: 1

Are you working in x86 or ppc architechture ?
mplayer offer a slave mode. for controlling it you must use signal.in QT application:
TVPlayer=new QProcess( );
TVPlayer->addArgument( "mplayer" );
TVPlayer->addArgument( "-wid" );
TVPlayer->addArgument(wid);
TVPlayer->addArgument( "-slave" )
....
to control mplayer.
sprintf(LocalStdout , "osd_show_text %d-%s 4000\n", channelnumber, ChannelName);
TVPlayer->writeToStdin(LocalStdout);


I'm looking for a version of mplayer running on qnx 6.3 on ppce architechture. where can i found it?
 
 View user's profile Send private message  
Reply with quote Back to top
jct
Post subject:   PostPosted: Apr 18, 2008 - 07:49 PM
Active Member


Joined: Feb 22, 2005
Posts: 36

Is there is even a recent one that works on 6.3? There is an outdated floating around, I know.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
All logos and trademarks in this site are property of their respective owners. The comments are property of their posters.
Powered by OpenQNX: The QNX Community Portal Site
QNX and the QNX logo are registered trademarks of QNX Software Systems.