arlo
arlo copied to clipboard
Streaming Using HTML5 or FFMEG
This is not an issue but a discussion.
Jeff wrote:
You can stream the video directly to a websocket, but it's kind of a pain in the ass. You might look at the MediaSource object.
I'm developing a ReactJS webadmin. I'm not a React developer but learning. I got something working with user login page and an HTML5 player.
I want to create an interface that people can avoid the $99 fee and store their images at their own s3 bucket.
I will be using FFMPEG which is Jeff's example, but what I don't get is how we can use streaming and fast forwward or reverse or live presentation. I presume its in the Wowza player but does anyone know of alternatives?
Anything I should be looking for?
I'm interested in the same thing, I did manage to include the stream in a html page (and transcoding with ffmpeg) but it was very unstable