如何处理来自硬件的视频流

编程入门 行业动态 更新时间:2024-10-26 07:25:09
本文介绍了如何处理来自硬件的视频流的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

亲爱的专家, 我需要有关直播项目的建议。我必须处理视频流。我应该用什么模型来实现它。我应该采用哪种客户端服务器架构? tcp / ip监听器是否应该收到不间断流?我应该选择哪些编程工具?哪个数据库有助于保存流数据以供进一步使用? 提前致谢。 我尝试了什么: 我为这个项目冲浪了很多。某些事情被清除但仍然困惑,要么我去tcp / ip或udp C#或asp

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

推荐答案

你通常不会编写自己的流媒体服务器。 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.

更多推荐

如何处理来自硬件的视频流

本文发布于:2023-11-25 14:19:52,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1630098.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如何处理   硬件   视频

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!