PHP stream remote video file

前端 未结 2 1661
花落未央
花落未央 2021-01-07 12:26

Let\'s say I have a video on a remote server and this its url

\"http://domain/video-path/video.mp4\"

What is the correct way to stream this video using php w

2条回答
  •  無奈伤痛
    2021-01-07 12:33

    After the other answers on this hadn't been working for me, I've finally found (after much tweaking) a new solution to this which is working for remote/local files.

    
    

    This allows tracking etc. too, enjoy!

提交回复
热议问题