Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'initProgress' of undefined #9

Open
JoeEarly opened this issue Feb 22, 2021 · 2 comments
Open

Cannot read property 'initProgress' of undefined #9

JoeEarly opened this issue Feb 22, 2021 · 2 comments

Comments

@JoeEarly
Copy link

JoeEarly commented Feb 22, 2021

@LorettaLei
I have got this up and going for a HLS m3u8 stream but getting loads of errors in the console.

Installed within a nuxt app and videos play, but just spit out 100s of errors.

stream
Screenshot 2021-02-22 at 20 14 05

Can't seem to be able to work out the duration of the current playing stream. Any suggestion as to a fix?

Turning them off clears the error
this.media.addEventListener("progress", function(t) { e.onMediaProgress(), e.$emit("onprogress", t); }), this.media.addEventListener("durationchange", function(t) { e.onMediaDurationChange(), e.$emit("ondurationchange", t); }), this.media.addEventListener("seeking", function(t) { e.onMediaSeeking(), e.$emit("onseeking", t); }), this.media.addEventListener("seeked", function(t) { e.onMediaSeeking(), e.$emit("onseeked", t); }), this.media.addEventListener("timeupdate", function(t) { e.onMediaSeeking(), e.$emit("ontimeupdate", t); }),

@marceloconcli
Copy link

hey @JoeEarly, did you manage to solve this issue? I've been facing the same problem.

@JoeEarly
Copy link
Author

@marceloconcli sorry no I didnt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants