Frame { Switch item=CameraStream mappings=[0="Image", 1="Live"] Image url="http://user:pass@172.27.35.99/Streaming/Channels/1/picture" refresh=1000 visibility=[CameraStream==0, CameraStream=="Uninitialized"] Video url="http://user:pass@172.27.35.99/Streaming/channels/102/httppreview" encoding="mjpeg" visibility=[CameraStream==1] }
My goal is to have either a high resolution still image or lower quality live image.
Question: when video is hidden, does it still waste bandwidth for a hidden feed?
If so, is there a way to have a Image then if it’s clicked, go to another page with a video feed?
Sidebar: This doesn’t work on iOS but works fine in Safari on iOS.