Live data from Hacker News

Show HN: A website that converts any IPFS file to HLS and reups it to IPFS

ipfs-converter.com

1–10 of 48 posts

Re: Show HN: A website that converts any IPFS file to HLS and reups it to IPFS

#2
Hi this is Tim. I made this website. It's currently running on a $5 droplet on DigitalOcean so conversions will take a while. I'm testing out the waters here on HN to see if there's anyone interested in it. Please let me know if you have any questions regarding it.

Github: https://github.com/TimDaub/ipfs-hls-converter

Edit: I haven't chosen I license for this yet, sorry.

Re: Show HN: A website that converts any IPFS file to HLS and reups it to IPFS

#4
post #2

Hi this is Tim. I made this website. It's currently running on a $5 droplet on DigitalOcean so conversions will take a while. I'm testing out the waters here on HN to see if there's anyone interested in it. Please let me know if you have any questions regarding it. Github: https://github.com/TimDaub/ipfs-hls-converter Edit: I haven't chosen I license for this yet, sorry.

I think you're experiencing the Slashdot effect.

Re: Show HN: A website that converts any IPFS file to HLS and reups it to IPFS

#6
post #2

Hi this is Tim. I made this website. It's currently running on a $5 droplet on DigitalOcean so conversions will take a while. I'm testing out the waters here on HN to see if there's anyone interested in it. Please let me know if you have any questions regarding it. Github: https://github.com/TimDaub/ipfs-hls-converter Edit: I haven't chosen I license for this yet, sorry.

What did you end up using for queueing conversion jobs?

Re: Show HN: A website that converts any IPFS file to HLS and reups it to IPFS

#7
post #6
post #2

Hi this is Tim. I made this website. It's currently running on a $5 droplet on DigitalOcean so conversions will take a while. I'm testing out the waters here on HN to see if there's anyone interested in it. Please let me know if you have any questions regarding it. Github: https://github.com/TimDaub/ipfs-hls-converter Edit: I haven't chosen I license for this yet, sorry.

What did you end up using for queueing conversion jobs?

Fantastic question. I'm not even doing that yet. How embarrassing!

Right now I'm just spawning sub processes like crazy and hope they don't overwhelm my machine. In the future, I plan to use a queue and also to monetize on API queries.

I haven't looked into queues in Javascript yet. If you have recommendations, that be appreciated :)

This is really just an MVP to see how the internet crowd reacts to it. I'm glad it does in a positive way :)

Re: Show HN: A website that converts any IPFS file to HLS and reups it to IPFS

#10
post #2

Hi this is Tim. I made this website. It's currently running on a $5 droplet on DigitalOcean so conversions will take a while. I'm testing out the waters here on HN to see if there's anyone interested in it. Please let me know if you have any questions regarding it. Github: https://github.com/TimDaub/ipfs-hls-converter Edit: I haven't chosen I license for this yet, sorry.

Why are you transcoding all the time? You could probably save your little droplet a bit of heartache by using ffprobe to check if the video is already h264 (or h265)+aac and just do -c copy in that case.
Post reply on HN