video - Videojs - multi bitrate on VOD -


hi using aws elastic transcoder transcode files mp4, want achieve multi-bitrate vod. create 3 different renditions , depending on device or/and connection user best suited file.

all files h.264 , bitrates are:

bitrate - 1200 bitrate - 720 bitrate - 5000

1) on right track can videojs deliver different renditions of mp4 out of box or require dev on side?

2) presets used realistic?

3) server different rendition mobile devices better use js device detection?

you can use hls achieve this. elastic transcoder supports creating multi-bitrate video manifests: http://aws.amazon.com/about-aws/whats-new/2015/04/amazon-elastic-transcoder-adds_playready-drm-support/

then use hls plugin video.js: https://github.com/videojs/videojs-contrib-hls


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -