Skip to content

Commit

Permalink
fix: reorder mimeTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Nov 28, 2018
1 parent a5a4814 commit 845be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video-recorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const chunkSizeInMS = 250
const dataCheckInterval = 2000 / chunkSizeInMS

const MIME_TYPES = [
'video/webm;codecs=vp8',
'video/webm;codecs=h264',
'video/webm;codecs=vp9',
'video/webm;codecs=vp8',
'video/webm'
]

Expand Down

0 comments on commit 845be1b

Please sign in to comment.