Opened 8 years ago

Closed 4 years ago

#12818 closed Bug Report - General (Unverified)

hd-pvr always records ac-3 audio regardless of recording profile settings

Reported by: Jerry Fath <jaf@…> Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.28.0
Severity: low Keywords: hd-pvr audio ac-3
Cc: Ticket locked: no

Description

The hd-pvr can record ac-3 or aac audio. mythtv-setup allows selecting which audio type is desired in hd-pvr recording profiles. Regardless of this setting, ac-3 audio is always recorded due to this code in analogsignalmonitor.cpp

bool AnalogSignalMonitor::VerifyHDPVRaudio(int videofd) {

struct v4l2_queryctrl qctrl; qctrl.id = V4L2_CID_MPEG_AUDIO_ENCODING;

int audtype = V4L2_MPEG_AUDIO_ENCODING_AC3;

Change History (1)

comment:1 Changed 4 years ago by Stuart Auchterlonie

Resolution: Unverified
Status: newclosed

Closing all old tickets in trac.

If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues

and reference the existing trac ticket.

Note: See TracTickets for help on using tickets.