cbiweb I'd like to put a video on one of my websites, but not embedded from YouTube or anywhere; basically self-hosted. How do I do that?
cbiweb PHP. Simple landing page for marketing. I could embed YT, but I like being self-contained as much as possible.
sean cbiweb if it's a short video, upload it to your app directory (or a subdirectory of it) and then serve it via a video tag in your page. If it's a longer video that requires streaming then this example seems reasonable: PHP Video Streaming: Building Your Own Video Streaming Server