I have a html5 webpage and on there I want to provide a stream. This works so far with the following HTML code:
<video id="v" autoplay="autoplay">
<source src="http://localhost:8080/stream.ogg" type="video/ogg">
</video>
But now I want to provide the option that the user can pause the video and save the current seen picture as jpeg file on the server.
But now I don't know how to get the image and save it a preferred location on the server. How can I save the current shown image as jpeg?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…