
Hari Govind
Joined
50 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Video Streaming with Rails
Hi,
I've been trying to find an efficient way to stream videos from Rails. I have about 10-20 videos that I would like to stream to an android application. I currently have a minimal application written in Node.js using stream(https://nodejs.org/api/stream.html) that streams these videos. Is there any similar API on Rails that I could use to stream videos?
Thanks