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
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!