This project is closed and read-only.
Actions
Bug #2178
closedpvr.tvh and teletext
Bug #2178:
pvr.tvh and teletext
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-07-15
Due date:
% Done:
0%
Estimated time:
Found in version:
3.9.1070~g39b6bc1
Affected Versions:
Description
I've been debugging a missing teletext stream and I think I've now found the problem. pvr.tvh uses "normts" for PTS/DTS normalisation and the backend implementation creates a problem if the teletext stream uses a different time base (which apparently is not uncommon). The code below, from normalize_ts() in tsfix.c, is what's been dropping my teletext packets.
Updated by John Smith about 12 years ago
Attempted fix now in PR:
https://github.com/tvheadend/tvheadend/pull/437
Updated by John Smith about 12 years ago
PR modified to include subtitle type streams in normalization.
Updated by Mark Clarkstone about 12 years ago
- Status changed from New to Fixed
Fixed in commit:92b1a087
Updated by Jaroslav Kysela almost 12 years ago
Actions