Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming IPFS without gateway #110

Open
benhylau opened this issue Jul 15, 2020 · 1 comment
Open

Streaming IPFS without gateway #110

benhylau opened this issue Jul 15, 2020 · 1 comment

Comments

@benhylau
Copy link
Member

I received a question on how viewers can watch the stream by fetching the video content directly using IPFS without the gateway, here are the steps for reference, that we should probably add to docs:

  1. Install IPFS Desktop: https://github.com/ipfs-shipyard/ipfs-desktop#ipfs-desktop
  2. Install IPFS Companion in Chrome: https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch/
  3. Go to the player page and stream

Now the ts chunks go through the local IPFS node at 127.0.0.1:8080

My understanding is that the Companion redirects IPFS traffic to a local IPFS instance if it’s running. The Desktop actually runs an instance, so the Companion has something to redirect to. You can verify that by opening inspector if your browser.

@benhylau
Copy link
Member Author

Hey @toplevelnick thanks for trying this out. I also documented the results of our earlier conversation here. Feel free to add to it or document here any new findings / questions you have :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant