![]() |
2012-02-20
, 11:32
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#12
|
![]() |
2012-03-01
, 21:33
|
Posts: 92 |
Thanked: 16 times |
Joined on Jun 2011
@ Sacramento, CA USA
|
#13
|
![]() |
2012-03-07
, 23:27
|
|
Posts: 1,107 |
Thanked: 720 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: | ||
![]() |
2012-05-05
, 17:14
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#15
|
![]() |
2012-05-05
, 17:55
|
|
Posts: 1,583 |
Thanked: 1,203 times |
Joined on Dec 2011
@ Everywhere
|
#16
|
![]() |
2012-05-05
, 19:06
|
Posts: 230 |
Thanked: 302 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: | ||
![]() |
2012-05-05
, 19:30
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#18
|
The Following User Says Thank You to koos For This Useful Post: | ||
![]() |
2012-05-12
, 06:35
|
Posts: 230 |
Thanked: 302 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: | ||
as for n9, where is the sib(gui)?