samme
Streaming video from browser to deno server
Trying to stream video from Chrome to my local Deno server but having trouble understanding how to pipe things up correctly.
When I visit localhost:8000, which hits the /video endpont via the <video> element, the /receive endpoint throws this error:
Here's my setup:
Pasted into Chrome console:
Deno server:
2 replies