Problem using TWebMultiMediaPlayer.

I am trying to play a video in TWebMultiMediaPlayer. URL is pointing to .avi file (https://my_server/images/my_video.avi). Autoplay doesn't work. When I try to call 'play' i am getting an error: ERROR
The element has no supported sources. | undefined
at [0:0]. I can see the image from the same folder in TWebImageControl.
mutimediatype = mtVideo

.MOV video file plays with no problem. Is it because of the .AVI file type?

Hi,

Different browsers support different sets of formats and codecs. AVI is not widely supported (if at all).
Maybe this is a good place to start to check the compatibiltiies:
https://caniuse.com/?search=video%20format

I think, the format or the codec is not the problem. I have the same problems with a MP4 file. I implemented a loop to try it several times and after the third step, the video is running. I think, its a problem with the loading of the file.

Hi,

Can you provide a bit more details on what are you doing exactly? What is your implementation? Do you have a sample MP4 we can test with?