vime
vime copied to clipboard
bug: Video Supports mp4, webm, 3gp formats. Not supports flv, wmv, mkv, avi formats
Bug Report
Vime version: 5
Provider:
[] Audio [*] Video [] HLS [] DASH [] YouTube [] Vimeo [] Dailymotion
Current behavior: Hi Team,
In video below formats only working.
- mp4,
- 3gp
Expected behavior: Not working below formats.
- avi
- wmv
- flv
- webm
- ogg
- mkv
Refer the avi format video screen shots.
Steps to reproduce:
Related code:
<vm-player>
<vm-video>
<source data-src="http://localhost:8000/uploads/casefiles/107/1629701555_sample_1280x720_surfing_with_audio.avi" type="video/avi"/>
</vm-video>
<vm-default-ui>
<!-- Custom UI component. -->
</vm-default-ui>
</vm-player>
Other information:
I'm also trying to play ogg and mkv, it just hangs.
hey there, I just had the same problem with a wmv video. But some research showed me that wmv won't ever be supported. HTML5 can't handle it so the vime player won't either. Just wanted to let you know, even though this issue is really old. There is a way to show wmv videos with a Windows Media Plugin but I guess it's way easier to convert your videos to mp4.