Friday 23 November 2018

Webcam -> Server -> Public Video Source Url

I am currently working on a project in which I would like to be able to have .webm urls that would display the content that is being streamed to a server by a webcam. Currently I have a webcam that streams a webm buffer using socketio to a server, but I have no idea what the best practice from there is to then have a route ending in .webm that would just resolve the video stream. I will be piping this .webm url into cv2 of python so the url needs to literally resolve a video stream in .webm format. Thank you for any suggestions and help in advance.

Submitted November 23, 2018 at 08:55PM by mrchriswindsor

No comments:

Post a Comment