For my goals I'm using html5 and tag < video> to add a media content to page. I've found how to control video by JavaScript(stop, play, load). But is there any ways to modify processing video stream.
I'm trying to find a solutions how to add my sequence of bytes into downloaded stream: e.g modify header of file before playing.
Thanks