Notices


Reply
Thread Tools
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#91
Originally Posted by grog View Post
Code:
$ mediaserv            
Can't locate HTTP/Date.pm in @INC
[...snip long list of paths...]
Any idea what I'm missing? TX
HTTP:ate ;-)

On a Debian-based system (such as Debian, Ubuntu, ...) you can easily get this by doing:

Code:
sudo apt-get install libwww-perl
YMMV.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 
grog's Avatar
Posts: 546 | Thanked: 85 times | Joined on Feb 2008 @ Winnipeg, Canada
#92
Originally Posted by Jaffa View Post
HTTP:ate ;-)
yah yah. I figured that much out

On a Debian-based system (such as Debian, Ubuntu, ...) you can easily get this by doing:

Code:
sudo apt-get install libwww-perl
YMMV.
There we go. That's what I needed, which on my gentoo system is package dev-perl/libwww-perl, which installed 5 other packages as dependencies & now works! YIPPEEE!!

thanks
__________________
GROG!
N900 | ZAGG Body Armour | 16Gb A-DATA micro-sd
N810 | 2 x Patriot 8gb mini-SD | Boxwave Crystal Clear SS | Black Aluminum case | OTG dongle
N800 | 2 x 8gb OCX SD | Boxwave Anti-glare SS | PDAir book-style case
Holux M-1200 bluetooth GPS | iGo 4-row bluetooth keyboard | Linksys USB 10/100 ethernet | Plantronics Voyager 855 BT Headset
 

The Following User Says Thank You to grog For This Useful Post:
salinmooch's Avatar
Posts: 39 | Thanked: 26 times | Joined on Mar 2008 @ On the wasatch front, UT USA
#93
I've gone through this thread and have not found my issue (though I may have missed it) and I am a bit of a newbie. I have been using tablet-encode for awhile but finally have an extra computer that mediaserv would be useful on. Anyways, I followed the instructions in the readme for an Ubuntu install, set up the config file and ran mediaserv.

When I connect via my latop's browser or the n800 I get a mediaserv title and a "Not found".

Do to spaces in my original path I made a directory called /home/shared/video, stuck some movies in there, modified config, but still no go. I may have missed installing stuff for whatever parses the video's for thumbnails??

Here is my log output:
Code:
2008/12/05 16:08:02 12617 - NOTE! forked new child, we now have 1 children
2008/12/05 16:08:02 12617 - NOTE! forked new child, we now have 2 children
2008/12/05 16:08:02 12617 - NOTE! forked new child, we now have 3 children
2008/12/05 16:08:02 12617 - NOTE! forked new child, we now have 4 children
2008/12/05 16:08:02 12617 - NOTE! forked new child, we now have 5 children
2008/12/05 16:08:10 12618 - 10.0.0.5 http://moochmachine:8090/browse/ - ct[1]
2008/12/05 16:08:10 12618 - disconnect:10.0.0.5 - ct[1]
2008/12/05 16:08:11 12619 - 10.0.0.5 http://moochmachine:8090/static/styles.css - ct[1]
2008/12/05 16:08:11 12619 - Read 1150 bytes from styles.css
2008/12/05 16:08:11 12619 - Read 0 bytes from styles.css
2008/12/05 16:08:11 12619 - disconnect:10.0.0.5 - ct[1]
2008/12/05 16:08:11 12620 - 10.0.0.5 http://moochmachine:8090/static/reflection.js - ct[1]
2008/12/05 16:08:11 12620 - Read 5218 bytes from reflection.js
2008/12/05 16:08:11 12620 - Read 0 bytes from reflection.js
2008/12/05 16:08:11 12620 - disconnect:10.0.0.5 - ct[1]
2008/12/05 16:08:11 12621 - 10.0.0.5 http://moochmachine:8090/favicon.ico - ct[1]
2008/12/05 16:08:14 12622 - 10.0.0.5 http://moochmachine:8090/browse/ - ct[1]
2008/12/05 16:08:14 12622 - disconnect:10.0.0.5 - ct[1]
2008/12/05 16:08:14 12618 - 10.0.0.5 http://moochmachine:8090/static/styles.css - ct[2]
2008/12/05 16:08:14 12618 - Read 1150 bytes from styles.css
2008/12/05 16:08:14 12618 - Read 0 bytes from styles.css
2008/12/05 16:08:14 12618 - disconnect:10.0.0.5 - ct[2]
2008/12/05 16:08:14 12619 - 10.0.0.5 http://moochmachine:8090/static/reflection.js - ct[2]
2008/12/05 16:08:14 12619 - Read 5218 bytes from reflection.js
2008/12/05 16:08:14 12619 - Read 0 bytes from reflection.js
2008/12/05 16:08:14 12619 - disconnect:10.0.0.5 - ct[2]
2008/12/05 16:08:15 12620 - 10.0.0.5 http://moochmachine:8090/favicon.ico - ct[2]
2008/12/05 16:08:16 12621 - 10.0.0.5 http://moochmachine:8090/browse/ - ct[2]
2008/12/05 16:08:16 12621 - disconnect:10.0.0.5 - ct[2]
2008/12/05 16:08:17 12622 - 10.0.0.5 http://moochmachine:8090/static/styles.css - ct[2]
2008/12/05 16:08:17 12622 - Read 1150 bytes from styles.css
2008/12/05 16:08:17 12622 - Read 0 bytes from styles.css
 
