Bianca Richter: IIS -> Motion JPEG ... OXC und dll

Beitrag lesen

Hallo :-)

Ich habe ein Skript für  das Implementieren von Motion Jpeg´s (ausgehend von einer Axis Camera)in eine Webpage....läuft nachher über einen IIS (mit integriertem FTP) und dazu muss ich eine LiveImage.dll und eine AxisCamControl.ocx auf dem ISS installieren. Anscheinend habe ich da einen Fehler gemacht... kann mir einer helfen???

Hier die Anleitung von der Axis-Kamera:
Set up an intermediate Microsoft IIS/PWS

Use LiveImg.dll when you want to deliver motion jpeg images from your Windows NT based Web server. LiveImg reads jpeg images from the hard disk and adds the HTTP headers required for motion jpeg before the images are pushed to the client.
LiveImg is a Windows ISA (ISAPI Extension DLL). You must use an ISAPI-compliant Web server like the Microsoft IIS/PWS 4.0 to run LiveImg.dll.
The LiveImg.dll is called the same way as any other CGI program within your HTML page with image path, fps, duration etc as parameters.

Preparing the FTP and Web server

Create the image directory on the FTP server.
Example: c:\inetpub\ftproot\live
Create a Web Server alias (virtual directory) and use this as the image path in the Web page
Example: http://[WebServer]/live/
Set up the Camera to continuously store images in this FTP directory.
Get the LiveImg.dll here and copy it to the "execute" directory in your Web server file tree (typically c:\inetpub\wwwroot\cgi-bin if you are using Microsoft IIS/PWS).
Important: If you need to reinstall LiveImg.dll, you have to stop the WWW service, install the LiveImg.dll and then start the service again. Microsoft IIS/PWS loads the ISA when it is called the first time and it is not unloaded until the service is stopped.
Copy the Axis viewing ActiveX component available here to your CODEBASE directory and name it AxisCamControl.ocx.
Create a Web page that contains the HTML code in the example. Change the BaseUrl, File and OcxFile.

Lieben Gruß Bianca