[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
mediatomb UPnP server
04-05-2009, 07:35 AM
Post: #16
RE: [A110] MediaTomb with Denon 3808
(04-02-2009 05:27 PM)Eddy_BE Wrote:  Hi,
What is working for me is mediatomb running on hdx-1000, and the Denon A1 as a control point. But I cannot use another control point for flac. e.g. a PC with Kinsky.
Mediatomb is default transcoding flac-> pcm, you can remove this line from the config file.
I have also added:

Code:
<magic-file>usr/share/file/magic</magic-file>

Code:
<filesystem-charset>ISO-8859-1</filesystem-charset>

Code:
<metadata-charset>ISO-8859-1</metadata-charset>

editor is eating text Dodgy last line starts metadata-charset
remark:
Denon is picky about .flac, check with mp3tag the tags. And picture in the tagfield must be smaller than 1Meg, else you get a 'communication error'. Best to remove all non flac files from the dirs, except jpegs.


Thanks Eddy,

Seems to have done the trick.

At first I found it made no difference, but then found I have to remove my mediatomb.db and re-import my folders.

Cheers!
Find all posts by this user
04-07-2009, 10:28 PM (This post was last modified: 04-07-2009 10:29 PM by Lasse_kongo.)
Post: #17
RE: mediatomb UPnP server
(02-02-2009 06:24 AM)diatonic Wrote:  You must have telnetd already installed...

To auto-start mediatomb add:
Quote:cd /opt/sybhttpd/localhost.drives/HARD_DISK/Apps/mediatomb/ && ./mediatomb.sh&

Change "Apps" to the name of the directory you created. I just happen to put mediatomb into "Apps" directory. I also suggest adding the line under the telnet instruction in start_app.sh file. When I put it above the telnet instruction, mediatomb started and ran ok, but telnet stopped working. After I moved the mediatomb line below the telnet instruction, then both were running ok.

I have tried both above and under the telnet instruction. In both cases telnet nor mediatomb will start?

If i remove "cd /opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/mediatomb/ && ./mediatomb.sh&" (my place for mediatomb) telnet work and i can start mediatomb with cd /opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/mediatomb/ && ./mediatomb.sh&

Could anybody help me i want to autostart mediatomb? Please!!!!!
Find all posts by this user
04-08-2009, 04:42 PM
Post: #18
RE: mediatomb UPnP server
Hi, use this program:
http://www.networkedmediatank.com/showth...?tid=13161
Find all posts by this user
04-14-2009, 06:29 PM
Post: #19
RE: mediatomb UPnP server
(04-08-2009 04:42 PM)Eddy_BE Wrote:  Hi, use this program:
http://www.networkedmediatank.com/showth...?tid=13161

WTF!!!!!

=) Did god create this program!?!

Easy to use and it do wath you want!

I even get mediatomb to go with my ps3 (some changes in the config file. that is to mutch to expect from the program =) )

I will donate to the creator for shure!
Find all posts by this user
06-02-2009, 06:50 PM
Post: #20
RE: mediatomb UPnP server
Has anyone some experiece in transcoding to mp4? I'm trying to play my NMT videos on iPhone.
Find all posts by this user
06-04-2009, 03:21 PM
Post: #21
RE: mediatomb UPnP server
Hi guys,

I have no probs installing mediatomb on Mybook 2TB

I only have one problem playing .mkv files

I configured the profile correctly in config.xml

but here's the thing:

If i run the script

/opt/bin/mediatomb-transcode-video

I get the error:

/opt/bin/mediatomb-transcode-video: line 15: : No such file or directory

although:

here is how the script looks like:

#!/bin/bash

FFMPEG_PATH="/opt/bin/ffmpeg"
INPUT="$1"
OUTPUT="$2"
VIDEO_CODEC="mpeg2video"
VIDEO_BITRATE="4096k"
VIDEO_FRAMERATE="25"
AUDIO_CODEC="mp2"
AUDIO_BITRATE="192k"
AUDIO_SAMPLERATE="48000"
AUDIO_CHANNELS="2"
FORMAT="dvd"

exec ${FFMPEG_PATH} -i "${INPUT}" -vcodec ${VIDEO_CODEC} -b ${VIDEO_BITRATE} \
-r ${VIDEO_FRAMERATE} -acodec ${AUDIO_CODEC} -ab ${AUDIO_BITRATE} -ar ${AUDIO_SAMPLERATE} \
-ac ${AUDIO_CHANNELS} -f ${FORMAT} - > "${OUTPUT}" 2>/dev/null

the file is in the right path:

[root@TheUnderground ~]# cd /opt/bin
[root@TheUnderground bin]# ls
addgroup dbus-launch ffmpegvideo ipkg-opt mediatomb-transcode-video rvlc unzip
adduser dbus-monitor ffserver js nano sqlite3 unzip-unzip
adduser-su dbus-send file js-config ncurses-clear su unzipsfx
captoinfo dbus-uuidgen funzip jslint ncurses5-config taglib-config update-alternatives
clear delgroup iconv jspack nvlc tic vlc
cvlc deluser infocmp libpng-config openssl toe vlc-wrapper
dbus-cleanup-sockets dvdnav-config infotocap libpng12-config reset tput zipgrep
dbus-daemon ffmpeg ipkg mediatomb rnano tset zipinfo
[root@TheUnderground bin]#
Find all posts by this user
10-21-2009, 10:18 AM (This post was last modified: 10-21-2009 10:28 AM by mireki1975.)
Post: #22
RE: mediatomb UPnP server
hi there,

this is my first post here - i didn´t find any solution for my project with the A110 :-)

maybe anyone can help me

i want my A110 as a uPnP DLNA Server for my PS3 slim

i installed Mediatomb via CSI on my Popcorn player - with files on the internal HD it works as good it can

my second collection is on an apple TimeCapsule NAS
i have connected the TimeCapsule via smb on my a110 - now i want that Media Tomb integrates this share in the uPnP overview that i can access this files via my PS3

is this possible directly with MediaTomb? or any available extra tools?

thanks for ur help
Find all posts by this user
10-21-2009, 02:08 PM (This post was last modified: 10-21-2009 02:08 PM by Cadish.)
Post: #23
RE: mediatomb UPnP server
Can Mediatomb be used as a mediarenderer as well? As I don't like the Mediarenderer built in in the NMT... Undecided

Or, are there other alternatives as Mediarenderer?
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Faster PHP server CSI package journey4712 174 61,592 03-30-2013 01:12 PM
Last Post: o34171@rtrtr.com
  Serviio (DLNA server) RXP 3 2,893 12-30-2012 11:14 AM
Last Post: mikk
  ftp server and upload images from ipcam defer 8 5,264 02-11-2012 04:48 PM
Last Post: vanquish99
  HTTP streaming server on A110 ? dony71 0 1,352 01-26-2012 02:48 AM
Last Post: dony71
  A-110 used like server db to store sensor data csorda 0 1,038 01-18-2012 04:06 PM
Last Post: csorda
Music fuppes 0.629 for NMT - dlna, upnp media server [UPDATED: 31-May-2009] Mr Segfault 53 45,192 10-12-2011 01:04 AM
Last Post: spud
  OpenSSH for SFTP server? dony71 0 849 09-30-2011 05:32 AM
Last Post: dony71
  Mediatomb - 0.12.1 edrikk 1 1,569 07-29-2011 02:50 PM
Last Post: james-151
  web server manifest support harrykausl 0 1,196 07-20-2011 09:35 AM
Last Post: harrykausl
  Help with Server Timeout Error running a script hindibuff 0 1,675 03-29-2011 06:21 AM
Last Post: hindibuff

Forum Jump: