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!)
Compiling anysee branch from GitHub
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="jehe" data-source="post: 878735" data-attributes="member: 111192"><p>Hello mm,</p><p> </p><p>I have the latest version of "EXP Tuner_hardware_support_cleanup_and_extension" compiled, with this branch I have 2 problems, when compiling theWinTVci.cs code there was an error which I solved with the code below which I do not know if this is correct . When configuring the TV server, there was something wrong with the interface, so there could not be scanned for TV channels. (I've added a print screen).</p><p>I also added the logs.</p><p> </p><p>Best regards,</p><p>Jean</p><p> </p><p> </p><p> </p><p><img src="https://forum.team-mediaportal.com/\\MEDIAPC\ProgramData\Team MediaPortal\MediaPortal TV Server\log\picture tv server configuration.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>[CODE] // The WinTV-CI can only decrypt one channel at a time. During development</p><p> // of this class I did actually try to assemble a fake CA PMT structure that</p><p> // would trick the module into decrypting multiple channels, however it didn't</p><p> // work. So we'll just send this PMT to the CAM regardless of the list management</p><p> // action.</p><p> byte[] rawPmt = pmt.GetRawPmtCopy();</p><p> int hr = WinTVCI_SendPMT(_winTvCiFilter, rawPmt, rawPmt.Length);</p><p> if (hr == 0)</p><p> {</p><p> Log.Debug("WinTV-CI: result = success");</p><p> return true;</p><p> }</p><p> </p><p> Log.Debug("WinTV-CI: result = failure, hr = 0x{0:x} ({1})", hr, HResult.GetDXErrorString(hr));</p><p> return false;</p><p> }</p><p> </p><p> #endregion[/CODE]</p></blockquote><p></p>
[QUOTE="jehe, post: 878735, member: 111192"] Hello mm, I have the latest version of "EXP Tuner_hardware_support_cleanup_and_extension" compiled, with this branch I have 2 problems, when compiling theWinTVci.cs code there was an error which I solved with the code below which I do not know if this is correct . When configuring the TV server, there was something wrong with the interface, so there could not be scanned for TV channels. (I've added a print screen). I also added the logs. Best regards, Jean [IMG]https://forum.team-mediaportal.com/\\MEDIAPC\ProgramData\Team MediaPortal\MediaPortal TV Server\log\picture tv server configuration.png[/IMG] [CODE] // The WinTV-CI can only decrypt one channel at a time. During development // of this class I did actually try to assemble a fake CA PMT structure that // would trick the module into decrypting multiple channels, however it didn't // work. So we'll just send this PMT to the CAM regardless of the list management // action. byte[] rawPmt = pmt.GetRawPmtCopy(); int hr = WinTVCI_SendPMT(_winTvCiFilter, rawPmt, rawPmt.Length); if (hr == 0) { Log.Debug("WinTV-CI: result = success"); return true; } Log.Debug("WinTV-CI: result = failure, hr = 0x{0:x} ({1})", hr, HResult.GetDXErrorString(hr)); return false; } #endregion[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Compiling anysee branch from GitHub
Contact us
RSS
Top
Bottom