Scott Lamb
Scott Lamb
I finally distilled this down to a relatively minimal reproducible example and asked for help on stackoverflow. Fingers crossed someone will help me understand what's going on, and I can...
I'm going to implement basic support for this. I'll allow embedding a list of cameras into the permissions, and (on the fresh and unmerged `user-admin` branch) you can adjust permissions...
@jlpoolen
So users don't see cameras they don't have access to in the list at all? Yeah, that sounds pretty reasonable. > Another approach might be to have more than one...
Thanks for the pointer! Some progress: 1. It turns out there's an iPhone simulator available on macOS as part of Xcode, so I'm able to actually test this even though...
On second thought, this might be a simulator problem. I wonder if `window.ManagedMediaSource.isTypeSupported('video/mp4; codecs="avc1.4D401E"')` would return true on a physical iPhone.
That's encouraging! My change may be enough then.
Progress! Is there anything useful written in the Javascript console?
> As far as I can see, there is no easily accessible javascript console on the iPhone. You have to connect the phone to a computer via cable and debug...
When I install python-onvif-zeep v0.2.12 from source as described in the README, eg ``` git checkout v0.2.12 python3 setup.py install ``` it installs these files: * `/usr/local/lib/python3.8/dist-packages/onvif_zeep-0.2.12-py3.8.egg/onvif/client.py` * `/usr/local/lib/python3.8/dist-packages/onvif_zeep-0.2.12-py3.8.egg/lib/python3.8/site-packages/wsdl/devicemgmt.wsdl` and...