|
|
02-20-2012
, 07:32 AM
|
|
|
Posts: 1,099 |
Thanked: 903 times |
Joined on Feb 2010
@ Israel
|
#12
|
|
|
03-01-2012
, 05:33 PM
|
|
Posts: 88 |
Thanked: 14 times |
Joined on Jun 2011
@ Sacramento, CA USA
|
#13
|
|
|
03-07-2012
, 07:27 PM
|
|
|
Posts: 1,107 |
Thanked: 717 times |
Joined on Mar 2007
@ Germany
|
#14
|
mplayer -udp-master -udp-ip 192.168.0.255 video1.mpg
mplayer -udp-slave videoN.mpg
| The Following 2 Users Say Thank You to ArnimS For This Useful Post: | ||
|
|
05-05-2012
, 01:14 PM
|
|
Posts: 141 |
Thanked: 200 times |
Joined on Apr 2008
|
#15
|
|
|
05-05-2012
, 01:55 PM
|
|
|
Posts: 1,412 |
Thanked: 779 times |
Joined on Dec 2011
@ Harmattan
|
#16
|
|
|
05-05-2012
, 03:06 PM
|
|
Posts: 208 |
Thanked: 253 times |
Joined on Oct 2009
@ Helsinki, Suomi (Finland)
|
#17
|
For those still using mplayer from the kmplayer garage site, you may want to update to mplayer_1.0svn20120427-1 to get the latest mplayer/ffmpeg improvements.
wow thx, how to play video from cmd line?
| The Following User Says Thank You to ladoga For This Useful Post: | ||
|
|
05-05-2012
, 03:30 PM
|
|
Posts: 141 |
Thanked: 200 times |
Joined on Apr 2008
|
#18
|
| The Following User Says Thank You to koos For This Useful Post: | ||
|
|
05-12-2012
, 02:35 AM
|
|
Posts: 208 |
Thanked: 253 times |
Joined on Oct 2009
@ Helsinki, Suomi (Finland)
|
#20
|
Maybe a python guru may help you. In C the function to call is MeeGo::QmDisplayState::setBlankingPause(). A simple script that you start in the background might do the job.
$ gconftool-2 -a /system/osso/dsm/display possible_display_dim_timeouts = [15,30,60,120,300] color_profile = Neutral use_low_power_mode = true display_blank_timeout = 5 possible_display_blank_timeouts = [3,10,15] display_brightness = 3 adaptive_display_dim_threshold = 3000 display_brightness_level_step = 1 display_dim_timeout = 30 max_display_brightness_levels = 5 inhibit_blank_mode = 0 als_enabled = true use_adaptive_display_dimming = true
$ gconftool-2 --type list --list-type int --set /system/osso/dsm/display/possible_display_dim_timeouts [15,30,60,120,300,10800]
$ gconftool-2 --type int --set /system/osso/dsm/display/inhibit_blank_mode 1
$ gconftool-2 --type int --set /system/osso/dsm/display/inhibit_blank_mode 0
gconftool-2 --help
| The Following User Says Thank You to ladoga For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
as for n9, where is the sib(gui)?