Internet exzplorer refreshing every 12 secs.

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
offcott
Posts: 2
Joined: Sun Dec 13, 2009 10:59 pm

Internet exzplorer refreshing every 12 secs.

Post by offcott »

Hi
have got my cam working on the net, great.

only problem is that when I view it explorer is refreshing every 12 secs.

Any ideas to give full streaming capailities please?

Cheers

eric
tellmewhy
Posts: 425
Joined: Tue Dec 11, 2007 11:19 am

Post by tellmewhy »

You can activate Http and stream output.
  1. Http output :

    Definition :

    The http output starts a web server and takes a new image for every request for /out.jpg
    More info, see the Yawcam - Online help pages

    However you can force refreshing by changing the template code.
    The example shows refreshing browser every 10 seconds.

    Code: Select all

    <html>
    
    <head>
    <title>Yawcam</title>
    <meta equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta equiv="Refresh" content="10">
    </head>
  2. stream output :

    Definition :

    The stream output is the mode where you can stream video. Yawcam uses MJPEG as compression.
    More info, see the Yawcam - Online help pages
When you want to have "full streaming capailities", you have to activate the streaming.
offcott
Posts: 2
Joined: Sun Dec 13, 2009 10:59 pm

Streaming

Post by offcott »

Got it, thanks fro your help.

Offcott is now streaming at

http://81.155.158.81:8888

Thanks
Post Reply