如何处理来自硬件的视频流 [英] How can handle video stream from hardware

查看:76
本文介绍了如何处理来自硬件的视频流的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的专家,



我需要有关直播项目的建议。我必须处理视频流。我应该用什么模型来实现它。我应该采用哪种客户端服务器架构? tcp / ip监听器是否应该收到不间断流?我应该选择哪些编程工具?哪个数据库有助于保存流数据以供进一步使用?



提前致谢。



我尝试了什么:



我为这个项目冲浪了很多。某些事情被清除但仍然困惑,要么我去tcp / ip或udp

C#或asp.net

Dear experts,

I need advice for live stream project. I have to handle video streaming. What model should I use to implement it. Which client server architecture should I adopt ? Is tcp/ip listener is enought recive nonstop stream? what tools for programming I should select? Which data base facilitate to save stream data for further use?

Thanks in advance.

What I have tried:

I surfed alot for this project. Certain things are cleared but still confused ,either I go for tcp/ip or udp
C# or asp.net

推荐答案

你通常不会编写自己的流媒体服务器。 ASP.NET页面将提供指向由单独的流服务器公开的流的链接。该服务器将处理从硬件获取视频/音频流并对其进行编码以便在网络上进行流式传输的所有工作。



只是Google用于视频流服务器 找一些。
You normally wouldn't write your own streaming server. The ASP.NET pages would deliver links to the streams exposed by a separate streaming server. This server would handle all of the work of taking the video/audio streams from the hardware and encoding it for streaming on the web.

Just Google for "video streaming servers" to find some.


这篇关于如何处理来自硬件的视频流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