pldubouilh / live-torrent

Simple proof-of-concept for a live streaming solution based on webtorrent
MIT License
168 stars 39 forks source link

Uncaught TypeError: Cannot read property 'register' of undefined #19

Closed okgame closed 5 years ago

okgame commented 5 years ago

Hello Some time i got it error, some time not. But error much more (90%) image When i got it error. Browser not load tracker. image

I try it in chrome, firefox, opera. All error.

pldubouilh commented 5 years ago

You're loading the page as http instead of https, so the serviceworker can't register (SW are https only) I'll implement a redirection on the webserver :+1: