简体   繁体   English

C#实时视频流和PHP客户端

[英]C# live video streaming and PHP client

I was wondering if it's possible to create an application in C# to streaming video to a php client. 我想知道是否有可能在C#中创建一个应用程序以将视频流式传输到php客户端。 Someone out there have already try such thing or can indicate where to find resources to do that? 有人已经尝试过这种方法,或者可以指出在哪里可以找到资源来做到这一点?

What do you mean by a PHP client ? PHP客户端是什么意思?

Last time I checked, PHP was a PURE server side technology, and the "client" is a web browser that does not care about what the server uses but interprets the PHP output which are essentially strings in HTML and JavaScript. 上次检查时,PHP是PURE服务器端技术,“客户端”是Web浏览器,它并不关心服务器使用什么,而是解释PHP输出,该输出实质上是HTML和JavaScript中的字符串。

So, what you want to achieve having a video decoded on the server ? 因此,要在服务器上解码视频,您要实现什么? Send them as JPG images to the client? 将它们作为JPG图片发送到客户端吗?

You just take the reference of this link. 您只需参考此链接。 You will get the idea to resolve your problem. 您将获得解决问题的想法。

UDP Streaming transfer from C# application to PHP webpage 从C#应用程序到PHP网页的UDP流传输

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

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