Announcement

Collapse
No announcement yet.

Constant error hangup with Ultra Status and my code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Constant error hangup with Ultra Status and my code

    As soon as I added my camera jpg's to my ultra status page, it no longer works. It will load one jpg, and then get hung up trying to load the other. Homseer then goes into 100% processor usage, and stays that way for around 7 minutes. This is driving me crazy! Below is my code pulled directly from my ultra_view2_status.asp page. Could someone try to tell me what I am doing wrong? Thanks.

    </tr>
    <tr>
    <td valign="top" align="left" colspan="2" class="tableheader">Closed Circuit TV</td>
    </tr>
    <tr>
    <td colspan="2">
    <div id="divCctv" style="height=170; overflow: auto;">
    <table border="0" width="100%" cellpadding="0" cellspacing="1">
    <tr>
    <td valign="top" align="left" width="50%" class="tablecolumn">Front Door</td>
    <td valign="top" align="left" width="50%" class="tablecolumn">Back Door</td>
    </tr>
    <td class="tablerowodd" align="center">
    <img border="0" src="/Ultraview/BackDoor.jpg" width="200" height="150">

    </td>
    <td class="tablerowodd" align="center">
    <img border="0" src="/Ultraview/FrontDoor.jpg" width="200" height="150">
    </td>
    </tr>
    </table>
    </div>
    </td>
    </tr>

    #2
    Beach: I pasted your code directly into my ultra_view2_status.asp and it seemed to work fine. No lockup. Code seems OK to me.

    I have experienced incomplete loading on my own page as I added section to it. I've noticed this to happen when I modify ultra_view2_xml.inc. Have you modified anything other than ultra_view2_status.asp?

    Comment


      #3
      Pete,

      I haven't changed anything except for the ultra_view2_status.asp page and the corresponding ultra_view2_status.txt page. For some reason, if I only have it load 1 image, it works fine. When it loads both, there is a hangup. I am talking about using my webpage from a remote location. That's when it locks up. Not locally. Have I coded it wrong?

      Comment


        #4
        See what happens if you get rid of the leading slash in <img border="0" src="/Ultraview/FrontDoor.jpg" width="200" height="150">. So you would have <img border="0" src="Ultraview/FrontDoor.jpg"...

        If that's not it, why don't you post whatever you added to ultra_view2_status.txt.

        I don't see anything wrong with your code. When I pasted it directly into my ultra_view2_status.asp, it loaded both images, but of course got red "X"s. There should be no difference between accessing locally or remotely.

        Comment


          #5
          Pete,

          I think it's my jpg's. I am using the hauppauge capture card and plugin. I have it set to 100% jpg quality. I set it down to 80%, and it almost worked, then to 70%, and it worked. I wish I could keep it at 100%, but for some reason, it just hangs. I think the jpg file is too big. 64,000, or something like that, opposed to 10,000 at 70%. If anyone else has experienced this, please let me know. Maybe I am doing something wrong.

          Comment


            #6
            Beach,
            The HS web server seems to have problems with a log of heavy graphics. You could switch off some of the heavy graphics to IIS.
            -Rupp
            sigpic

            Comment

            Working...
            X