After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 325752 - [0.10] doesn't play file copied from a DVD
[0.10] doesn't play file copied from a DVD
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2006-01-04 10:38 UTC by Sebastien Bacher
Modified: 2006-09-03 09:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-01-04 10:38:48 UTC
This bug has been described here: http://bugzilla.ubuntu.com/show_bug.cgi?id=21862

"I made an ISO of a DVD, so I can play the movie from the hard disk, but Totem
can't open it anymore (used to work).
It gives an error : "Can't play file blah-blah, location not found "."

That's probably because gstreamer0.10 has no dvd element for the moment but the message is confusing, it should mention that
Comment 1 Tim-Philipp Müller 2006-02-10 17:48:36 UTC
Odd that it says 'location not found'. What does

  % gst-typefind-0.10 /path/to/file

show?
Comment 2 Sebastien Bacher 2006-02-20 09:10:25 UTC
From distro bug:

"

Hi,

Just installed a fresh Flight 4, and the problem is still there.

The result of the command above is just : "No type found".

$ gst-typefind-0.10 /media/Breezy_Home/vincent/lotus/Lotus_DVD.iso /media/Breezy_Home/vincent/lotus/Lotus_DVD.iso - No type found
...
> Is the totem message saying "location not found" or "no type found"? Those are differents messages in fact
...
Totem says "Location not found". "no type found" is the result of that gst command upstream asked about.
It doesn't seem clear, so I made a screenshot that recapitulates the problem...

http://librarian.launchpad.net/1577547/Screenshot-1.png
Totem error message along with gst error in the terminal."
Comment 3 Tim-Philipp Müller 2006-08-22 17:32:55 UTC
Can't reproduce this with up-to-date totem (1.5.92) and gst-plugins-ugly (0.10.4).

With dvdreadsrc installed, opening a DVD iso file works just fine (totem will pass a dvd:///path/to/foo.iso URI), without dvdreadsrc installed it will throw an error telling you about the missing dvd handler.

gst-typefind-0.10 doesn't recognise the ISO file, but that's actually not a problem, since totem does and prefixes the dvd:// bit, so only dvdreadsrc needs to be able to handle this right.


If this is still a problem with current totem/gst-plugins-ugly, could you run totem like this:


 $ GST_DEBUG=totem:5,dvdreadsrc:5  totem dvd:///path/to/file.iso  2>dbg.log
 ... wait for error ...
 press control+C
 $ gzip dbg.log

and attach the dbg.log.gz file?
Comment 4 Sebastien Bacher 2006-09-03 09:44:49 UTC
from the bug submitter: "Yep, no problem anymore, you can close the bug :-)", closing the bug as fixed then