When using File, I can seek or restart video (in my player) without problem but when loading it as InputStream (I am loading video from a jar file and you can only ...
I am using JavaCV to extract the sound from a video my code (found somewhere on the internet) is as follows: `public void extractAudioFromVedio(String videoPath) //audio path String ...