initVideoJsContribHlsJsPlayer(player)
this.startTime = timeToInt(options.startTime)
+ console.log(this.startTime)
player.src({
type: options.type,
this.runStats()
this.hlsjs.on('hlsLevelLoaded', () => {
- if (this.startTime) this.player.currentTime(this.startTime)
+ console.log('hello1')
+ if (this.startTime) {
+ this.player.currentTime(this.startTime)
+ }
this.hlsjs.off('hlsLevelLoaded', this)
})
+
+ this.hlsjs.on('hlsFragParsed', () => {
+ console.log('hello2')
+ })
+
+ this.hlsjs.on('hlsFragBuffered', () => {
+ console.log('hello 3')
+ })
+
+ this.player.one('loadedmetadata', () => {
+ console.log('hello 4')
+ })
}
private runStats () {
</trans-unit>
<trans-unit id="16e81be2315b29492395d99ba53a83e770430494">
<source>{VAR_PLURAL, plural, =1 {result} other {results} }</source>
- <target>{VAR_PLURAL, plural, =1 {result} anderer {results} }</target>
+ <target>{VAR_PLURAL, plural, =1 {result} other {results} }</target>
<context-group name="null">
<context context-type="linenumber">23</context>
</context-group>