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="Peter Andersson" data-source="post: 860675" data-attributes="member: 122713"><p>Hi Jean i have gotten Media portal to execute the anysee code now, but i can't get it to descrable my channels im using a Anysee E7 T2C with a cam inserted into it.</p><p> </p><p>I have no idea what to do next to get it to work.</p><p> </p><p>But in hopes that this will help you Jehe here is what i have done, i downloaded the 1.2.3 repo then i used a compare tool to find all diffs between and the anysee repro and i found the following files that diffed (and are of importance)</p><p>TvEngine3\TVLibrary\TVLibrary\Implementations\DVB\ConditionalAccess\Anysee.cs replace, fix compiler errors</p><p>TvEngine3\TVLibrary\TVLibrary\Implementations\DVB\ConditionalAccess\ConditionalAccess.cs manual merge</p><p>TvEngine3\TVLibrary\TvLibrary.Interfaces\Implementations\Channels\DVBSChannel.cs replace</p><p>TvEngine3\TVLibrary\TVServer.Base\CIAPI.dll Copy</p><p> </p><p>After this i installed media portal 1.2.3 then i stopped the service and copied all dll files from the D:\Build\MediaPortal-MediaPortal-1-1367f5c\TvEngine3\TVLibrary\TVLibrary\bin\Release + the CIAPI.dll to the root of the media portal program folder and started the service again. </p><p> </p><p>here is my log file incase any one has a idea what could be wrong</p><p>[CODE]2012-04-17 21:35:03.728828 [(19)]: Anysee: supported tuner detected</p><p>2012-04-17 21:35:03.729828 [(19)]: Anysee: read device information</p><p>2012-04-17 21:35:03.730828 [(19)]: platform = Pcb508T2C</p><p>2012-04-17 21:35:03.731828 [(19)]: Anysee: is CI slot present</p><p>2012-04-17 21:35:03.732828 [(19)]: Anysee: result = True</p><p>2012-04-17 21:35:03.733828 [(19)]: Anysee: open conditional access interface</p><p>2012-04-17 21:35:03.736829 [(19)]: Anysee: loading API, API index = 1</p><p>2012-04-17 21:35:03.791832 [(19)]: Anysee: opening API, API index = 1</p><p>2012-04-17 21:35:03.793832 [(19)]: Anysee: starting API access thread</p><p>2012-04-17 21:35:03.808833 [Anysee API 1 Access(21)]: Anysee: creating new CI API instance</p><p>2012-04-17 21:35:03.812833 [Anysee API 1 Access(21)]: Anysee: created instance successfully</p><p>2012-04-17 21:35:03.813833 [Anysee API 1 Access(21)]: Anysee: determining instance index</p><p>2012-04-17 21:35:03.815833 [Anysee API 1 Access(21)]: Anysee: number of devices = 1</p><p>2012-04-17 21:35:03.816833 [Anysee API 1 Access(21)]: Anysee: device 1</p><p>2012-04-17 21:35:03.817833 [Anysee API 1 Access(21)]: device path = @device:pnp:\\?\usb#vid_1c73&pid_861f#6&2c24ce2e&0&2#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{77fde2fa-ce7e-4c45-b8ec-e44ed60a9f81}</p><p>2012-04-17 21:35:03.818833 [Anysee API 1 Access(21)]: index = 1</p><p>2012-04-17 21:35:03.820833 [Anysee API 1 Access(21)]: Anysee index = 1</p><p>2012-04-17 21:35:03.821833 [Anysee API 1 Access(21)]: Anysee: found correct instance</p><p>2012-04-17 21:35:03.822834 [Anysee API 1 Access(21)]: Anysee: opening CI API</p><p>2012-04-17 21:35:03.826834 [Anysee API 1 Access(21)]: Anysee: result = success</p><p>2012-04-17 21:35:04.306861 [(19)]: Anysee: API access thread running</p><p>2012-04-17 21:35:04.308861 [(19)]: Anysee: setting callbacks</p><p>2012-04-17 21:35:04.311861 [(19)]: Anysee: execute API command</p><p>2012-04-17 21:35:04.314862 [(19)]: Anysee: result = success</p><p>2012-04-17 21:35:04.316862 [(19)]: Anysee: result = success</p><p>2012-04-17 21:38:21.665149 [(12)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling</p><p>2012-04-17 21:38:21.666149 [(12)]: Anysee: CAM not available</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Peter Andersson, post: 860675, member: 122713"] Hi Jean i have gotten Media portal to execute the anysee code now, but i can't get it to descrable my channels im using a Anysee E7 T2C with a cam inserted into it. I have no idea what to do next to get it to work. But in hopes that this will help you Jehe here is what i have done, i downloaded the 1.2.3 repo then i used a compare tool to find all diffs between and the anysee repro and i found the following files that diffed (and are of importance) TvEngine3\TVLibrary\TVLibrary\Implementations\DVB\ConditionalAccess\Anysee.cs replace, fix compiler errors TvEngine3\TVLibrary\TVLibrary\Implementations\DVB\ConditionalAccess\ConditionalAccess.cs manual merge TvEngine3\TVLibrary\TvLibrary.Interfaces\Implementations\Channels\DVBSChannel.cs replace TvEngine3\TVLibrary\TVServer.Base\CIAPI.dll Copy After this i installed media portal 1.2.3 then i stopped the service and copied all dll files from the D:\Build\MediaPortal-MediaPortal-1-1367f5c\TvEngine3\TVLibrary\TVLibrary\bin\Release + the CIAPI.dll to the root of the media portal program folder and started the service again. here is my log file incase any one has a idea what could be wrong [CODE]2012-04-17 21:35:03.728828 [(19)]: Anysee: supported tuner detected 2012-04-17 21:35:03.729828 [(19)]: Anysee: read device information 2012-04-17 21:35:03.730828 [(19)]: platform = Pcb508T2C 2012-04-17 21:35:03.731828 [(19)]: Anysee: is CI slot present 2012-04-17 21:35:03.732828 [(19)]: Anysee: result = True 2012-04-17 21:35:03.733828 [(19)]: Anysee: open conditional access interface 2012-04-17 21:35:03.736829 [(19)]: Anysee: loading API, API index = 1 2012-04-17 21:35:03.791832 [(19)]: Anysee: opening API, API index = 1 2012-04-17 21:35:03.793832 [(19)]: Anysee: starting API access thread 2012-04-17 21:35:03.808833 [Anysee API 1 Access(21)]: Anysee: creating new CI API instance 2012-04-17 21:35:03.812833 [Anysee API 1 Access(21)]: Anysee: created instance successfully 2012-04-17 21:35:03.813833 [Anysee API 1 Access(21)]: Anysee: determining instance index 2012-04-17 21:35:03.815833 [Anysee API 1 Access(21)]: Anysee: number of devices = 1 2012-04-17 21:35:03.816833 [Anysee API 1 Access(21)]: Anysee: device 1 2012-04-17 21:35:03.817833 [Anysee API 1 Access(21)]: device path = @device:pnp:\\?\usb#vid_1c73&pid_861f#6&2c24ce2e&0&2#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{77fde2fa-ce7e-4c45-b8ec-e44ed60a9f81} 2012-04-17 21:35:03.818833 [Anysee API 1 Access(21)]: index = 1 2012-04-17 21:35:03.820833 [Anysee API 1 Access(21)]: Anysee index = 1 2012-04-17 21:35:03.821833 [Anysee API 1 Access(21)]: Anysee: found correct instance 2012-04-17 21:35:03.822834 [Anysee API 1 Access(21)]: Anysee: opening CI API 2012-04-17 21:35:03.826834 [Anysee API 1 Access(21)]: Anysee: result = success 2012-04-17 21:35:04.306861 [(19)]: Anysee: API access thread running 2012-04-17 21:35:04.308861 [(19)]: Anysee: setting callbacks 2012-04-17 21:35:04.311861 [(19)]: Anysee: execute API command 2012-04-17 21:35:04.314862 [(19)]: Anysee: result = success 2012-04-17 21:35:04.316862 [(19)]: Anysee: result = success 2012-04-17 21:38:21.665149 [(12)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling 2012-04-17 21:38:21.666149 [(12)]: Anysee: CAM not available [/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