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!)
Dish/Bev EPG grabber released in SVN.
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="gemx" data-source="post: 141537" data-attributes="member: 26324"><p>Ok. Got a bit further.</p><p>I was wrong before.</p><p>A ts packet always contains 188 bytes.</p><p>4 bytes header and 184 bytes payload.</p><p>The payload as far as pes packets are concerned can be 1 of the following:</p><p>1. One PES packet per TS packet. If the pes packet does not fit in the 184 bytes payload it continues in the next TS packet</p><p>2. One PES packet starting AND one PES packet continues in ONE ts packet</p><p>At the moment only option 1 is parsed. </p><p>But DISH seems to use option 2 so there are our skipped shows <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> </p><p>So we have to implement option 2 too to get the missing shows as at the moment, these PES packets are dropped.</p></blockquote><p></p>
[QUOTE="gemx, post: 141537, member: 26324"] Ok. Got a bit further. I was wrong before. A ts packet always contains 188 bytes. 4 bytes header and 184 bytes payload. The payload as far as pes packets are concerned can be 1 of the following: 1. One PES packet per TS packet. If the pes packet does not fit in the 184 bytes payload it continues in the next TS packet 2. One PES packet starting AND one PES packet continues in ONE ts packet At the moment only option 1 is parsed. But DISH seems to use option 2 so there are our skipped shows :) So we have to implement option 2 too to get the missing shows as at the moment, these PES packets are dropped. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Dish/Bev EPG grabber released in SVN.
Contact us
RSS
Top
Bottom