home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Help needed with DVB subtitles
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="tourettes" data-source="post: 140557" data-attributes="member: 10858"><p>Yep, I can get those by myself <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p></p><p></p><p>Decoding the (PTS) timestamps from the transport stream shouldn't have any bugs (same decoding code is used in multiple places of tv engine 3) and based on the values I get from there it's working ok. </p><p></p><p>The issue comes from the mapping of those PTS values to the current position of the stream. If someone want's to look at it the spesific code is in CDVBSub.cpp in the following methods.</p><p></p><p>CDVBSub::NotifySubtitle()</p><p>CDVBSub::Reset()</p><p>CDVBSub:: SetPcr( ULONGLONG pcr )</p><p></p><p>There isn't that much code in those methods, but debugging can still be annoying <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="tourettes, post: 140557, member: 10858"] Yep, I can get those by myself :) Decoding the (PTS) timestamps from the transport stream shouldn't have any bugs (same decoding code is used in multiple places of tv engine 3) and based on the values I get from there it's working ok. The issue comes from the mapping of those PTS values to the current position of the stream. If someone want's to look at it the spesific code is in CDVBSub.cpp in the following methods. CDVBSub::NotifySubtitle() CDVBSub::Reset() CDVBSub:: SetPcr( ULONGLONG pcr ) There isn't that much code in those methods, but debugging can still be annoying :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Help needed with DVB subtitles
Contact us
RSS
Top
Bottom