Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Need Help Streaming m2ts Using Mediatomb

  1. #1
    Join Date
    Aug 2009
    Beans
    2

    Question Need Help Streaming m2ts Using Mediatomb

    Alright so my Googling has gotten me no where with this one. What I want to do is stream .m2ts video files to my PS3, really I'm just trying to copy them to the PS3 hard drive using mediatomb. I want to use the m2ts container because of its support for files larger than 4gb, not sure why mp4 files larger then 4gb won't work on the PS, and for its support of ac3 audio. The only fix that I found that was similar to this was editing the configuration file, mimetype and some other part, however this did not work for me. Any help would be greatly appreciated.

  2. #2
    Join Date
    Aug 2009
    Beans
    2

    Re: Need Help Streaming m2ts Using Mediatomb

    b-b-b-bump

  3. #3
    Join Date
    May 2009
    Beans
    17

    Re: Need Help Streaming m2ts Using Mediatomb

    Also having the same problem,

    adding

    <map from="m2ts" to="video/divx"/> or
    <map from="m2ts" to="video/avc"/> or
    <map from="m2ts" to="video/avchd"/> or
    <map from="m2ts" to="video/divx"/> or
    <map from="avi" to="video/avi"/> or
    <map from="avi" to="video/mpeg"/>

    to config.xml under <mappings> <extension-mimetype ignore-unknown="no"> did not work.

    Nothing shows up in the folder in the ps3 for the .m2ts file

  4. #4
    Join Date
    May 2009
    Beans
    17

    Re: Need Help Streaming m2ts Using Mediatomb

    Adding the follwoing to the same section under the avi map and a system reboot fixed the problem for me.
    <map from="vob" to="video/mpeg"/>
    <map from="m2ts" to="video/mpeg"/>
    <map from="ts" to="video/mpeg"/>

  5. #5
    Join Date
    Apr 2007
    Beans
    9

    Re: Need Help Streaming m2ts Using Mediatomb

    Ok, even though this thread is 3 weeks old, I still just want to say thanks.

    Thanks!

  6. #6
    Join Date
    Jul 2009
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Need Help Streaming m2ts Using Mediatomb

    Quote Originally Posted by encore2097 View Post
    Adding the follwoing to the same section under the avi map and a system reboot fixed the problem for me.
    <map from="vob" to="video/mpeg"/>
    <map from="m2ts" to="video/mpeg"/>
    <map from="ts" to="video/mpeg"/>
    I hope it's not too late to revive this thread. I recently needed to accomplish the same thing.

    I tried what the above quote suggests, did a system reboot, and still no cake...wierd...

    Anyone else still having trouble with this? Anyone else find a solution other than the above?

    THANKS Linux Community!!

    --OSXniCKels

  7. #7
    Join Date
    Jul 2009
    Location
    Dallas
    Beans
    53
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Need Help Streaming m2ts Using Mediatomb

    OSXniCKels that fix should have worked, but... I’d suggest that you make sure that the cfg you think you are using is the one that being used, I had a problem a while back and it turned out that it was looking for it in a different spot, and was using a generic one.
    Try starting it with #sudo mediatomb –f /etc/mediatomb/config.xml –D –l /var/log/mediatomb.log
    And with that your cfg should be in /etc/mediatomb/… or where you expect it and change above as needed
    The –f tells it where to get the Cfg from, -D is debug and the –l is where the logs are kept and why the sudo.
    At the top of the log since debug is on you should see part of your cfg.
    I’m doing this from work so please forgive me if I forgot anything.
    9.10 Desktop as server running Mediatomb, samba, printserver, torrentflux-b4rt, squid/dansguardian, personal webpage and the what nots.....
    9.10 Desktop for lil kiddys so I wont get anymore gifts(webhijacks).

  8. #8
    Join Date
    Jul 2009
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Need Help Streaming m2ts Using Mediatomb

    Thanks Buntunoob...I'll give this a shot. I should have thought to try to specify an explicit config file...I'll reply with my results as soon as I get a chance to try it.

    Funny thing is, now that I have streaming setup (for the most part) I haven't had much time to watch anything! Oh well. Thank you!

  9. #9
    Join Date
    Jul 2009
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Need Help Streaming m2ts Using Mediatomb

    Quote Originally Posted by OSXniCKels View Post
    Thanks Buntunoob...I'll give this a shot. I should have thought to try to specify an explicit config file...I'll reply with my results as soon as I get a chance to try it.

    Funny thing is, now that I have streaming setup (for the most part) I haven't had much time to watch anything! Oh well. Thank you!

    Okay, so I got to it, and got it working! Looking at some debug output, it was looking at ~/.mediatomb/config.xml where I only was editing /etc/mediatomb/config.xml so I copied the former to the latter and VIOLA!

  10. #10
    Join Date
    Jul 2009
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Need Help Streaming m2ts Using Mediatomb

    I've been using MediaTomb successfully now for a few months and I love it!

    For those of you who are Mac users - I use a Macbook Pro for my everyday machine, have an Ubuntu 9.10 Server install at home for my website and other things, and Windows 7 x64 via Boot Camp when I need to.

    Until now I've been using mkv2vob to convert MKV's to M2TS but mkv2vob is a Windows-only app. Recently, I found an app for the Mac that works just as well.

    mkvtools found here: http://www.emmgunn.com/mokgvm2dvd/mokgvmhome.html will transcode or remux depending on your needs. You can choose to output an AVI or an MP4 file.

    For my PS3, I chose MP4, and for example I have an MKV that has a video channel of AVCHD/H264 and an audio channel of DTS. Since I don't have a DTS decoder sound system, I need to transcode the audio.

    So I chose the passthru setting for video and aac for audio. The file is processed fairly quickly as it doesn't need to re-encode the video since it is a format the PS3 can play already.

    Anyway, just wanted to share this for any Mac users that may come across this post.

    --OSXniCKels

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •