Show HN: Real-Time Video Analytics with Redis
1–8 of 8 posts
Re: Show HN: Real-Time Video Analytics with Redis
#2Awesome use-case with redis and it’s newest modules. Very well done.
Re: Show HN: Real-Time Video Analytics with Redis
#3Awesome use-case with redis and it’s newest modules. Very well done.
TY - that was the secondary goal (the primary being to inspire new use cases...).
Re: Show HN: Real-Time Video Analytics with Redis
#4I used redis for something very similar once before and found that redis was a bottleneck on hd video unless the frames were compressed as JPEG. I came away feeling that it was an easy way to solve the problem but not very efficient.
Re: Show HN: Real-Time Video Analytics with Redis
#5I used redis for something very similar once before and found that redis was a bottleneck on hd video unless the frames were compressed as JPEG. I came away feeling that it was an easy way to solve the problem but not very efficient.
You have an interesting handle, but regardless, I'd love to get more details
Re: Show HN: Real-Time Video Analytics with Redis
#6I used redis for something very similar once before and found that redis was a bottleneck on hd video unless the frames were compressed as JPEG. I came away feeling that it was an easy way to solve the problem but not very efficient.
You have an interesting handle, but regardless, I'd love to get more details
1080p means, uncompressed, each frame is about 6MB. That is a pretty large message size for redis and the throughput/latency of redis is known to go down.
It may just be a case that redis is not terribly optimized for.
Re: Show HN: Real-Time Video Analytics with Redis
#7Nice work man will set it up on my MBP19 the unofficial metrics seems really promising. any idea to change the license to MIT ?
Re: Show HN: Real-Time Video Analytics with Redis
#8This is pretty awesome. Thanks for sharing!