I have started developing module which shows the live video stream from the camera on web page.
But, I don't know how to show the video stream live in web page.
Is there any JavaScript function helps to show live view? Does object tag in HTML allow us to embed live video ?
Could someone guide me on how I can do this?
If your video is housed on a site like YouTube, look for the "Embed" box on the video's page. This box will tell you the URL of the streaming movie in question.
If you are mentioning about the Live Streaming. For this you either need Streaming Video Server or HTTP Streaming.
Streaming Video Server
IT is the server from which you will stream your video. They have to be extremely fast, able to handle many connections at a time, depending on user's connection speed etc. To have this, you can
Or, you need HTTP Streaming
To make it as simple as it can be
Some helpful posts and plugins
Video streaming over websockets using JavaScript
jQuery Video Player: Enables webcam video streaming
Video and Audio Streaming with Flash and Open Source Tools
And yes <object>
tag, can be used to embed a video player which stream the data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With