Embedded Mjpeg link stops streaming after 30mins

Hi, we are trying to embed the video into our page but the stream stops after 30mins. Is there anyway we can obtain the link that doesn’t expire?

Thank you,

Hi,
That’s for security reasons it stops. However, an easy solution is to add an html command that refresh the page every X minutes. For example refresh page every 60 seconds:
<meta http-equiv="refresh" content="60" />