Http Media Streaming Server

后端 未结 3 1997
野趣味
野趣味 2021-02-02 03:22

I have developed video streaming application with RED5 media server(RTMP). Instead of RTMP need to stream live video through HTTP.

Any open source HTTP media server??

3条回答
  •  野的像风
    2021-02-02 04:11

    Any HTTP server that can serve files (apache, nginx, IIS, etc) can "stream" media over HTTP. So if you want, you can keep RED5 for RTMP and set up an HTTP server to serve the same files.

    You may want to look into Media streaming basics - HTTP vs RTMP for info about the protocols

    Adding the nginx-rtmp module to nginx might be what you're looking for if you need a single-product solution

    https://github.com/arut/nginx-rtmp-module

提交回复
热议问题