简体   繁体   English

使用Raspberry Pi Raspberrian的带有Console App的C#摄像机流服务器

[英]C# Camera stream server with Console App using Raspberry Pi Raspberrian

I can't find answer in Google and SoF. 我在Google和SoF中找不到答案。 Is there any library which will allow me to build camera stream server streaming on localhost (or maybe internet)? 是否有任何库可让我在本地主机(或可能是互联网)上构建摄像机流服务器流? Im using raspberrian, it is light weight system so i dont want to use WPF to do that. 我使用树莓,这是重量轻的系统,所以我不想使用WPF做到这一点。 I want just simply server, and build client on another machine. 我只需要服务器,并在另一台计算机上构建客户端。

SRS could be a valid choice to set up a RTMP server: https://github.com/ossrs/srs SRS可能是设置RTMP服务器的有效选择: https : //github.com/ossrs/srs

You would then need to push a stream to the server and the server will do the broadcasting. 然后,您需要将流推送到服务器,服务器将进行广播。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM