Derek Lu
Derek Lu
@hosnar No. I kept maximum 2 frames in decoder and set a timeout so as to reset the decoder if it has no response.
Try: `uInt8[3]=0;` => `uInt8[3]=1;`
I tried to update the status() function here: https://github.com/scaret/nodejs-foscam/commit/20ba886b435945555f42a75d67bc0b8f9ab51e60 My foscam camera is EH8135 V3, System firmware 1.9.1.11, Application firmware 2.51.1.30
Thank you for your information. Actually foscam tech support gives a good documentation for the new cgi api. For example, to take the snapshot you can visit `/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2`. This will...
https://s3.cn-north-1.amazonaws.com.cn/scaret/abc/Foscam+IPCamera+CGI+User+Guide-3518+Ver.+1.0.6.pdf
HTMLMediaElement.volume seems not working on ios for remote audio track
getUserMedia works for https and localhost. You can check the host.
did you solve that?