DIY: Video Streaming Server

后端 未结 5 1916
[愿得一人]
[愿得一人] 2020-12-25 08:13

I\'m looking for any modern resources for setting up a video streaming server. Preferably open source solutions.

My searching on this has lead to a lot of dead ends

5条回答
  •  离开以前
    2020-12-25 08:43

    Use nginx mp4 module to stream videos. Limit bandwidth, concurrent connection, max buffer size and more. Use md5 key and ttl for security.

提交回复
热议问题