Skip to content

Commit

Permalink
uses the real bitrate as bandwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Sep 22, 2016
1 parent 923318f commit b0a86f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbacks/hls/hls.js
Expand Up @@ -502,7 +502,7 @@ export default class HLS extends HTML5VideoPlayback {
this.trigger(Events.PLAYBACK_BITRATE, {
height: currentLevel.height,
width: currentLevel.width,
bandwidth: currentLevel.bandwidth,
bandwidth: currentLevel.bitrate,
bitrate: currentLevel.bitrate,
level: data.level
})
Expand Down

0 comments on commit b0a86f4

Please sign in to comment.