View Index Shtml Camera Top

<!-- index.shtml (server-side include example) -->
<!DOCTYPE html>
<html>
<head>
    <title>Camera View - Top</title>
    <meta http-equiv="refresh" content="0; url=/cgi-bin/status">
</head>
<body>
    <!--#include virtual="/cgi-bin/top_status" -->
    <div id="videoContainer">
        <img src="/cgi-bin/video_stream.cgi" id="liveStream">
    </div>
    <!--#include virtual="/cgi-bin/ptz_controls" -->
    <!--#include virtual="/cgi-bin/recording_panel" -->
</body>
</html>

Open your browser and try these common camera paths:

Older cameras (Panasonic, Sony) used Shift-JIS or EUC-KR encoding. The page may show garbage.
Solution: In Firefox, go to View → Text Encoding → choose Japanese (Shift-JIS) or Korean. view index shtml camera top