[mythtv-users] import DVD is not working
Patrick Mansfield
patman at aracnet.com
Fri Sep 19 18:37:54 UTC 2008
On Wed, Sep 17, 2008 at 08:28:19PM -0700, Patrick Mansfield wrote:
> On Wed, Sep 17, 2008 at 06:35:07PM -0700, Patrick Mansfield wrote:
> > Hi -
> >
> > I did the recent "big" Fedora 9 update, and since then, the mythfrontend
> > "Import DVD" is not working.
> >
> > Any ideas?
> >
> > I haven't figured out where/how mtd communicates with the front end.
> >
> > Details:
> >
> > I am running with kernel 2.6.25.14-108.fc9.i686, since there has not yet
> > been a matching nvidia livna rpm updated for the 2.6.26.3-29.fc9.i686
> > kernel.
> >
> > I *was* having failures playing the DVD (via xine and mythtv), I was
> > getting IO errors for the DVD device. I rebooted (with a power off in
> > between for good measure) and those errors have gone away, and now xine
> > and mythfrontend can both play the DVD.
>
> I tried using an external USB DVD (well ... bluray plus dvd) device. After
> pointing everything to /dev/dvd1, it showed up one time in the "import"
> screen.
>
> I rebooted without the internal DVD connected (only the external one
> connected), but again nothing in the import screen. (The external DVD
> still showed up as /dev/dvd1.)
I did a tcpdump on my loop back device, and saw there are spaces where
there should be newlines ('\n'). I enabled the commented out logging in
mtd and the mythvideo plugin, and see the same thing - spaces instead of
newlines.
This means tokens are not properly parsed on the receiving side, so it
never knows the DVD is really there.
The QString message.append("\n") mythvideo/mtd/mtd.cpp MTD::sendMessage
is sometimes adding a space rather than a newline.
I'm not sure if this is a mythtv bug or QT bug, I haven't figured out
any other details.
I'm using the fedora 9 qt3-3.3.8b-14.fc9.i386 and qt3-devel-3.3.8b-14.fc9.i386
If anyone has a potential fix or suggestion let me know ...
-- Patrick Mansfield
More information about the mythtv-users
mailing list