muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.54k stars 1.75k forks source link

"GET https://cdn.webrtc-experiment.com/gif-recorder.js net::ERR_NAME_NOT_RESOLVED" #542

Closed CarolineChaudey closed 5 years ago

CarolineChaudey commented 5 years ago

It looks like your CDN is no longer accessible. What happened ? Is there a way to download the cdn content ?

muaz-khan commented 5 years ago

The files you mentioned can be found in this directory:

All the files from CDN are open-sourced. At least in this repo: https://github.com/muaz-khan/WebRTC-Experiment

PS. DNS (A/CName propagation) is having issues. I'm working on fixing it.

CarolineChaudey commented 5 years ago

Thank you, I used the cdn sources so my app can still record the next time the cdn has a problem. You were quick fixing it ;)