OpenCV created videos not playing in browser - html

I have created a video using opencv-python in AVI format. When I open the video locally, it is playing. But when I embed this video to HTML5, it is not playing.
How can I fix this?
I have tried in both Chrome, Firefox.

Related

3gp file not playing audio in chrome

I have a 3gp file I'm trying to display and play in chrome browser. It seems to play the video fine but the audio is not playing...When I download the file on my machine the audio and video plays fine..When I open the video in a standalone chrome tab it plays the video but does not play the audio. In the image note how the audio button is greyed out.
html code:
<video src="/media/somefilesentfrommyiphone.3gp" style="max-width:400px;" controls=""></video>
note the video and audio seem to play just fine in safari

Why using here (local file) chrome doesnt play the audio?

I want play a local videos using chrome
Using Press here for the video (file in same folder) chrome play the video unless audio. Why?
Playing audio using below HTML5 code
<audio
controls
src="file.mp3">
Your browser does not support the
<code>audio</code> element.
</audio>

How to get a (high quality) FLV version of your youtube video?

I need to get a link of a FLV verion of a youtube video so I can play it in mobile, using Adobe Air (VideoTexture).
I'm currently using this library: https://github.com/myflashlab/AS3-youtube-parser-video-link
Which works, the only problem is that the only FLV version of the video I get has a 426x240 resolution, which is not acceptable. MP4 does have a 720p version but it's not displaying on iOS.
If anyone knows how to ask for/obtain the correct link to a FLV youtube video, would be great.

MKV Web Player (Not npapi)

Is there any way to play a MKV video on browser (Chrome and Mozilla Firefox) ? Native HTML5 Video Player plays back the video but no audio and Divx Web Player became obsolete since Chrome 45.
Any and all help appreciated :)

Error in playing audio through streaming

Hi I am playing audio through streaming using object tag and it was working fine in chrome but not working in firefox.
I tried out the following HTML code to play
I also tried audio tag but it is also not playing in firefox
Can anyone suggest me other types which support to play streaming audio
<object data="http://50.79.137.37:9440/;" type="application/x-mplayer2"></object>