You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to play videos of resolution 1080x720.
I am fragmenting a .mp4 file and then encrypting it and converting it into a DASH format and playing in a video.js player. Below are the commands used. mp4xxxx are bento4 commands.
These steps work file with a video file whose resolution is 1920x1080. However, when the video is of resolution 1280x720,
I am seeing the below error
VIDEOJS: ERROR: (CODE:3 MEDIA_ERR_DECODE) The media playback was aborted due to a corruption problem or because the media used features your browser did not support.
Video Element Error: MEDIA_ERR_DECODE (CHUNK_DEMUXER_ERROR_APPEND_FAILED: Incorrect CENC subsample size.)
Thanks in advance. Any lead here would be much appreciated.
Additional Information
versions
videojs
what version of videojs does this occur with? - 7.10
browsers
what browser are affected? - Chrome
OSes
what platforms (operating systems and devices) are affected? - ALL
plugins
are any videojs plugins being used on the page? If so, please list them below. - NO
The text was updated successfully, but these errors were encountered:
Description
Unable to play videos of resolution 1080x720.
I am fragmenting a .mp4 file and then encrypting it and converting it into a DASH format and playing in a video.js player. Below are the commands used. mp4xxxx are bento4 commands.
mp4fragment --fragment-duration 100000 --timescale 10000000 --track audio <input.mp4> <opfraga.mp4>
mp4fragment --fragment-duration 100000 --timescale 10000000 --track video <input.mp4> <opfragv.mp4>
mp4encrypt --method MPEG-CENC --key 1:HEX:random --property 1:KID:HEX --global-option mpeg-cenc.eme-pssh:true <opfraga.mp4> <enc_fraga.mp4>
mp4encrypt --method MPEG-CENC --key 1:HEX:random --property 1:KID:HEX --global-option mpeg-cenc.eme-pssh:true <opfragv.mp4> <enc_fragv.mp4>
mp4dash --use-segment-timeline -o output <enc_fragv.mp4> <enc_fraga.mp4>
These steps work file with a video file whose resolution is 1920x1080. However, when the video is of resolution 1280x720,
I am seeing the below error
Thanks in advance. Any lead here would be much appreciated.
Additional Information
versions
videojs
what version of videojs does this occur with? - 7.10
browsers
what browser are affected? - Chrome
OSes
what platforms (operating systems and devices) are affected? - ALL
plugins
are any videojs plugins being used on the page? If so, please list them below. - NO
The text was updated successfully, but these errors were encountered: