Benedict Lau
Benedict Lau
>(do we port the share bar?) So I "ported" the share bar, and also added support for VOD bookmarking. Just need to update README to reflect that. I propose we...
I read in the chat that the recorded stream didn't have this problem
@darkdrgn2k you are starting the `wget` immediately after the `ipfs name publish` completes? What if you do `wget` a second time does it take another 2 minutes or then it...
@flyingzumwalt shall we link this into a ipfs repo?
@darkdrgn2k before we close this one: 1. Is our 1s timeout a little aggressive? 1. Can we now drop our chunk duration to 10s? Thanks for the help @whyrusleeping :)
First we need to move the IPNS publishing into a separate process. I am doing it manually to observe the results, using `publish` and `resolve`. They look like: **`publish`** ```...
Sometimes we'd run into this bug where on one node you resolve: ``` root@ipfs-server:~# echo "QmWCNF1APg3nbsLyQDcrMTsd7hnjyGL1ddoi9MNrRdPQ2A" | ipfs name resolve --timeout=15s 2>/dev/null | ipfs cat #EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:15 #EXT-X-MEDIA-SEQUENCE:752 #EXT-X-START:TIME-OFFSET=-60...
@whyrusleeping we unfortunately have to remove IPNS dependency for [v1.0](https://github.com/tomeshnet/ipfs-live-streaming/tree/v1.0) which is the tag we intend to use for Our Networks. Perhaps we can have a sprint with @lgierth to...
This will re-enable IPNS for testing purposes: https://github.com/tomeshnet/ipfs-live-streaming/tree/enable-ipns
I received this question by email: >I was able to renew the RTMP server because I know what it is running (NGINX), but am working to find what the IPFS...