bvibber / ogv.js

JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten
https://brooke.vibber.net/misc/ogv.js/demo/
Other
1.2k stars 101 forks source link

The git.xiph.org seems to be down, can we change git submodule urls to github? #562

Closed daemoohn closed 4 years ago

bvibber commented 4 years ago

I'm working on fixing this now, been distracted sorry. ;)

bvibber commented 4 years ago

Ok, migrated the submodules from git.xiph.org (obsolete, down) to gitlab.xiph.org (new, works) :D

If you have trouble with git picking up the updated module sources, simplest thing is to re-clone the main repo and let it freshly clone the submodules from the new defs. :)

Thanks for the reminder!