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: 860694" data-attributes="member: 122713"><p>After checking the code a bit i was a bit confused the message "Anysee: CI state change callback, slot = {0}" was never logged, so i checked the code and it seems this should be called when the state changed so i unplugged my cam module and plugged it in again this resulted in the following logs:</p><p>[CODE]2012-04-17 22:52:23.553122 [(11)]: Anysee: API access thread running</p><p>2012-04-17 22:52:23.553122 [(11)]: Anysee: setting callbacks</p><p>2012-04-17 22:52:23.553122 [(11)]: Anysee: execute API command</p><p>2012-04-17 22:52:23.553122 [(11)]: Anysee: result = success</p><p>2012-04-17 22:52:23.553122 [(11)]: Anysee: result = success</p><p>2012-04-17 22:52:35.299943 [(11)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling</p><p>2012-04-17 22:52:35.299943 [(11)]: Anysee: CAM not available</p><p>2012-04-17 22:53:11.944407 [(18)]: Anysee: CI state change callback, slot = 1</p><p>2012-04-17 22:53:11.944407 [(18)]: old state = Empty</p><p>2012-04-17 22:53:11.944407 [(18)]: new state = CamInserted</p><p>2012-04-17 22:53:11.944407 [(18)]: message = Initializing...</p><p>2012-04-17 22:53:24.518029 [(19)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling</p><p>2012-04-17 22:53:24.533629 [(19)]: Anysee: execute API command</p><p>2012-04-17 22:53:24.549229 [(19)]: Anysee: result = failure, hr = 0x80004005 (E_FAIL)</p><p>2012-04-17 22:53:24.549229 [(19)]: Anysee: result = failure</p><p>2012-04-17 22:53:27.591235 [(19)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling</p><p>2012-04-17 22:53:27.591235 [(19)]: Anysee: execute API command</p><p>2012-04-17 22:53:27.591235 [(19)]: Anysee: result = failure, hr = 0x80004005 (E_FAIL)</p><p>2012-04-17 22:53:27.606835 [(19)]: Anysee: result = failure</p><p>2012-04-17 22:53:30.648840 [(19)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling</p><p>2012-04-17 22:53:30.648840 [(19)]: Anysee: execute API command</p><p>2012-04-17 22:53:30.648840 [(19)]: Anysee: result = failure, hr = 0x80004005 (E_FAIL)</p><p>2012-04-17 22:53:30.664440 [(19)]: Anysee: result = failure</p><p>2012-04-17 22:53:31.631642 [(18)]: Anysee: CI state change callback, slot = 1</p><p>2012-04-17 22:53:31.631642 [(18)]: old state = CamInserted</p><p>2012-04-17 22:53:31.631642 [(18)]: new state = Empty</p><p>2012-04-17 22:53:31.631642 [(18)]: message = Empty</p><p>2012-04-17 22:53:33.690845 [(19)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling</p><p>2012-04-17 22:53:33.706445 [(19)]: Anysee: CAM not available[/CODE]</p></blockquote><p></p>
[QUOTE="Peter Andersson, post: 860694, member: 122713"] After checking the code a bit i was a bit confused the message "Anysee: CI state change callback, slot = {0}" was never logged, so i checked the code and it seems this should be called when the state changed so i unplugged my cam module and plugged it in again this resulted in the following logs: [CODE]2012-04-17 22:52:23.553122 [(11)]: Anysee: API access thread running 2012-04-17 22:52:23.553122 [(11)]: Anysee: setting callbacks 2012-04-17 22:52:23.553122 [(11)]: Anysee: execute API command 2012-04-17 22:52:23.553122 [(11)]: Anysee: result = success 2012-04-17 22:52:23.553122 [(11)]: Anysee: result = success 2012-04-17 22:52:35.299943 [(11)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling 2012-04-17 22:52:35.299943 [(11)]: Anysee: CAM not available 2012-04-17 22:53:11.944407 [(18)]: Anysee: CI state change callback, slot = 1 2012-04-17 22:53:11.944407 [(18)]: old state = Empty 2012-04-17 22:53:11.944407 [(18)]: new state = CamInserted 2012-04-17 22:53:11.944407 [(18)]: message = Initializing... 2012-04-17 22:53:24.518029 [(19)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling 2012-04-17 22:53:24.533629 [(19)]: Anysee: execute API command 2012-04-17 22:53:24.549229 [(19)]: Anysee: result = failure, hr = 0x80004005 (E_FAIL) 2012-04-17 22:53:24.549229 [(19)]: Anysee: result = failure 2012-04-17 22:53:27.591235 [(19)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling 2012-04-17 22:53:27.591235 [(19)]: Anysee: execute API command 2012-04-17 22:53:27.591235 [(19)]: Anysee: result = failure, hr = 0x80004005 (E_FAIL) 2012-04-17 22:53:27.606835 [(19)]: Anysee: result = failure 2012-04-17 22:53:30.648840 [(19)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling 2012-04-17 22:53:30.648840 [(19)]: Anysee: execute API command 2012-04-17 22:53:30.648840 [(19)]: Anysee: result = failure, hr = 0x80004005 (E_FAIL) 2012-04-17 22:53:30.664440 [(19)]: Anysee: result = failure 2012-04-17 22:53:31.631642 [(18)]: Anysee: CI state change callback, slot = 1 2012-04-17 22:53:31.631642 [(18)]: old state = CamInserted 2012-04-17 22:53:31.631642 [(18)]: new state = Empty 2012-04-17 22:53:31.631642 [(18)]: message = Empty 2012-04-17 22:53:33.690845 [(19)]: Anysee: send PMT to CAM, list action = Only, command = Descrambling 2012-04-17 22:53:33.706445 [(19)]: 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