QuietMike
Posts: 10
Joined: Fri Sep 07, 2012 11:18 pm

how do i play iso

Sat Sep 08, 2012 8:10 pm

My pi will arrive shortly, and the only thing i wanted to do was to be able to see a list of some kind of all my movies and shows (all in .iso format on an external hd connected to my win7 computer) and be able to stream them to my tv.
i was going to use Raspbmc as the os, but i found out it wont play iso's,.

what do i need to do to be able to accomplish this?

JeremyF
Posts: 515
Joined: Wed Jan 25, 2012 9:06 pm
Contact: Website

Re: how do i play iso

Sat Sep 08, 2012 10:16 pm

You can look and see what's inside the ISO by unpacking it using a program using 7zip or something similar. My hunch is that it's just an disk image containing a bunch of other video files.
{sig} Setup: Original version Raspberry Pi (B, rev1, 256MB), Dell 2001FP monitor (1600x1200), 8GB Class 4 SD Card with Raspbian and XBMC, DD-WRT wireless bridge

amyren
Posts: 91
Joined: Tue Jun 12, 2012 10:49 am

Re: how do i play iso

Sat Sep 08, 2012 10:24 pm

according to this youtube video, raspbmc have been updated so it can play dvd files and iso files.
http://www.youtube.com/watch?v=z3dgZbZ-9MY

Not sure if you need to get the mpeg2 licence key though.

SirLagz
Posts: 1705
Joined: Mon Feb 20, 2012 8:53 am
Location: Perth, Australia
Contact: Website

Re: how do i play iso

Sun Sep 09, 2012 2:08 pm

if you have can access the ISO file, run this command to mount the ISO file to a directory

Code: Select all

mount -o loop /path/to/iso.file /path/to/mountpoint
Then you can browse the ISO file as if it was a normal directory
My Blog - http://www.sirlagz.net
Visit my blog for Tips, Tricks, Guides and More !
WiFi Issues ? Have a look at this post ! http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=44044

Return to “Beginners”