I need to capture a video stream from a web cam and then show it non-stop with a delay of 30 seconds or more.
A server side linux software would be the best but a Windows GUI application will be ok as well.
|
I need to capture a video stream from a web cam and then show it non-stop with a delay of 30 seconds or more. A server side linux software would be the best but a Windows GUI application will be ok as well. |
|||||||||||
|
|
What you are looking for is called a I did look around for a software based broadcast delay for you, but was not able to find any. Luckily though, you can use VLC (free and available on Linux and Windows) to stream with a delay. Check out this command:
In your case use it like with this value: You can also record your webcam with VLC, see this article for details: In other words, using VLC with the provided commands you should be able to both record your webcam and stream it with a delay (at no cost). |
||||
|
|