简体   繁体   中英

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. 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 ?

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.

So, what you want to achieve having a video decoded on the server ? Send them as JPG images to the client?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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