The Following User Says Thank You to ukki For This Useful Post: | ||
|
2010-02-21
, 04:05
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#382
|
The Following User Says Thank You to Addison For This Useful Post: | ||
|
2010-02-21
, 10:13
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#383
|
The Following User Says Thank You to ukki For This Useful Post: | ||
|
2010-02-22
, 00:50
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#384
|
|
2010-02-23
, 04:07
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#385
|
The Following User Says Thank You to Addison For This Useful Post: | ||
|
2010-02-23
, 18:11
|
Posts: 185 |
Thanked: 103 times |
Joined on Aug 2008
|
#386
|
|
2010-02-23
, 18:33
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#387
|
The Following User Says Thank You to ukki For This Useful Post: | ||
|
2010-02-23
, 21:00
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#388
|
The Following User Says Thank You to Addison For This Useful Post: | ||
|
2010-02-25
, 15:42
|
Posts: 22 |
Thanked: 4 times |
Joined on Dec 2009
|
#389
|
|
2010-02-25
, 15:52
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#390
|
Since updating the server, my "Settings" and "Status" tabs display this error:
no such column: temporary
C:/knots/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-mswin32/lib/sqlite3/errors.rb:62:in `check'
C:/knots/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-mswin32/lib/sqlite3/statement.rb:39:in `initialize'
C:/knots/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-mswin32/lib/sqlite3/database.rb:154:in `new'
C:/knots/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-mswin32/lib/sqlite3/database.rb:154:in `prepare'
C:/knots/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-mswin32/lib/sqlite3/database.rb:202:in `execute2'
./lib/db.rb:135:in `method_missing'
(erb):13:in `html'
./lib/plugin.rb:154:in `html'
(erb):3:in `html'
./lib/plugin.rb:154:in `html'
./lib/plugin.rb:90:in `do_GET'
C:/knots/ruby/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__'
C:/knots/ruby/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service'
C:/knots/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
C:/knots/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
C:/knots/ruby/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
C:/knots/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start'
C:/knots/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
C:/knots/ruby/lib/ruby/1.8/webrick/server.rb:95:in `start'
C:/knots/ruby/lib/ruby/1.8/webrick/server.rb:92:in `each'
C:/knots/ruby/lib/ruby/1.8/webrick/server.rb:92:in `start'
C:/knots/ruby/lib/ruby/1.8/webrick/server.rb:23:in `start'
C:/knots/ruby/lib/ruby/1.8/webrick/server.rb:82:in `start'
knots.rb:32:in `initialize'
knots.rb:368:in `new'
knots.rb:368
The Following 3 Users Say Thank You to ukki For This Useful Post: | ||
I looked at the filename problems people were having on Windows. It's pretty hard to try to fix in Knots and it seems it will be fixed in Ruby 1.9.2 so until it's released, please try to avoid using non-ascii chracters in filenames. They are usually properly scanned, but VLC fails to play them.
I released a new server for Windows with minor changes. For some reason its size dropped to half when I compressed it, but it seems to work fine so I wonder what caused it. Most noticeable changes:
- Latest changes from git
- Profile buffer now makes the N900 client (mplayer) buffer the video too. MPlayer doesn't use seconds so I made it buffer 512 kb * seconds.
- Tuned N900 profile a bit. Seems pretty solid according to my quick tests, can anyone with the "no video" -problem test it?
- Added an ability to check whether your server is accessible from the internet without you having to go out and actually test it. Just start a stream in the browser, click on 'Hide window' button and go to settings to test it.
Last edited by ukki; 2010-02-20 at 12:56.