vime icon indicating copy to clipboard operation
vime copied to clipboard

bug: Video Supports mp4, webm, 3gp formats. Not supports flv, wmv, mkv, avi formats

Open dvsanthoshraj opened this issue 3 years ago • 2 comments

Bug Report

Vime version: 5

Provider:

[] Audio [*] Video [] HLS [] DASH [] YouTube [] Vimeo [] Dailymotion

Current behavior: Hi Team,

In video below formats only working.

  1. mp4,
  2. 3gp

Expected behavior: Not working below formats.

  1. avi
  2. wmv
  3. flv
  4. webm
  5. ogg
  6. mkv Refer the avi format video screen shots. videoavi videocoding

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:

dvsanthoshraj avatar Aug 23 '21 07:08 dvsanthoshraj

I'm also trying to play ogg and mkv, it just hangs.

ralyodio avatar Oct 24 '21 12:10 ralyodio

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.

jobnbackpack avatar Mar 29 '23 10:03 jobnbackpack