How to enable dynamic bit rate switching in Amazon S3 Cloudfront?
问题 I am using JWPlayer with RTMP streaming for a video with several bitrate quality levels. In the JWPlayer configuration you specify the qualities like this : 'levels': [ { bitrate:"2920", width:"1920", file:"videos/sintel-1920.mp4" }, { bitrate:"2080", width:"1280", file:"videos/sintel-1280.mp4" }, { bitrate:"2080", width:"720", file:"videos/sintel-720.mp4" }, { bitrate:"650", width:"480", file:"videos/sintel-480.mp4" }, { bitrate:"420", width:"320", file:"videos/sintel-320.mp4" } ] I thought