Opened 18 years ago

Closed 18 years ago

#664 closed task (fixed)

Fix LiveTV handling of dummy recordings

Reported by: danielk Owned by: danielk
Priority: minor Milestone: 0.19
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

1/ Right now the LiveTVChain is updated _after_ we get a signal lock on a channel change, if we don't get a signal lock this will freeze the frontend UI.

2/ The dummy recording ends up in the real recording's file.

3/ We don't jump past the dummy recording to the real recording when it starts.

Change History (1)

comment:1 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [7961]) Fixes #680, and fixes #664.

This creates seperate ringbuffers for the signal monitoring stage and the video stage. This also fixes #680, this required the ringbuffer reset flag to be set (which was needed for #664 as well) and for the ringbuffer to be created.

I had this code last week, but it didn't work until after the short video fix Isaac committed in [7958].

Note: See TracTickets for help on using tickets.