So I found some HTML5
media player online so I can setup a home streaming network.. Easy enough but all my videos are in a single .mp4
file and when I try to play a video with the HTML5/JS
player it only plays the audio. Before I tried to play my video I noticed there where 3 sources for the example video, an mp4
, webm
and ogg
.
I cant seem to find anything on google about it. How can I play audio and video from the same source with the HTML5
player?