Closed GoogleCodeExporter closed 9 years ago
I saw your last comment... maybe things will change with a new future libmms.
Original comment by janaarno...@hotmail.com
on 17 Dec 2010 at 3:55
I hope so. If I use XBMC on Xbox, all is fine, but on Linux it's just a pain in
the 'behind'
Original comment by basrie...@gmail.com
on 17 Dec 2010 at 4:13
[deleted comment]
[deleted comment]
Sorry for my bad English
I had the same problem on my linux ubuntu 10.10 system
This is what i did.
Use externalplayer for mp4
Make a file playercorefactory.xml with an editor (gedit)
make it look like this
<playercorefactory>
<players>
<player name="totem" type="ExternalPlayer" audio="false" video="true">
<filename>/usr/bin/totem</filename>
<args>--fullscreen</args>
<hideconsole>true</hideconsole>
<hidecursor>true</hidecursor>
<forceontop>true</forceontop>
</player>
</players>
<rules action="prepend">
<rule filetypes="mp4" filename="*.mp4" player="totem"/>
</rules>
</playercorefactory>
Save the file in your /home/user/.xbmc/userdata/
For your plugins install ubuntu-restricted-extras
Rtl *.mp4 file will play nice in external player totem
In terninal
cd ~/.xbmc/userdata/
gedit playercorefactory.xml
copy and paste in gedit:
<playercorefactory>
<players>
<player name="totem" type="ExternalPlayer" audio="false" video="true">
<filename>/usr/bin/totem</filename>
<args>--fullscreen</args>
<hideconsole>true</hideconsole>
<hidecursor>true</hidecursor>
<forceontop>true</forceontop>
</player>
</players>
<rules action="prepend">
<rule filetypes="mp4" filename="*.mp4" player="totem"/>
</rules>
</playercorefactory>
save your file "playercorefactory.xml"
Original comment by jv...@msn.com
on 20 Dec 2010 at 11:35
Thank you for your hints on solving this, it almost worked, but didn't :(
Because of the way the appletv is booted and it starts xbmc it somehow did not
work for me.
I installed xbmc as described by using
"http://wiki.xbmc.org/index.php?title=HOW-TO_install_a_Miminal_Ubuntu_and_XBMC_w
ith_sound_over_HDMI_on_the_AppleTV" as a guidline
(not by the letter; I used a newer ubuntu, installed netatalk etc)
In this tutorial the way to start XBMC is : "exec xbmc --standalone"
(.xsession).
I tried your suggestion installing totem; I installed
'ubuntu-restricted-extras' AND 'totem' since it was still missing after the
install in Karmic. Then I created the playercorefactory.xml in my
.xbmc/userdata directory.
Now, in xbmc when I selected an item from irtl, a quick blink of a white
rectangle popped up and disapeared instantaniously. I think it has to do with
the '--standalone' option in which xbmc is started, but I do not know how to
fix that?
If you have any more suggestions :) ?
With regards,
Jan Faber
Original comment by janaarno...@hotmail.com
on 20 Dec 2010 at 11:55
ok; i tried without the --standalone option. XBMC starts fine. the log shows :
13:07:20 T:3053823872 M:121614336 NOTICE: ExternalPlayer Filename:
/usr/bin/totem
13:07:20 T:3053823872 M:121614336 NOTICE: ExternalPlayer Tweaks: hideconsole
(true), hidexbmc (false), islauncher (false), warpcursor ()
13:07:20 T:3053823872 M:121614336 NOTICE: OpenFile:
http://iptv.rtl.nl/nettv/Sat16.RTL5_101218_15113717_Take_5_s1_a43.MiMedia_M.mp4
13:07:20 T:2914102128 M:121614336 NOTICE: Process: Player : /usr/bin/totem
13:07:20 T:2914102128 M:121614336 NOTICE: Process: File :
http://iptv.rtl.nl/nettv/Sat16.RTL5_101218_15113717_Take_5_s1_a43.MiMedia_M.mp4
13:07:20 T:2914102128 M:121614336 NOTICE: Process: Content:
13:07:20 T:2914102128 M:121614336 NOTICE: Process: Args : --fullscreen
13:07:20 T:2914102128 M:121614336 NOTICE: Process: Start
13:07:20 T:2914102128 M:121614336 NOTICE: Process: Releasing audio device 1
13:07:21 T:2914102128 M:121556992 NOTICE: ExecuteAppLinux: "/usr/bin/totem"
--fullscreen
"http://iptv.rtl.nl/nettv/Sat16.RTL5_101218_15113717_Take_5_s1_a43.MiMedia_M.mp4
"
13:07:22 T:2914102128 M:121532416 NOTICE: ExecuteAppLinux: Failure: -1
13:07:22 T:2914102128 M:121532416 NOTICE: Process: Stop
13:07:22 T:2914102128 M:121532416 NOTICE: Process: Showing XBMC window
13:07:22 T:2914102128 M:121573376 NOTICE: Process: Reclaiming audio device 1
any clues? Totem is installed.
Original comment by janaarno...@hotmail.com
on 20 Dec 2010 at 12:13
OK a little late
but can you play the file in the terminal
totem
http://iptv.rtl.nl/nettv/Sat16.RTL5_101218_15113717_Take_5_s1_a43.MiMedia_M.mp4
Original comment by jv...@msn.com
on 21 Dec 2010 at 5:31
yep that works when I open a shell ssh -Y appletvip and I run totem it works
(choppy, but works)
Original comment by janaarno...@hotmail.com
on 22 Dec 2010 at 2:25
I guess it is the internal memory but I do not know your system.
There's one thing you can try, but is not the way it is described in xbmc.
"http://wiki.xbmc.org/index.php?title=HOW-TO_use_an_External_Player_for_media_pl
ayback"
The file /usr/share/xbmc/system/playercorefactory.xml
Backup this file or rename it in case it goes wrong.
cut the the file in ~/.xbmc/userdata/playercorefactory.xml and paste it into
/usr/share/xbmc/system
Original comment by jv...@msn.com
on 22 Dec 2010 at 6:08
Original issue reported on code.google.com by
janaarno...@hotmail.com
on 17 Dec 2010 at 3:34