Opened 19 years ago

Closed 19 years ago

#374 closed defect (fixed)

Recording thumbnail generation fails

Reported by: curtis@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Latest SVN (7308) has problems generating thumbnails from recordings on the backend. It seems to hang but is just very slow. The backend logs shows the message:
2005-09-24 13:56:01.602 Invalid file handle when opening /media/video/1135_20050923190000.mpg.png. 4 retries remaining.
2005-09-24 13:56:02.104 Invalid file handle when opening /media/video/1135_20050923190000.mpg.png. 3 retries remaining.
2005-09-24 13:56:02.606 Invalid file handle when opening /media/video/1135_20050923190000.mpg.png. 2 retries remaining.
2005-09-24 13:56:03.107 Invalid file handle when opening /media/video/1135_20050923190000.mpg.png. 1 retries remaining.
2005-09-24 13:56:03.609 Invalid file handle when opening /media/video/1135_20050923190000.mpg.png. 0 retries remaining.
2005-09-24 13:56:04.117 ERROR: file I/O problem in 'safe_read()' Bad file descriptor
2005-09-24 13:56:04.179 ERROR: file I/O problem in 'safe_read()' Bad file descriptor
2005-09-24 13:56:04.241 ERROR: file I/O problem in 'safe_read()' Bad file descriptor

The backend creates PNG files for each recording that are only 136 bytes long, as opposed to the proper thumbnails which are around 30K. I have done a distclean and recompile on both front and back. Recordings made before the update show and generate thumbnails correctly. New recordings don't.

Change History (3)

comment:1 Changed 19 years ago by tom@…

I'm seeing this as well. In fact, I was just about to report it.

comment:2 Changed 19 years ago by curtis@…

Thumbnailing works now with recordings made after version 7308 (for me anyway). Thanks.

comment:3 Changed 19 years ago by danielk

Resolution: fixed
Status: newclosed

This only effects recording made with [7284] through [7308].

These recordings can be fixed with the mythcommflag in [7308] or later.

As of Changeset [7364], the NVP preview generation method outputs the detailed instructions for doing this to your backend log when you hit one of these files.

Note: See TracTickets for help on using tickets.