MediaTomb

slimard

Vu+ Newbie
Hello,

I am using MediaTomb on my Uno for the first time. I am streaming the video content to my Panasonic TV. My problem is that I cannot play .m2ts (avchd). However with my Twonky media server on my Windows 7 machine, I can play these files from my TV.

Do I need to change something on my mediatomb settings?

Thanks
S.
 

angelofsky1980

BlackHole Driver Specialist
Hello,

I am using MediaTomb on my Uno for the first time. I am streaming the video content to my Panasonic TV. My problem is that I cannot play .m2ts (avchd). However with my Twonky media server on my Windows 7 machine, I can play these files from my TV.

Do I need to change something on my mediatomb settings?

Thanks
S.
Open your Mediatomb config file config.xml (into /.mediatomb folder) and add this line into <mappings> tag:

Code:
<map from="m2ts" to="video/mpeg"/>

If the line is already present we can make some tests...
If the line is missing and after adding it, the file is correctly played we add this fix to next BH images of course (with credits ;) )
 

slimard

Vu+ Newbie
Thanks. It did the trick. The line was not there and I have added it. I can now see m2ts files in the database. Howeve, I have done the same trick for mts files and these ones are not added to the database. Are these files supported? Why they cannot be added to the database?

Many thanks
 

slimard

Vu+ Newbie
is it possible to activate the transcoding option in the config.xml to play mkv on my tv. My TV doesn't support playing mkv natively. Will this have a performance issue on my Uno?
 

angelofsky1980

BlackHole Driver Specialist
is it possible to activate the transcoding option in the config.xml to play mkv on my tv. My TV doesn't support playing mkv natively. Will this have a performance issue on my Uno?
Transcoding is not supported. The CPU box is not sufficinet powerful to perform transcode :(
 

prosit

Vu+ Newbie
Hallo Jungs!!
Habe BH 1.7.3 Image und kann leider mediatombconfig.xml nicht finden
Könnt jemand mir hier ein gutes Tipp geben, wo config exakt liegt?
 

prosit

Vu+ Newbie
You can download the config file via FTP protocol, edit it and re-upload in the same position.
Make backup of modified files!!!!
I see no config file
Where can I download it and upload it again?
I'm only in usr /share /mediatomb found, but there is no config file in there
 

Attachments

  • 1.png
    1.png
    217.7 KB · Views: 15
  • 2.jpg
    2.jpg
    195.4 KB · Views: 13

Tamaki

Administrator
I see no config file
Where can I download it and upload it again?
I'm only in usr /share /mediatomb found, but there is no config file in there
The dir where you can find config file is /.mediatomb (hidden dir)
 

prosit

Vu+ Newbie
Thank for your support!
I am streaming content to my Samsung Smart
The following are bug has occurred with me
1. not play mkv files on Samsung TV, and film from the hard drive running smoothly
2. mediatomb sees no title of files in cyrillic

I have added in config.xml
Code:
    <filesystem-charset>UTF-8</filesystem-charset>
    <metadata-charset>UTF-8</metadata-charset>
    <playlist-charset>UTF-8</playlist-charset>

and changed
Code:
 <map from="mkv" to="video/x-matroska"/>
to
Code:
  <map from="mkv" to="video/x-msvideo"/>
No effect :sad:
What need I to changed on my setting?

Thanks!!
 
Top