videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
38.05k stars 7.45k forks source link

7.19 stopped working on TV Tizen 2.4 - ReferenceError: Can't find variable: Set #7995

Open JeppeTh opened 1 year ago

JeppeTh commented 1 year ago

Description

Seems that 7.19 has stopped working on older Tizen TVs. When trying out HLS live streams I get "ReferenceError: Can't find variable: Set". Using an older version of http-streaming (2.13) doesn't help.

7.18 works (as long as not running the min version...)

Reduced test case

No response

Steps to reproduce

Errors

ReferenceError: Can't find variable: Set

What version of Video.js are you using?

7.19.2

Video.js plugins used.

http-streaming

What browser(s) including version(s) does this occur with?

Some Tizen

What OS(es) and version(s) does this occur with?

TV Tizen 2.4

JeppeTh commented 1 year ago

Ok - after some googling I could solve it by including polyfill

min version still fails though (https://github.com/videojs/video.js/issues/7245) ;)

JeppeTh commented 1 year ago

From https://github.com/videojs/video.js/issues/7245

You can try minifiying with less strict options manually.

How do I do this manually?