Kodi Community Forum
MP4 movies crash XBMC on my Apple TV 2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: MP4 movies crash XBMC on my Apple TV 2 (/showthread.php?tid=99195)

Pages: 1 2 3


MP4 movies crash XBMC on my Apple TV 2 - lumberjackjohnn - 2011-04-13

I am a newbie when it comes to xbmc and apple tv's but I really need help with this....

I recently purchased an Apple TV 2, installed XBMC. Watching AVI's isn't an issue, just x264 .mp4 movies which is what I want the most so we can watch 720p movies!!!

When I checked the version on the apple tv it had the latest update downloaded to it which I have read is my issue and that installing the latest nightly build is my only option right now which is fine by me!

My question is how do I install the nightly build via ssh? I'm not to great when it comes to using SSH so any help would be great.

Thanks


- chisss - 2011-04-13

To install the nighties follow these steps
INSTRUCTIONS FOR INSTALLING/UPDATING THIS BUILD:

Find the IP of the device
$ ssh root@<your iOS IP address>
$ root@<your iOS IP address>'s password: ''enter your password here, it should be "alpine" if you haven't changed it''
$ cd /private/var/tmp
$ wget (url below for LATEST APPLICABLE .DEB)
$ dpkg -i (file from url) (if this fails, run 'apt-get -f install' to resolve dependencies)
$ rm -rf (file from url)

the File from URL is the one within the following link:
http://hadm.net/~keith/xbmc_atv2/

so in this case it would be http://hadm.net/~keith/xbmc_atv2/latest_atv2.deb


- lumberjackjohnn - 2011-04-13

This is the part i get stuck at....

$ dpkg -i (file from url) (if this fails, run 'apt-get -f install' to resolve dependencies)

It did fail here, so i simply entered

apt-get -f install

then

rm -rf http://hadm.net/~keith/xbmc_atv2/latest_atv2.deb

after this is would still not play mp4 movies!!!! How can I check that I installed the nightly build correctly?

This is very frustrating!

Thanks


- amet - 2011-04-13

Code:
wget http://hadm.net/~keith/xbmc_atv2/latest_atv2.deb
dpkg -i latest_atv2.deb
rm -rf latest_atv2.deb



- lumberjackjohnn - 2011-04-13

AMET! Thanks a lot you saved me!!! One last quick question...If I want to turn off auto updates from apple which I have heard crashes XMBC how do I do that?


- amet - 2011-04-13

lumberjackjohnn Wrote:AMET! Thanks a lot you saved me!!! One last quick question...If I want to turn off auto updates from apple which I have heard crashes XBMC how do I do that?

first thing that comes to mind is stickies, have you checked them? Wink


- lumberjackjohnn - 2011-04-13

Good point! I did see something about that on there. My problem is I need to learn command line better to fully understand it.

Thanks for your help though its much appreciated.


XBMC crashing on ATV 2 when playing .mp4 files - jaimeserranoh - 2011-04-14

I just updated to the latest version but still have the problem. It's just with mp4 files. Al other video files play just fine. Please some help.


- dazex - 2011-04-14

I know people get weird issues/crashes if they have the Firecore Mediaplayer installed. Make sure that isn't installed.


- amet - 2011-04-14

jaimeserranoh Wrote:I just updated to the latest version but still have the problem. It's just with mp4 files. Al other video files play just fine. Please some help.

Debug log please


- jaimeserranoh - 2011-04-14

amet Wrote:Debug log please

Here is my debug log. Thanks for the help

http://pastebin.com/NhTpAYuM


- amet - 2011-04-14

jaimeserranoh Wrote:Here is my debug log. Thanks for the help

http://pastebin.com/NhTpAYuM

FULL debug log please

firecore player installed?


- dvverga - 2011-04-14

dazex Wrote:I know people get weird issues/crashes if they have the Firecore Mediaplayer installed. Make sure that isn't installed.


Anyway to uninstall this if it is currently installed? I would love to narrow this problem down and if that is what is causing mkvs to always crash to home with hardware acceleration on then I want it off.

I'll check in the nitotv thing, I think maybe I saw an uninstall thing there.


- jaimeserranoh - 2011-04-15

amet Wrote:FULL debug log please

firecore player installed?

I just uninstalled firecore player and now xbmc is working fine. Still, here is my full debug log

Thanks.


- dvverga - 2011-04-15

jaimeserranoh Wrote:I just uninstalled firecore player and now xbmc is working fine. Still, here is my full debug log

Thanks.

I can confirm also that this is the case and that was causing the problems. Oh btw a hint, click right to get to the menu to uninstall. For some reason that wasn't obvious to me at first.