You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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 :)
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:
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.
The text was updated successfully, but these errors were encountered: