i'm working in node js project that stream video from url ,but it's work only when the mp4 video can open while it's downloading[mean can watch it],if it's not it's will not work , it's work for all youtube video, so i want to know how to make all mp4 video content can be watch when it's downloading ,to make stream work everytime.
-thanks
i tried ffmpeg to change video format to webm, because webm i can watchs it's content while it's downloading ,every time works,but that's take alot time to convert and it's need resource;