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!)
Sundtek SkyTV DVB-S/S2 Support
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="Sundtek" data-source="post: 1190619" data-attributes="member: 159301"><p>Hi,</p><p></p><p>I just had a look at why MediaPortal doesn't allow to tune to DVB-S2 transponders, it seems like Rolloff / Pilot are never set (the driver always receives -1)</p><p>DVBViewer works without any problem (and the driver also sees the Rolloff / Pilot values)</p><p></p><p></p><p>In </p><p>TvEngine3/TVLibrary/TVLibrary/Implementations/DVB/Graphs/TvCardDvbBase.cs (Line 604 / 605)</p><p></p><p>shouldn't following code set dvbsChannel.Rolloff and dvbsChannel.Pilot?</p><p></p><p> DigitalDemodulator2Settings dSettings = new DigitalDemodulator2Settings</p><p> {</p><p> InnerFECRate = dvbsChannel.InnerFecRate,</p><p> InnerFECMethod = FECMethod.MethodNotSet,</p><p> Modulation = dvbsChannel.ModulationType,</p><p> OuterFECMethod = FECMethod.MethodNotSet,</p><p> OuterFECRate = BinaryConvolutionCodeRate.RateNotSet,</p><p> Pilot = Pilot.NotSet, <<<<<---------</p><p> RollOff = RollOff.NotSet, <<<----------</p><p> SpectralInversion = SpectralInversion.NotSet,</p><p> SymbolRate = (uint)dvbsChannel.SymbolRate,</p><p> TransmissionMode = TransmissionMode.ModeNotSet</p><p> };</p></blockquote><p></p>
[QUOTE="Sundtek, post: 1190619, member: 159301"] Hi, I just had a look at why MediaPortal doesn't allow to tune to DVB-S2 transponders, it seems like Rolloff / Pilot are never set (the driver always receives -1) DVBViewer works without any problem (and the driver also sees the Rolloff / Pilot values) In TvEngine3/TVLibrary/TVLibrary/Implementations/DVB/Graphs/TvCardDvbBase.cs (Line 604 / 605) shouldn't following code set dvbsChannel.Rolloff and dvbsChannel.Pilot? DigitalDemodulator2Settings dSettings = new DigitalDemodulator2Settings { InnerFECRate = dvbsChannel.InnerFecRate, InnerFECMethod = FECMethod.MethodNotSet, Modulation = dvbsChannel.ModulationType, OuterFECMethod = FECMethod.MethodNotSet, OuterFECRate = BinaryConvolutionCodeRate.RateNotSet, Pilot = Pilot.NotSet, <<<<<--------- RollOff = RollOff.NotSet, <<<---------- SpectralInversion = SpectralInversion.NotSet, SymbolRate = (uint)dvbsChannel.SymbolRate, TransmissionMode = TransmissionMode.ModeNotSet }; [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Sundtek SkyTV DVB-S/S2 Support
Contact us
RSS
Top
Bottom