Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#4796 closed defect (fixed)
no lock on some dvb-channels with 0.21
| Reported by: | 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.
Note:
See TracTickets
for help on using tickets.

(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>