starkillerOG / reolink_aio

Reolink NVR/camera API PyPI package
MIT License
65 stars 13 forks source link

added disabling of timeout for downloads and close handler to VOD #37

Closed xannor closed 1 year ago

xannor commented 1 year ago

Here are a couple more changes that should round out the api support for media source.

I added a VOD_Download wrapper around the download response to expose the filestream and related info.

I also added no timeout to the download so aiohttp does not give up on it taking a long time.

starkillerOG commented 1 year ago

Thanks for the changes, looks good to me! Will publish a new release for you shortly.