Opened 11 years ago

Closed 6 years ago

Last modified 6 years ago

#11117 closed Bug Report - General (fixed)

Import recorder marks recordings as failed

Reported by: Scott Barker <scott@…> Owned by: danielk
Priority: minor Milestone: 30.0
Component: MythTV - Recording Version: 0.25.2
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The import recorder properly "records" a scheduled program, but fails with "E RecThread? avformatdecoder.cpp:4379 (GetFrame?) decoding error#012#011#011#011eno: Broken pipe (32)" and then marks the program as not recorded ("Recorder Failed"). This results in mythtv trying to import the program again in the future.

Change History (2)

comment:1 Changed 6 years ago by fullTalgoRythm <devmonkey@…>

Resolution: fixed
Status: newclosed

In c1c127cc2da3a9c194fbfcc4813acfa0be7811b3/mythtv:

Import Recorder: Fix multiple problems

Fix these problems with the Import Recorder

  • Recordings always marked failed causing lots of rescheduled recordings and broken duplication detection etc
  • Seek table not created, ringbuffer file not marked for write causing the comm flag player to exit early rather than wait for the file to finish writing
  • Recording duration not updated, causes additional seek issues when trying to play an in progress recording

With these changes, Import recorder can be viable as a recorder for
recording devices that MythTV does not support directly.

Fixes #13114
Fixes #11117

Signed-off-by: Peter Bennett <pbennett@…>

comment:2 Changed 6 years ago by Peter Bennett

Milestone: unknown30.0
Note: See TracTickets for help on using tickets.