Video re-streaming server (video output format)

瘦欲@ 提交于 2019-12-06 15:53:47

Unfortunately there is no good consensus on one format for streaming. I would investigate multi-stream (http streaming, RTP streaming, etc) solutions so you can support multiple clients (Firefox, IE, iOS Safari, Android, etc).

A couple of good streaming servers products are:

There are tons of other good options out there too.

I managed to complete the video re-streaming server and I've used the following:

  1. MJPG format for video stream, as it is basically a standard which is natively supported in modern browsers, except in IE, but there are free ActiveX controls, allowing IE to properly display MJPG streams.
  2. Solutions, libraries:
    • For the Web Camera I've used the TVideoGrabber from Datastead Software, it is a commercial solution, but it works great, and it can be used with a lot of environments (Visual Studio, Delphi, C++Builder).
    • For the Scanner, I used WIA 2.0 library.
    • Security Camera already supported MJPG, so I basically forwarded the stream from the camera as my server's output.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!