Video Streaming with RethinkDB Changefeeds
1–10 of 19 posts
Re: Video Streaming with RethinkDB Changefeeds
#2Re: Video Streaming with RethinkDB Changefeeds
#3how many FPS and how much CPU usage?
Re: Video Streaming with RethinkDB Changefeeds
#4Re: Video Streaming with RethinkDB Changefeeds
#5how many FPS and how much CPU usage?
Re: Video Streaming with RethinkDB Changefeeds
#6how many FPS and how much CPU usage?
Re: Video Streaming with RethinkDB Changefeeds
#7how many FPS and how much CPU usage?
I just put it together in a few hours to see if it was possible. Given the unexpected interest in it, I'll put some more work to see where we can take it.
Re: Video Streaming with RethinkDB Changefeeds
#8Re: Video Streaming with RethinkDB Changefeeds
#9I read the changefeeds post, but I don't think I understood exactly what they're for. Would clients be talking directly to the database, or would a persistent app worker block on database updates and then send this to the client?
Re: Video Streaming with RethinkDB Changefeeds
#10I read the changefeeds post, but I don't think I understood exactly what they're for. Would clients be talking directly to the database, or would a persistent app worker block on database updates and then send this to the client?
An app usually sit between the database and the user, isolating them from each other. This demo does not isolate the database, it is just a proof of concept.