Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#4796 closed defect (fixed)

no lock on some dvb-channels with 0.21

Reported by: laasa@… Owned by: Isaac Richards
Priority: minor Milestone: 0.21
Component: mythtv Version: 0.21-fixes
Severity: medium Keywords: DVB, Lock
Cc: Ticket locked: no

Description

One some channels I get no full lock when switching (e.g. from 'DAS ERSTE' to 'DSF'). The status on OSD is LmS instead of LMS.

This bug can fixed with _pids_audio.clear() in function MPEGStreamData::Reset in module mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp.

Change History (2)

comment:1 Changed 16 years ago by Janne Grunau

Resolution: fixed
Status: newclosed

(In [16426]) clear _pids_audio on Reset, fix channel change problem.

The PMT of the new channel has probably the same PID as an audio stream of the previous channel. fixes #4796

Patch by: <laasa gmx de>

comment:2 Changed 16 years ago by Janne Grunau

(In [16427]) Merges revision [16426] from trunk: clear _pids_audio on Reset, fix channel change problem.

The PMT of the new channel has probably the same PID as an audio stream of the previous channel. fixes #4796

Patch by: <laasa gmx de>

Note: See TracTickets for help on using tickets.