Only modern browsers support native video streaming. But it should work across all platforms (PC/tablet/phone).
If you want all browsers to see the video, you MUST encode it in BOTH H.264/MP4 AND OGG formats.
So, record your video.
Use a free program like VLC to convert it to both H.265/MP4 and OGG (google it, its easy).
Upload you video to a hosting site (no, I don't host videos other than my own).
Make a forum post, and click on the phpBB3 code button labeled 'html5video'. You will see these tags appear:
Code: Select all
[html5video][/html5video]Code: Select all
[html5video][mp4][/mp4][/html5video]Code: Select all
[html5video][mp4]http://www.example.com/path/to/yourvideo.mp4[/mp4][/html5video]Code: Select all
[html5video][mp4]http://www.example.com/path/to/yourvideo.mp4[/mp4][ogg][/ogg][/html5video]Code: Select all
[html5video][mp4]http://www.example.com/path/to/yourvideo.mp4[/mp4][ogg]http://www.example.com/path/to/yourvideo.ogg[/ogg][/html5video]PM deadline if you have any questions.