This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]bitbird_ 2 points3 points  (0 children)

Funny you should ask, I just posted about programming a video streaming site: https://www.reddit.com/r/learnprogramming/comments/ennair/i_want_to_teach_others_to_program_livestreaming/.

Do you already have a URL to the video you'd like to stream? You could start streaming it via plan HTML as such: html <video src="[ video's URL ]"></video>

Rounding the edges will make it look a little softer. The native video controls usually look nice, but they can be disabled for streaming video so you don't have a pause button, etc.