Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dvsanthoshraj opened this issue Aug 23, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@dvsanthoshraj
Copy link

dvsanthoshraj commented Aug 23, 2021

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 dvsanthoshraj added the bug Something isn't working label Aug 23, 2021
@dvsanthoshraj dvsanthoshraj changed the title bug: Video format mp4 & 3gp only working. bug: Video Supports mp4, webm, 3gp formats. Not working flv, wmv, mkv, avi formats Aug 23, 2021
@dvsanthoshraj dvsanthoshraj changed the title bug: Video Supports mp4, webm, 3gp formats. Not working flv, wmv, mkv, avi formats bug: Video Supports mp4, webm, 3gp formats. Not supports flv, wmv, mkv, avi formats Aug 23, 2021
@ralyodio
Copy link

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

@jobnbackpack
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants