Sunday, March 4, 2018

Passing a stream from a local port to a remote client.

I've got an application that creates a local http server with video streams on it, like http://localhost:8080/video1. I'm wondering if there is an easy way to push this to a remote client through a MVC or web API application, by piping the stream to the end user, or by reading chunks and pushing them to a websocket. Has anyone tried something like this before?

Passing a stream from a local port to a remote client. Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team