#!/bin/bash echo "Content-Type: multipart/x-mixed-replace;boundary=boundary12345" echo "Cache-Control: no-cache" echo "" while : do echo "--boundary12345" curl -is "http://username:passwort@/ISAPI/Streaming/Channels/1/picture" sleep 0.2 done