salinmooch's Avatar
Posts: 39 | Thanked: 26 times | Joined on Mar 2008 @ On the wasatch front, UT USA
#94
Originally Posted by salinmooch View Post
Do to spaces in my original path I made a directory called /home/shared/video, stuck some movies in there, modified config, but still no go. I may have missed installing stuff for whatever parses the video's for thumbnails??

I'm an idiot - it was a config file issue. Please ignore above post.
 
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#95
Originally Posted by salinmooch View Post
I'm an idiot - it was a config file issue. Please ignore above post.
For reference, what was the issue? How can I make the error handling and/or documentation better?
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 
salinmooch's Avatar
Posts: 39 | Thanked: 26 times | Joined on Mar 2008 @ On the wasatch front, UT USA
#96
Originally Posted by Jaffa View Post
For reference, what was the issue? How can I make the error handling and/or documentation better?
Nothing on your end - user error. I simply over looked the fact that although I changed the data directory in the config file, I had failed to uncomment the line, thus I couldn't see any of my video files. Worked fine after that : ).

Thanks for the great software!
 

The Following User Says Thank You to salinmooch For This Useful Post:
Posts: 24 | Thanked: 3 times | Joined on Jan 2009
#97
how do you open tar in the n810 because i can't install mediaderv because its in tar and not in deb.
 
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#98
Originally Posted by caredad13 View Post
how do you open tar in the n810 because i can't install mediaderv because its in tar and not in deb.
I'm afraid my instructions have confused you. mediaserv is installed, and run, on a PC (primarily tested under Linux, but apparently can be got to work on Mac OS X and (perhaps) Windows).

You then access it on your N810 through the normal web browser or Nokia's VideoCenter application.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 

The Following User Says Thank You to Jaffa For This Useful Post:
stangri's Avatar
Posts: 145 | Thanked: 18 times | Joined on Aug 2008 @ Vancouver, BC
#99
Andrew,
I really wanted to see how would the mediaserv fair on the AppleTV running Tiger, however I've got problems running install.sh:
AppleTV:~/Desktop/mediaserv stangri$ ./install.sh
cp: illegal option -- u
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
cp: /Users/stangri/.mediaserv/config: No such file or directory
Install of mediaserv complete.
I don't have that much experience with shell scripting and can't understand what should go where from the commands in install.sh -- is there any detailed information on "manual" setup of mediaserv, describing all the binaries, config files and Perl modules I need to install and how to do it on Mac?

thanks!
 
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#100
My fault for using a GNUism.

All it's doing is copying the resource files to ~/.mediaserv - so you should be OK to just remove the "-u" part of the `cp' line.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:26.