3gp file not playing audio in chrome - html

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

Related

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>

Webm video playing video & audio in Movies & TV app but will only play video in windows media player and html?

I have created a webm video file with transparency with ffmpeg out of a series of png files. Then I add the audio track again in ffmpeg (I have tried both the opus and vorbis codecs). When I play it in the Movies & TV app it plays just fine (audio and video). In windows media player only the video plays. In html (inside a video tag) the video will play if it is set to 'muted' but if it is not muted it doesn't play.
I am not sure what is going on. Does anyone have any insights. Do I need to run the audio from a seperate file?
Thanks, Kate

OpenCV created videos not playing in browser

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.

Browsers does not plays my mp4 (H.264) file with <video> tag

I embedded my own mp4 (H.264) file onto HTML5 file using <video> tag.
But browsers does not play the video.
The browsers which I tried are Firefox and Chrome. Neither seem to not play the video (video is loaded, but the screen is still black and the seek bar does not move from 0:00).
Other videos such as Youtube tag is successfully played.
Is this caused by some codec issues?
The codec is H.264 - MPEG-4 AVC (part10) (avc1).
Does anyone have some advises?

Delay in looping of audio playback with Firefox and Chrome

I have an one second audio .wav and .ogg files. Firefox has problem playing it in a loop. In 30sec it should play it 30 times but it can't. I have use the audio and embed tag to play the audio. Chrome sometime miss to play.