![]() |
2011-04-08
, 13:15
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#1031
|
The Following User Says Thank You to ukki For This Useful Post: | ||
![]() |
2011-06-01
, 00:09
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#1032
|
![]() |
2011-10-18
, 00:22
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2010
|
#1033
|
![]() |
2012-03-23
, 11:44
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#1034
|
The Following User Says Thank You to ukki For This Useful Post: | ||
![]() |
2012-03-25
, 04:15
|
|
Posts: 115 |
Thanked: 95 times |
Joined on Oct 2011
@ Sankt-Peterburg, Russia
|
#1035
|
The Following User Says Thank You to ekze For This Useful Post: | ||
![]() |
2012-03-25
, 05:29
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#1036
|
![]() |
2012-03-25
, 10:27
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#1037
|
The Following User Says Thank You to ukki For This Useful Post: | ||
![]() |
2012-03-26
, 00:54
|
|
Posts: 115 |
Thanked: 95 times |
Joined on Oct 2011
@ Sankt-Peterburg, Russia
|
#1038
|
![]() |
2012-05-23
, 11:37
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#1039
|
diff --git a/lib/vlc.rb b/lib/vlc.rb index 1c68cdc..37e573d 100644 --- a/lib/vlc.rb +++ b/lib/vlc.rb @@ -232,7 +232,7 @@ class VLC @vlc_startup = Time.now if server.settings.vlc && File.exists?(server.settings.vlc) Thread.new do - cmd = "#{server.settings.vlc} -Vdummy --intf=#{server.settings.new_vlc && server.settings.new_vlc.to_i == 1 ? "old" : ""}telnet --telnet-host=localhost --teln + cmd = "#{server.settings.vlc} --intf=telnet --telnet-host=localhost --telnet-port=4212 --telnet-password=knots" if !Common.windows_os? cmd +=" -d --pidfile=#{@pidfile} 2> /dev/null" else
![]() |
2012-05-23
, 12:56
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#1040
|
I'm trying to watch videos with very lousy laptop, without flash (namely OLPC, http://wiki.laptop.org/go/Hardware_specification). I have powerful server and fast (local) network. With powerful client I have tested that server has not any problems.
Out of the box (client side) theora is only profile, which is handled. Video streaming works with (default) Theora-profile when resolution is dropped to the 240x160px (which is almost a joke). 480x320px is lagging too much.
What should I try next? I see profile has many parameters to tune, but I have no idea which makes video lighter to play.