Streaming an mp4 through a php file progressively

后端 未结 5 1619
无人及你
无人及你 2021-02-09 13:45

I\'m working on a more secure streaming method for our video player. Because each file requires special token authentication and also only allows each token to be loaded once, I

5条回答
  •  温柔的废话
    2021-02-09 14:01

    In addition to what dlopez said, I recommend to use 3rd-party solution for progressive download with seeking capabilities (AKA pseudo-streaming). You may take a look at the PD solutions listed in Wikipedia: https://en.wikipedia.org/wiki/Progressive_download

    Most of them can also prevent video hotlinking protection as well.

提交回复
热议问题