Prompted to update Playready before channels loads.

Ask fellow members about Ceton's infiniTV tuners here.
Forum rules
Ceton no longer participate in this forum. Official support may still be handled via the Ceton Ticket system.
Post Reply
Messiadbunny

Posts: 3
Joined: Fri Oct 05, 2012 6:02 pm
Location:

HTPC Specs: Show details

Prompted to update Playready before channels loads.

#1

Post by Messiadbunny » Fri Oct 05, 2012 6:13 pm

So, I just switched from an ATI tuner card to the Ceton InfiniTV 4 and every time I change channels it seems to take an exceptionally long period of time to switch over in comparison to the ATI card I had before. Then, it sits at the Update Playready screen for around 20 seconds, then shows it doesn't have sufficient signal but then immediately the channel shows up fine after that.

I'm not sure how to fix this issue. Any ideas?

Thanks in advance.

User avatar
Crash2009

Posts: 4357
Joined: Thu May 17, 2012 12:38 am
Location: Ann Arbor, Michigan

HTPC Specs: Show details

#2

Post by Crash2009 » Sat Oct 06, 2012 1:14 am

What is your signal strength? To find out.....Copy and paste the following in notepad and save it as Ceton Temps with html as file type. Then open it in a browser and it'll show you all four of your tuners, tuning, temp, copy protection, etc.

When you are finished it will look something like this.

Code: Select all

<html>
<body>
<div class='header'>Ceton InfiniTV Temperatures</div>
<table>
   <tr>
      <td width=100>Temp</td>
      <td width=100>Signal Level</td>
      <td width=100>SNR</td>
      <td width=100>Playback</td>
      <td width=100>Frequency</td>
      <td width=100>Modulation</td>
      <td width=200>Copy Protection</td>
      <td width=100>Channel</td>
   </tr>
</table>
<div id="variable_row">
   <div id="variable_label">Tuner #1:</div>
   <div id="variable_value">
      <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=0&s=diag&v=Temperature'>
      </iframe>
      <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=0&s=diag&v=Signal_Level'>
      </iframe>
      <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=0&s=diag&v=Signal_SNR'>
      </iframe>
      <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=0&s=av&v=TransportState'>
      </iframe>
      <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=0&s=tuner&v=Frequency'>
      </iframe>
      <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=0&s=tuner&v=Modulation'>
      </iframe>
      <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:200px; height:75px;' src='http://192.168.200.1/get_var?i=0&s=diag&v=CopyProtectionStatus'>
      </iframe>
      <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=0&s=cas&v=VirtualChannelNumber'>
      </iframe>
   </div>
</div>
<div id="variable_label">Tuner #2:</div>
<div id="variable_value">
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=1&s=diag&v=Temperature'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=1&s=diag&v=Signal_Level'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=1&s=diag&v=Signal_SNR'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=1&s=av&v=TransportState'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=1&s=tuner&v=Frequency'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=1&s=tuner&v=Modulation'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:200px; height:75px;' src='http://192.168.200.1/get_var?i=1&s=diag&v=CopyProtectionStatus'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=1&s=cas&v=VirtualChannelNumber'>
   </iframe>
</div>
<div id="variable_label">Tuner #3:</div>
<div id="variable_value">
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=2&s=diag&v=Temperature'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=2&s=diag&v=Signal_Level'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=2&s=diag&v=Signal_SNR'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=2&s=av&v=TransportState'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=2&s=tuner&v=Frequency'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=2&s=tuner&v=Modulation'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:200px; height:75px;' src='http://192.168.200.1/get_var?i=2&s=diag&v=CopyProtectionStatus'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=2&s=cas&v=VirtualChannelNumber'>
   </iframe>
</div>
<div id="variable_label">Tuner #4:</div>
<div id="variable_value">
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=3&s=diag&v=Temperature'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=3&s=diag&v=Signal_Level'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=3&s=diag&v=Signal_SNR'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=3&s=av&v=TransportState'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=3&s=tuner&v=Frequency'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=3&s=tuner&v=Modulation'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:200px; height:75px;' src='http://192.168.200.1/get_var?i=3&s=diag&v=CopyProtectionStatus'>
   </iframe>
   <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:75px;' src='http://192.168.200.1/get_var?i=3&s=cas&v=VirtualChannelNumber'>
   </iframe>
</div>
</body>
</html>
Attachments
AMP003.jpg
Last edited by Crash2009 on Sat Oct 06, 2012 12:18 pm, edited 2 times in total.

User avatar
Crash2009

Posts: 4357
Joined: Thu May 17, 2012 12:38 am
Location: Ann Arbor, Michigan

HTPC Specs: Show details

#3

Post by Crash2009 » Sat Oct 06, 2012 1:36 am

Another place to have a look, to give you a starting point to look for problems is the Ceton InfiniTV Diagnostic Tool. Click on the Devices tab, and you should have green checkmarks beside each entry. Then click on the CableCard tab, you should see green checkmarks again. If you click on the Diagnose tab, then fill in the blanks, and click Collect Information, this will collect a diag file, which you can send to Ceton. They will tell you exactly what is going on. While we are looking around in the Ceton InfiniTV Diagnostic Tool, you could click on the Devices tab again, then on the "Go to InfiniTV device webpage" Lots of good stuff in there. Don't change anything for the moment, just have a look around. Something might "Pop Out at ya" that someone here might twig on, and give you a solution.
Attachments
Ceton018.jpg

Post Reply