Duncan Webb <[EMAIL PROTECTED]> writes:

> Mark Nyqvist Hjarding wrote:
>> Hello,
>> 
>> I have a quite a few DVD images in ISO 9660 format. The problem is that
>> these seem to not be recognized by Freevo as DVD images. I have been
>> looking into it but all that I have been able to find is that the
>> item.url and item.mode is set wrong and they are played by Mplayer. I
>> tried to remove the iso suffix from VIDEO_MPLAYER_SUFFIX, this results
>> in Xine trying to play them instead but failing because the url is set
>> to file:///path/to/image. The images work fine if I set them to
>> dvd:///path/to/image.
>> 
>> Any hints or pointers as to where in the code I need to look to find a
>> solution to this? I have tried looking into kaa.metadata but I am not
>> even quite sure i am looking in the right place.
>> 
>> I could make a local hack to video/plugin/xine.py and just check if the
>> the suffix is '.iso' and then rewrite the url but I would rather try to
>> do it right.
>
>
> Before you try to investigate this problem, try the subversion version
> of Freevo, it definitely works with this version.
>
> Duncan

I have been running the subversion version and after doing an update
just now the problem persists.

Enabling debug provides the following:
childapp.py (297): ChildApp2.__init__(app=['--prio=-20', '/usr/bin/xine', 
'--auto-play=fq', '--hide-gui', '--borderless', '--geometry', '800x600+0+0', 
'--no-splash', '--stdctl', '-V', 'xv', '-A', 'alsa', '--no-lirc', 
"--post='pp:quality=10;expand'", 'file:///storage/Movies/image.iso'], 
debugname=None, doeslogging=0, stop_osd=2)

This just results in a black screen for a second and then return to
Freevo. Changing the url in and executing the command above in a console
window works like a charm.

(readding the iso suffix to VIDEO_MPLAYER_SUFFIX results in Mplayer
playing the file but I am then unable to navigate menus and stuff)

/Mark

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to