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!)
How to monitor over-the-air signal quality
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="mm1352000" data-source="post: 1027371" data-attributes="member: 82144"><p>Frankly, I wouldn't recommend using a PC TV tuner strength/quality readings as a reference... however, if you only care about "ball-park" accuracy then I guess it would suffice at a push.</p><p></p><p>From a code perspective I would advise<strong> against</strong> hooking into the DirectShow graph. We don't expose it directly so you'd have to modify the TV library (refer to TvCardDvbBase.cs). Better would be to use the existing ITVCard interface functions for checking lock, strength and quality:</p><p><a href="https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvLibrary.Interfaces/Interfaces/ITVCard.cs#L249" target="_blank">https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvLibrary.Interfaces/Interfaces/ITVCard.cs#L249</a></p><p></p><p>Note that TV Server constrains strength and quality to the range 0..100. Drivers can and do return values outside that range.</p><p></p><p>If you use the controller interface you can also check the discontinuity counter:</p><p><a href="https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvControl/Controller.cs#L1106" target="_blank">https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvControl/Controller.cs#L1106</a></p></blockquote><p></p>
[QUOTE="mm1352000, post: 1027371, member: 82144"] Frankly, I wouldn't recommend using a PC TV tuner strength/quality readings as a reference... however, if you only care about "ball-park" accuracy then I guess it would suffice at a push. From a code perspective I would advise[B] against[/B] hooking into the DirectShow graph. We don't expose it directly so you'd have to modify the TV library (refer to TvCardDvbBase.cs). Better would be to use the existing ITVCard interface functions for checking lock, strength and quality: [url]https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvLibrary.Interfaces/Interfaces/ITVCard.cs#L249[/url] Note that TV Server constrains strength and quality to the range 0..100. Drivers can and do return values outside that range. If you use the controller interface you can also check the discontinuity counter: [url]https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvControl/Controller.cs#L1106[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
How to monitor over-the-air signal quality
Contact us
RSS
Top
Bottom