Opened 16 years ago

Closed 15 years ago

#5192 closed defect (fixed)

Recording type from Live TV profile is always used

Reported by: James Stembridge <jstembridge@…> Owned by: Janne Grunau
Priority: minor Milestone: 0.22
Component: dvb Version: 0.21-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

It appears that the recording type from the Live TV recording profile is always used, irrespective of the recording profile set for the recording.

2008-04-11 23:45:14.677 TVRec(1): Signal monitor successfully created
2008-04-11 23:45:14.712 TVRec(1): Setting up table monitoring.
2008-04-11 23:45:14.754 Using profile 'Live TV' to record
2008-04-11 23:45:14.807 TVRec(1): DVB service_id 22144 on net_id 9018 tsid 20480
2008-04-11 23:45:14.834 TVRec(1): Successfully set up DVB table monitoring.

Later on the correct profile is selected but the settings from it are never applied to MPEGStreamData.

2008-04-11 23:45:17.265 TVRec(1): Starting Recorder
2008-04-11 23:45:17.323 Using profile 'Low Quality' to record
2008-04-11 23:45:17.423 RecBase(1:0): SetRingBuffer(0x8312148) '/var/lib/mythtv/recordings/1083_20080411234500.mpg'

Attachments (2)

mythbackend.log (19.0 KB) - added by James Stembridge <jstembridge@…> 16 years ago.
mythbackend log
t5192_set_rectype.diff (655 bytes) - added by Janne Grunau 15 years ago.

Download all attachments as: .zip

Change History (9)

Changed 16 years ago by James Stembridge <jstembridge@…>

Attachment: mythbackend.log added

mythbackend log

comment:1 Changed 15 years ago by danielk

Milestone: unknown0.22

Confirmed bug, it appears we're doing something out of order in TVRec.

comment:2 Changed 15 years ago by Dibblah

Status: newassigned

comment:3 Changed 15 years ago by cpinkham

Is this still happening with svn trunk? I've not seen this in my testing so far, but we could rearrange things in tv_rec.cpp's load_profile method.

comment:4 Changed 15 years ago by Janne Grunau

Status: assignedinfoneeded

change status to info needed

Changed 15 years ago by Janne Grunau

Attachment: t5192_set_rectype.diff added

comment:5 Changed 15 years ago by Janne Grunau

Status: infoneededassigned

t5192_set_rectype.diff sets the rectype when the recorder is started, might also fix #6314

comment:6 Changed 15 years ago by Janne Grunau

Owner: changed from danielk to Janne Grunau
Status: assignedaccepted

comment:7 Changed 15 years ago by Janne Grunau

Resolution: fixed
Status: acceptedclosed

(In [21575]) set the proper recording type in *StreamData? when a recording starts. Fixes #5192, Fixes #6314

Note: See TracTickets for help on using tickets.