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
Support
General Support
UK Digital Terrestrial TV (Freeview) - Channel Order Wrong!
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="McGoober" data-source="post: 72609" data-attributes="member: 24098"><p>After a whole lot of digging and debugging source code, I have found the problem. (Sorry if this goes a little technical, I know it's the wrong forum and all.)</p><p></p><p>LCN (Logical Channel Numbers) are in the NIT (Network Information Table) in one of the Service information streams.</p><p></p><p>On Line 743 of MPSA.cpp in the MPSA filter the following line exists</p><p> //m_pSections->decodeNITTable(pbData,m_patTable,m_patChannelsCount);</p><p></p><p>This line is commented out! Removing the comment allowed the LCN numbers to be decoded and for all the Channels to be ordered accordingly. (Sorted!)</p><p></p><p>Is there a reason for this line to be commented out? Is this unstable code? I'd be more than happy to check this code.</p></blockquote><p></p>
[QUOTE="McGoober, post: 72609, member: 24098"] After a whole lot of digging and debugging source code, I have found the problem. (Sorry if this goes a little technical, I know it's the wrong forum and all.) LCN (Logical Channel Numbers) are in the NIT (Network Information Table) in one of the Service information streams. On Line 743 of MPSA.cpp in the MPSA filter the following line exists //m_pSections->decodeNITTable(pbData,m_patTable,m_patChannelsCount); This line is commented out! Removing the comment allowed the LCN numbers to be decoded and for all the Channels to be ordered accordingly. (Sorted!) Is there a reason for this line to be commented out? Is this unstable code? I'd be more than happy to check this code. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
UK Digital Terrestrial TV (Freeview) - Channel Order Wrong!
Contact us
RSS
Top
Bottom