wyozi / gmod-medialib

Media playback library for Garry's Mod.
MIT License
42 stars 15 forks source link

mp4 [videojs is not defined] #66

Open Gigabait opened 5 years ago

Gigabait commented 5 years ago

I get this error when open mp4 link. [HTML] Uncaught ReferenceError: videojs is not defined

wyozi commented 5 years ago

Probably fixable by including the videojs library with https instead of http at https://github.com/wyozi/gmod-medialib/blob/gh-pages/mp4.html

Gigabait commented 5 years ago

I added https on videojs lib. But i get same error.

wyozi commented 5 years ago

Not sure then. Will be a while until I'll be able to look into this.

jorjic commented 1 year ago

Yes, switching to HTTPS fixes this for me. I can't get mp4 playing at all in the x86-64 branch. Maybe not supported.