pldubouilh / live-torrent

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

Can we put just manifest as CLI argument #5

Closed Er-rchydy closed 6 years ago

Er-rchydy commented 6 years ago

On localhost it's working fine, i know you specify that in order this to work on website , the website must have HTTPS, you said the site hosting the videoplayer needs to be served from HTTPS, and serviceworker should be located at the root of the domain.can you please provide some more information about this, because it's not very clear

pldubouilh commented 6 years ago

I just tested locally, and it seems having the chunks and manifest on http is ok.

So say for instance I run the site live.com, here's the minimum requirement:

pldubouilh commented 6 years ago

Just thinking - you might also need CORS on your chunks/manifest !

Er-rchydy commented 6 years ago

thanks for the explanation