jeffreydwalter / arlo

Python module for interacting with Netgear's Arlo camera system.
Apache License 2.0
520 stars 123 forks source link

Arlo video doorbell #156

Closed romaindebrito closed 4 years ago

romaindebrito commented 4 years ago

Python version 3.6 Plateform : MacOS and Linux Package fun : minimum python + arlo I have an Arlo video Doorbell

I Want to Connect to the stream url like describe in readme but i don’t have an arlo basestation ! Video doorbell is a standalone system direct with arlo app !

This library could be adapt to implement this case ?

I can work in this case with explanation and collaboration !

Thanks for your vélo

giejay commented 4 years ago

I think you can just use:

url = arlo.StartStream(cameras[0], cameras[0])

romaindebrito commented 4 years ago

Yes it's works. Thanks very much Regards